Forum Replies Created
-
in reply to: Error On the website
Hello,
Please update Visual Composer. Read more of the procedure in this article. Let us know.
Best regards!
in reply to: Page Header in mobile modeHello,
Please send us your wp credentials in a private reply. We can set these up for you.
Best regards!
in reply to: visual composer read moreHello,
I can not login due to the maintenance mode.
Best regards!
in reply to: Ordering Portfolio GridHello,
Post are ordered by default based on their creation time. It’s not possible to do it from theme options. Install and run a custom post order plugin for this.
Best regards!
in reply to: Redux framework WarningHello,
Please update theme to it’s latest version.
Let us know.Best regards!
in reply to: Widgetised Sidebar in Visual Composer Missing?Hello,
Have you tried to recreate it? The latest update has some widgets changes too. Recreate widget once again. Let us know if the issue persists.
Best regards!
in reply to: Logo light missingHello,
I still can not login (the site is on, but the credentials are not valid), please add this code into your custom css box:
@media (max-width: 979px){ .header_wrapper { background: rgba(251, 251, 251, 0.09) !important; }}Let us know.
Best regards!
in reply to: blogHello,
To link images too, please go to file vc_templates/latest_blog.php and find this line:
$output .= '<img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2', 'url')).'" alt="">';
Replace with this:
$output .= '<a href="'.esc_attr(get_permalink()).'"><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2', 'url')).'" alt=""></a>';Best regards!
in reply to: Permission Denied ErrorsHello,
Please contact your host provider and make sure you have all necessary access rights. As the error states, you do not have permission to access all theme files.
Let us know.Note: This is Specular theme support forum, you have Tower theme installed. I am redirecting this ticket for the now. Please be careful to write at your theme’s specific forum for future topics.
Best regards!
in reply to: my theme doesn't display properlyHello,
Set up page header height in General Options > Header Options > Header Height, for the general site. Or in a specific page, at General Settings > Page Header Options. Set ON the “Overwrite the default page options” and “Active Page Header”, then set the height in “Page Header Height”.
Please send us your wp credentials in a private reply. So we can give a closer look to the accordion element.Best regards!
in reply to: Missing LogoHello,
There is no issue in this case. It’s this header style to make the logo disappear on sticky header. If you want to change it, then add this code into your custom css box:
.header_11.sticky_header #logo { display: block !important; visibility: visible !important; }Note: This is Specular theme forum. You have Tower theme installed. Please be careful to write at your theme’s specific forum for future updates. I am redirecting this topic in the right forum for the time being.
Best regards!
in reply to: How to remove image from rss feedHello,
Can you please post a link where are you trying this?
Best regards!
in reply to: Install dummy dataHello,
First make sure to have enabled the top bar to display. To check, go to General Options > Header options > Top Widgetized Area > Show Top Navigation, set it ON. After this, please go to your Appearance > Widgets and scroll down until you reach the “Unused widgets” area (screenshot). Drag and drop the pre-created widgets into your “Top Header Left”/”Top Header Right” widget areas.
Or drag and drop 3 “Specular Widget Shortcode” , add these shortcodes into it:[icon_text icon="moon-mail"] [email protected][/icon_text] [icon_text icon="moon-location"]Brooklyn, NY[/icon_text] [contact_information email="mailto:[email protected]"]Best regards!
in reply to: Problem with resposive in mobile and tablet.Hello,
1-I added this code into you custom css box:
@media (max-width: 480px){ #logo { float: none !important;} }2-I added this code:
@media (min-width: 768px){ .vc_col-sm-12 { padding-left: 30px !important; padding-right: 30px !important;} .vc_col-sm-6 { padding-left: 30px !important; padding-right: 30px !important;} .vc_col-sm-4 { width: 33% !important;} }Result. Please check your site.
Best regards!
Hello,
The light/dark menu is depended on the General Settings > Page Options & Style > Header Color Style , but also from the codeless slider chosen for that page. If the slider’s slides, have “Light Logo, menu..etc” selected in their Codeless Slide Options > Layout > Menu & Slider Navigation Color, then the header during the display of that slide, will be the light version. No matter of the Page Options & Style option you have chosen.
If you send us your wp credentials in a private reply, i can set up some test pages for you to refer too.Best regards!