Forum Replies Created
-
in reply to: Page flashing on each new load on Tower theme
Hello,
Your site does not load in time all necessary style files. This can be caused by slow connection with server or some of the plugins installed is effecting theme scripts.
Please contact your host provider first. Do you have any caching plugin installed?
Let us know.Best regards!
in reply to: 404 Page typoHello,
You are right. Thanks for letting us know. we will edit this in the next theme update. In the mean time, please go to file includes\core\codeless_options.php and find this line:
'default' => 'Sorry but the page you are looking for has not been found. Try checking the URL for errors, then bit the refresh button on your browser',Change the message and save file.
Best regards!
in reply to: Too many H1 tags on front pageHello,
1-You can change the title’s of Latest from Blog by editing the responsible file. Please go to file vc_templates/latest_blog.php and find this line:
$output .= '<h1><a href="'.get_permalink().'">'.esc_html(get_the_title()).'</a></h1>';Edit the
<h1>tag to your wish.2-Go to file \includes\core\codeless_slideshow.php and find this line:
$output .= '<h1 class="animated with_animation" data-animation="fadeInUp"><a href="'.get_permalink().'">'.get_the_title().'</a></h1>';Change title’s heading style here.
Let us know.Best regards!
in reply to: while template activation parse error is comingHello,
If you are facing issues with import progress than you need to check wither you have the necessary requirements. Read this article for more information.
The attachments include only the images used in the online demo. These images are for demonstration purpose only and usually the customers upload their own licensed images. However you can always get them by directly downloading from the online demo.
All other important data (pages/ posts / portfolio items) are imported with normal dummy data import process.I was able to import dummy data, but you need to increase file limit. Contact your host regarding it. Then go to Revolution slider > Import Slider, and import one of the included sliders. You can find them in the downloaded theme folder, under sliders folder.
I also set up the menu and widgets like the demo. To learn how to configure theme please read our theme’s documentation and watch these video tutorials.
Let us know.Best regards!
in reply to: Codeless Slider Height ChangeHello,
Yes, just add this code into your page’s custom css box (if you have different sliders in many pages and want different height for each):
#slider-fullwidth { height: 600px !important; min-height: 600px !important; } .codeless_slider_swiper { height: 600px !important;} .codeless_slider_wrapper { height: 600px !important;} .codeless-slider-container { height: 600px !important;} .codeless_slider .swiper-slide { height: 600px !important; }Result screenshot.
Best regards!
in reply to: Not being responded toHello,
Glad to know it’s all ok now. Let us know if you need further help.
Best regards!
in reply to: Asking For RefundHello,
I added this code into you child theme custom css box:
@media (max-width: 480px) { .construct_div h1 { font-size: 8px !important;} } @media (min-width: 1024px) { .construct_div h1 { font-size: 23px !important;} }It will change the font size in mobile and ipad. Please check your site and let us know.
Best regards!
in reply to: Icons not showingHello,
This is not a theme issue. You have a cross-origin error in your site (screenshot). This means you have configured the site to load only secure links while the font links are not.
Contact your host about it.Check out this usefull link : https://stackoverflow.com/questions/25577981/font-from-origin-has-been-blocked-from-loading-by-cross-origin-resource-sharing
Best regards!
in reply to: Padding ErrorHello,
I can see the padding does have a value. Please see screenshot. Can you please explain better your issue? If you send us your wp credentials in a private reply, we can give a closer look at it.
Let us know.Best regards!
in reply to: Too many H1 tags on front pageHello,
This is the default layout of theme but it can be changed any time. We suggest you to use some other title element such as “Custom Heading” or “Separator with text”, etc.
Edit slides content to what fits you best.
Let us know for anything.Best regards!
in reply to: Image Full Height and WidthHello,
This is possible only with custom css. Add this code into your page’s custom css box:
.wpb_content_element { margin-bottom: 0 !important;} .media { width: 148% !important;}This is the result: screenshot.
Best regards!
in reply to: Not being responded toHello,
Please know that we respond to topics according to their arrival time. The oldest first. So replying to your own topic over and over or creating new topics just for reminders, will only increase the reply time.
Please consider the timezone differences too.Read more regarding it in our Support Policy.
Best regards!
in reply to: Mobile menu linksHello,
Please add this code into your custom css box:
@media (max-width: 480px) { .header_page.centered h1 { font-size: 30px;} @media (max-width: 480px) #logo { left: 40px !important; } .top_wrapper .span12 { width: 266px !important; margin-left: 9px; } }For the container, please go to General Options > Layout > Page Container Width with percentage, set it to 100%.
Best regards!
in reply to: Asking For RefundHello,
I activated child theme and:
1-I was able to edit the menu you have created and set it up like you wanted, without any issue.
2-By switching theme (parent to child, or any other theme available) the site will get that active theme specific configurations. This means, if you have not assigned any widget to header when the child theme is active, then they won’t show.
All you had to do was, go to Appearance > Widgets and drag-and-drop the inactive widgets to the right place. I already did that for you.3-Like the documentation says, you have to install the free plugin “Contact form 7” in order for the contact form to appear. I already did this too.
Please check your site.Best regards!
in reply to: Post header background not showingHello,
Sorry but i don’t understand what you want to do. Can you explain better?
Best regards!