Forum Replies Created
-
in reply to: Testimonials
Hello,
At testimonials page, please make sure to have checked the “Testimonials Options” in Screen options above. Screenshot.
Best regards!
in reply to: photo resizingHello,
That edit is made in functions.php as well.
Best regards!
in reply to: 404 and redirectsHello,
can you more specific? What do you need to achieve? If you are redirecting the site to a new host, then you should make the redirect from the host side. Let us know..
Best regards!
Hello,
To add ‘Single image’ to your Visual Composer elements list, please go to file: includes\core\codeless_elements.php find this line:
vc_remove_element("vc_single_image");and replace with this://vc_remove_element("vc_single_image");After this, download this file, and add it to folder vc_templates. Refresh and you will see Single Image element added to your Visual Composer.
If
Best regards!Hello,
In responsive mode, all the portfolio items of the carousel will show one after another. It does not scroll like in desktop. We will fix the appearance of portfolio items, in the next update. Sorry for the inconvenience.
Best regards!
in reply to: Space Above HeaderHello,
You should add this shortcode:
[icon_text icon="moon-phone-hang-up"]+ (224) 115 44[/icon_text]
in Appearances > Widgets > Top Header Area. (screenshot) In order to have the demo preview of phone number.Best regards!
in reply to: Drop down menu sub menuHello,
I see that the other sub menus are ok. Only the second sub menu in ‘Color Management / RIP’ was difficult to click. If that’s it, please add these lines into your custom css box:
nav .menu > li > ul.sub-menu li ul.sub-menu { top: 0%; }Best regards!
in reply to: Blog Post IssuesHello,
This is strange. Please send us your wp credentials in a private reply. So we can check it.
Best regards!
in reply to: Staff carousel paginationHello,
I can not enter dashboard with these credentials. Youcan see the settings of staff carousel, just open page settings of “About Us 2” page from the pages imported with dummy data.
Best regards!
in reply to: Home touch issuesHello,
Please go to file js\main.js and find these lines(1079):
$('.codeless_slider').imagesLoaded(function(){ $loading.css('display', 'none'); codelessSlider = new Swiper('.codeless_slider',{ slidesPerView: slide_per_view, paginationAsRange: false, loop: false, touchRatio: 0.7,Edit
touchRatio: 0.7value to 0 (touchRatio: 0). Save and refresh page.Best regards!
in reply to: Menu with ColumnsHello,
The second menu is a mega menu. You can create it by checking the check box “Check if you want to use this item as mega menu” below a menu item, in Appearances > Menu. The checked item will convert to a column title and is not clickable. You should add more menu items below it. As sub-items. The above example has this structure: screenshot, result: screenshot.
Best regards!
in reply to: photo resizingHello,
You can find file functions.php, directly from Appearance > Editor in the file’s list. Screenshot
Best regards!
in reply to: Blog not workingHello,
Can you please send us your wp credentials, in a private reply? So we can check the blog issue. For the portfolio items, please reset permalinks.
Best regards!
in reply to: Switching off ResponsiveHello,
Please rename file css/bootstrap-responsive.css. That way you will loose all responsive features on the site.
Best regards!
in reply to: how can i add the background Image on footerHello,
Please add these lines into your custom css box:
footer#footer .inner { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: left top; background-image: url('https://104.131.255.213/specular/default/wp-content/uploads/2014/05/about3.jpg'); }Change the image url to the one you want to use.
Best regards!