Forum Replies Created
-
in reply to: Dummy Data import is getting stuck at 65%
Hello,
What folder are you trying to import? If it is the hole themeforest-11941335-tower-businessdriven-multipurpose-wp-theme-wordpress-theme.zip file, then you are importing the wrong file. First unzip themeforest-11941335-tower-businessdriven-multipurpose-wp-theme-wordpress-theme.zip and find inside the “tower” theme folder. Zip it and upload from your dashboard.
If it still cuts off before 100%, then increase your memory limit. You can do it yourself or ask you hosting provider to increase it for you.
Let us know.Best regards!
in reply to: Can´t import demo dataHello,
Can you please be more specific? Do you or do you not have pages imported in your site? What is wrong with the demo pages? The images are not included in dummy data. You have to upload your own.
Make sure to have setup the main configurations first. Read more here.
Let us know.Best regards!
in reply to: Responsive/ Mobile IssuesHello,
1-Are you referring to this counter, screenshot? These counters are not set to run all the time. They are started when the block containing them becomes visible and after reaching the set up value, it will stop eventually. If you meant another counter, please let us know.
2-Please add this code into your custom css box:
@media (max-width: 480px){
.header_1.fullwidth_slider_page .top_wrapper { padding-top: 0 !important;}
}
3-Add this code into your custom css box:@media (max-width: 767px){ .top_nav { display: block;} .top_nav .row-fluid .span6:first-child { width: 70% !important;} .top_nav .row-fluid .span6:last-child {width: 30% !important;} }Best regards!
in reply to: Responsive/ Mobile IssuesHello,
1-Are you referring to this counter, screenshot? These counters are not set to run all the time. They are started when the block containing them becomes visible and after reaching the set up value, it will stop eventually. If you meant another counter, please let us know.
2-Please add this code into your custom css box:@media (max-width: 480px){ .header_1.fullwidth_slider_page .top_wrapper { padding-top: 0 !important;} }3-Add this code into your custom css box:
@media (max-width: 767px){ .top_nav { display: block;} .top_nav .row-fluid .span6:first-child { width: 70% !important;} .top_nav .row-fluid .span6:last-child {width: 30% !important;} }Best regards!
-
This reply was modified 10 years, 4 months ago by
Mirela.
in reply to: A line on top of the pageHello,
Please add this code into your custom css box:
.flexslider { border: none;}Best regards!
in reply to: Blog page showing feetured imageHello,
The featured image is used as profile pic of the post when is listed along other posts in blog page. If you remove it, the post will use another image of the post body text to use.
If you do not want to show a featured image of a post in blog page, then please add this code into your custom css box:
.blog-article.standard-style .media { display: none; }Best regards!
in reply to: Blog Template IssueHello,
To have a medium image blog, go to Blog Config > Blog Style > ‘Timeline’, save options. You can have categorized posts by using Visual Composer elements such as “Post grid”, “Post Masonry Grid”, “Latest from Blog” and “Recent News”.
Let us know.Best regards!
in reply to: Logo light missingHello,
Sorry for the late rpely.
I edited the code above to this:@media(max-width: 480px){ #logo .dark { display: none !important; visibility: hidden !important; } #logo .light { display: block !important; visibility: visible !important; } }It’s ok now, screenshot.
Best regards!
in reply to: Icons cut off at topHello,
In what screen resolution are you watching this? Or what browser? In a 16:9 resolution it shows just fine. Let us know.
Best regards!
in reply to: Start Codeless Slider from rndom imageHello,
Sorry but that is not possible.
Best regards!
in reply to: Smooth Scroll….how to make it work?Hello,
The smooth scroll works fine in your site too. You just need to make sure that you have set the page as One page. I did a test in this page. You can check up your self, just assign the ‘one page’ menu as site’s main menu first.
Best regards!
in reply to: Menu link to section of pageHello,
Please make sure that you have set the page as ‘One page’. I did a test in this page and it worked perfectly. You can check up your self, just assign the ‘one page’ menu as site’s main menu first.
Best regards!
in reply to: Blog sharing botton errorHello,
1-I added this code:
.top_nav .footer_social_icons.circle li i { color: #BFBBBB !important; }to change the color of the social icons in top nav area. Edit the color to your wish.
2-The “Make Transparency Header” options was making the header change order. I set it OFF and now header it’s ok.
3-I don’t see any issue in blog post (screenshot). DO you still need our help?
Best regards!
in reply to: Menu too big when responsiveHello,
Just copy-paste this file in another location (example your documents) And over write the new one , whenever you make a theme update.
Best regards!
in reply to: How to add meta tags to pagesHello,
Sorry for the late reply.
You can add tags in sidebar as widget and select page layout with sidebar.Best regards!
-
This reply was modified 10 years, 4 months ago by