Forum Replies Created
-
in reply to: Visual Composer Installation
Hello,
Please make sure you have installed theme properly.
The most common error made is to upload the zip file you download from your Envato account directly into your Appearance > Themes. You should unzip it first. Inside you will find these folders: Documentation, Licence, slider-demo-data, tower. Then zip only the ‘tower’ folder and upload it into your Appearance > Themes, in wordpress dashboard.
Do not zip the ‘tower’, if you will upload it directly in the server.If this is not the issue, then please make sure you are not trying to install included plugins (and demo data) from child theme. You have to have active the parent theme while performing these. Otherwise a “wrong url” error will arise.
If you still have problems, then please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.Best regards!
in reply to: Slow down Codeless SliderHello,
For this the please go to file main.js and find these lines:
$('.codeless_slider').imagesLoaded(function(){ $loading.css('display', 'none'); var c_speed = $('.codeless_slider').data('speed'); if(c_speed == 'undefined') c_speed = 800; codelessSlider = new Swiper('.codeless_slider',{ slidesPerView: slide_per_view, paginationAsRange: false, loop: false,edit the speed value to your need.
Ex.
c_speed: 200;
Best regards!
in reply to: Issue with slideshow after theme updateHello,
What theme version did you have before updating?
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.Read this article for more information.
Best regards!
in reply to: TranslationHello,
Sorry for the late reply.
The string “You are here” was not present in the de-DE.po file. I added it and regenerated the file. However, for some reason it did not reflect the changes. Currently i have translateted the string directly from the includes/view/page_header.php file. Please check your site.I am forwarding your ticket to one of our developers for more professional advice. We will get back to you soon.
Best regards!
in reply to: Header widgetized areaHello,
1-Please add this code into your custom css box:
.header_7 .header_wrapper .footer_social_icons { width: 64% !important; }2-To align the button, please add this code:
.header_button { float: left !important; margin-left: 47px; }To move it after the menu items, you have to edit theme files. Please go to file header.php and find these lines:
<!-- Header Button --> <a href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a> <!-- End Header Button -->Remove them from here and paste (in the same file) right after this block:
<div id="navigation" class="nav_top pull-right <?php echo esc_attr($css_class) ?>"> <nav> <?php $args = array("theme_location" => "main", "container" => false, "fallback_cb" => 'codeless_default_menu'); wp_nav_menu($args); ?> </nav> </div>3-What widget do you want to have? Please add it first. Then we will see what we can do to fix it the way you want it.
Let us know.Best regards!
in reply to: I cannot change the Specular themeHello,
Please fill in the necessary information on your extra information fields of your profile data.
Read this article for more information.
We will be happy to help you get the demo you want.
Let us know.Best regards!
in reply to: Header on MobileHello,
Please add this code into the page’s custom css box:
@media (max-width: 767px){ .header_page, .header_page { background-size: contain !important;} .header_page.centered { height: 125px !important;} }Result screenshot. Let us know.
Best regards!
in reply to: Page Titles not showing as H1Hello,
What i see in your “About Us” page is the content of the page. Not the page title, the one that is set automatically as H1. Please see your page’s screenshot, and the Tower demo screenshot.
Marked in red are the elements that are present in both sites, and in orange the header page that i am referring to, that you do not have in your page.Let us know.
Best regards!
Hello,
We are sorry for the inconvenience, but the changes you want are optional and personal preference changes. Not theme faults. A site’s permalinks is part of WordPress base options, not theme’s.
Posts/pages/attachment/revision/nav_menu_item are custom post types. Considering the WordPress hierarchy the Custom posts are directly under the site’s url root. So they’re name will be right after the site’s link. For that they do not have a parent category to belong to. Like portfolios have.Please read our Support Policy to understand better what it does include and what not.
I can suggest you these useful links to help you achieve what you want:
https://wordpress.stackexchange.com/questions/19238/how-do-i-add-blog-as-a-prefix-to-permalink-structure-for-blog-posts-tag-pagesBest regards!
Hello,
You can change the portfolio slug (link structure) at General Options > Portfolio Config > Portfolio Slug, then reset permalinks.
Sorry but this is not possible for blog posts using theme options. You may achieve this by adding some rule in your .htaccess file. But that is beyond our support service.Best regards!
in reply to: Page header not working on the blog pageHello,
This space is not due to the page header, but is a padding. Set to distance the top wrapper from the content. To set it to 0, please add this code into your custom css box:
.home #content { padding-top: 0px !important; }Best regards!
in reply to: Page Titles not showing as H1Hello,
As i said previously, the page’s titles by default are set as
H1. Please see screenshot. If you have changed that and set it voluntary asH2or else, then wordpress would not change it back to theH1.
Can i please see a link where are you having this?
You can fill in the necessary information on your extra information fields of your profile data. So maybe we get to understand better your point.Read this article for more information.
Best regards!
in reply to: Landing Page – Remove menu from a specific pageHello,
I added the neccesary code to change the responsive layout as weel. Please see screenshot of your landing page in mobile portrait; mobile landscape; ipad; ipad landscape.
Best regards!
in reply to: Tags for portfolio itemsThis reply has been marked as private.in reply to: Page header not working on the blog pageHello,
I set the blog page in General Options > Select Special Pages, and now it does show. See screenshot.
Best regards!