Forum Replies Created
-
in reply to: Title Tag Problems
Hello,
Glad to know it’s all set.
This will be fixed in the next update so you won’t have to do it yourself anymore.Best regards!
in reply to: Decrease space below menuHello,
Please edit the above code to this:
#rev_slider_1_1_wrapper { margin-top: -85px !important; }Let us know.
Best regards!
in reply to: Text not showing up since VC updateHello,
Please recreate the elements again.
I can’t login in your site, with these credentials.Best regards!
in reply to: Archive page not displaying correctly…Hello,
Please add these lines into your custom css box:
.archive .page_header_yes .top_wrapper { padding-top: 100px; } .archive #header { background-color: #5899D2; }Edit the color to your wish. Result.
Best regards!
in reply to: Title Tag ProblemsHello,
Please refer to this topic about it.
PS: This is Specular theme forum. Please write at your theme’s specific forum for future questions.
Best regards!
in reply to: ButtonHello,
yes, please go to file vc_templates/button.php and find this line:
$output .='<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'" href="'.esc_url($button_2_link).'"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>';
Replace with this:
$output .='<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).'" target="_blank" href="'.esc_url($button_2_link).'"><span>'.esc_attr($button_2_title).'</span><i class="'.esc_attr($icon).'"></i></a>';Best regards!
in reply to: Page backgroundHello,
Glad to see you found it.
Best regards!
in reply to: Sub-sub Menu Alignmenthello,
I added this code into your custom css box:
nav .menu > li > ul.sub-menu li > .sub-menu { top: 0 !important; left: 100%; }Please check your site.
Best regards!
in reply to: Revolution Slider Error on Creating New SliderHello,
I imported a test slider (Main slider), edited it and i had no issue. Please try again with your slider.
Best regards!
in reply to: Staff carouselHello,
I fixed them.
Please check your site.Best regards!
in reply to: Responsive Menu IssueHello,
Please add this code into your custom css box:
@media (max-width: 979px){ .header_7 #navigation nav .menu { width: 30%; }}Let us know.
Best regards!
in reply to: Removing TestimonialsHello,
Please go to file includes\core\codeless_elements.php and add these lines at the beginning of the file:
vc_remove_element("vc_single_testionial"); vc_remove_element("vc_testimonial_cycle"); vc_remove_element("vc_testimoniual_carousel");Now, at the same file find and remove these lines: https://codeshare.io/YRVHj
Best regards!
in reply to: add a footer to the portfolio and the blog pagesHello,
I am sorry for your frustration, but the situation you have is not normal and it does not happen on our side. So i need the credentials to check what is wrong in your site. 1-You send us a user with no rights at all. I couldn’t do anything with it.
2-Via Inspect Element i noticed that theme version is not the last. We have made made important changes to it, and it can resolve your issue.
3-Lastly, apparently you disabled the user you send us as i can’t login anymore(screenshot). Neither can i inspect it via inspect element anymore(right click disabled).Please let us check it up so we can save time to you and ourselves as well.
We have no interest at all to waste time as there are a lot of other customers requiring our support.
I hope you can understand.Best regards!
Hello,
Before posting on support forum please read the theme documentation, the Knowledge Base page and search the support forum for opened topics about your problem. If you don’t find the answer then add a new topic at the theme forum. We will do our best to assist you asap.
Ps: This is Specular theme forum. Please post at your theme’s specific forum for future questions.
I will redirect this topic to the right forum.Best regards!
-
This reply was modified 10 years, 7 months ago by
Mirela.
in reply to: Codeless slider getting cut in the mobile versionHello,
Sorry for the late reply.
I added this code into your custom css box:@media (max-width: 480px){ .boxed_layout .codeless_slider_swiper { min-height: 200px !important;} .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider { height: 200px !important;} .swiper-slide { min-height: 200px !important;} } @media (max-width: 979px){ .mobile_small_menu { text-decoration: none; } }The slider does show in mobile now. But this is not the correct behavior however. We recommend you to update theme to it’s latest version.
Best regards!
-
This reply was modified 10 years, 7 months ago by