Forum Replies Created
-
in reply to: Remove Service Title Links
Hello,
Please go to file vc_templates/services_small.php and find this line:
$output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
replace it with this:
$output .= '<h4>'.esc_html($title).'</h4>';
Save and refresh.Best regards!
in reply to: Button alignment center on mobileHello,
I see the buttons are aligned center (example). Which is not displaying as you want?
Best regards!
in reply to: WPBakery Visual Composer is not installingHello,
Please make sure to have installed theme correctly. The url should be like this: wp-content/themes/specular. If you uploaded the hole folder, downloaded from your Envato account, then this error happens.
Let us know.Best regards!
in reply to: Single Staff Element link not working anymoreHello,
Glad to know it’s ok. do you mind to share with other support members what was your issue and the solution? So other that may face it, can find an answer immediately.
Best regards!
in reply to: Main blog page showing wrong sidebar…Hello,
Can you please be more specific? I see that there is a specific sidebar for the ‘Case Studies’ page (screenshot). While the post page (Blog), is displaying the blog sidebar.
What do you need to change?Best regards!
in reply to: Widgetized side bar not working correctly…Hello,
You must have added the widgets as VC elements in the first page. Add them in a specific sidebar and assign that sidebar to the page you want to have it.
Best regards!
in reply to: Layer Slider Purchase CodeHello,
Did you try to update the plugin directly from the Appearance > Plugins? Please delete the Layerslider folder in your wp-content/plugins folder and then re-install it via dashboard. We include the latest plugin version (at the time of theme release) in the main package.
If there is a new update and you can not wait for us to update, then you will have to buy it yourself.Best regards!
in reply to: Twitter WidgetHello,
I see, please add this code too:
.widget_twitter dl dd { padding-bottom: 12px; }It will look like this, screenshot.
Best regards!
in reply to: Archive page not displaying correctly…Hello,
1-Please add this code:
.page_header_yes #content { padding-top: 100px !important; }for more space between the first article and header.
2-I can see the light logo in mobile, screenshot. Did you manage to change it?Best regards!
in reply to: Header centered – No Animation and mobile problemHello,
Sorry for the late reply.
1-Please go to file js/main.js and find this function:function pageHeader(){ "use strict"; var self = $('.header_page.centered'); if(self.length == 0) return false; var height = self.height(); self.height(0); setTimeout(function(){ self.animate({ opacity: 1, height: height+'px' }, 800); }, 600);edit the value: 800 to 0, save file.
2-Add this code into your custom css box:@media (max-width:480px){ .header_page.centered h1 { font-size: 20px !important;} }Best regards!
in reply to: Search widgetsHello,
Since you have a very old version, the latest updates have a lot of important changes. And if you have made other changes to theme files from your part, then you will experience issues. For example, you will have to set up widgets once a gain, as the latest update has assign id’s to them.
You have to update Visual Composer too.
The css code you added in your custom css box, and the settings will not change.It’s important to keep the theme’s folder name the original one, not to rename it, It may not correctly if you do that. Please change the folder name to ‘specular’.
I can give it a closer look after the update if you can give me your site credentials in a private reply. First, keep a backup of the old files (i case you have done any modification)
Best regards!-
This reply was modified 10 years, 7 months ago by
Ruco.
in reply to: Spacing Issues On TemplateHello,
Sorry for the late reply.
1- please go to the Row Settings > Padding, set up here the space you want between the rows.
2-I see you have all elements of your Contact page, in one row. You can set a background image to it. Just go to Row settings > Background Image .Best regards!
in reply to: Error when installing slider pluginsHello,
Sorry for the late reply.
You may have installed the wrong theme folder. Please make sure to have uploaded only the ‘specular’ folder into your wp-content/themes folder, and not the main folder you downloaded.
This is usually an error that happens when the theme is installed wrong, leading to wrong url’s.
Let us know.Best regards1
in reply to: Blog Page Headers Create ErrorsHello,
Sorry for the late reply.
Can i please see a link where is this running? What plugins do you have installed in the live server?
Let us know.Best regards!
in reply to: problem using the codeless slider with iphone 6sHello,
Sorry for the late reply.
Please add this code into your custom css box:@media (max-width: 767px){ .codeless_slider_swiper.parallax_slider { height: 197px !important; min-height: 197px !important; } .codeless_slider .swiper-slide { height: 197px !important; } }This is the result, screenshot.
Best regards!
-
This reply was modified 10 years, 7 months ago by