Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,861
- Last Active
- Roles
- Administrator
Comments
-
They told you nearly the same as we did. But like ThemePunch says, it is not possible to show one slide from slider according to page. It is possible to create different slider per different page only. ThemePunch are wrong about javascript and what…
-
But this image is css background and it won't never look good. To make it responsive and display full, you need to put it as IMAGE item inside SECTION with FULL WIDTH NO MARGIN style.
-
https://snag.gy/ia65Ld.jpg
-
Yes, we can see what you mean now. To achieve the effect you need, please update theme first to its latest version and set FIXED header type instead.
-
Ok, thanks. So to extend this description, you need to use the following css:.story_box .desc_wrapper { margin-right: 0 !important; }
-
Ok, thanks. So to remove tags and categories on single post pages and also comments number of recent posts, you need to use the following css:.single-post .post-meta .category { display: none !important; } .Recent_posts ul li .photo .c { display: no…
-
If you still got the mess, then you need to decrease logo size on mobile with the following css:@media only screen and (max-width: 767px) { #Top_bar .logo #logo img { height: 30px !important; } }
-
Hi, if you want to increase logo size, there is no need to use custom css because its size can be changed under Theme options > Global > Logo > Advanced section.
-
You're welcome!
-
You are welcome! :)
-
Hi, 1. This is widget default padding and you can remove it with the following css:#Footer .widgets_wrapper .widget { padding: 0 !important; } 2. Do you mean menu or Action Bar? Because if you mean the top bar where menu and the logo is, its alrea…
-
Hi, but as we know, Classic menu is visible for the whole time just like Creative always open menu so we don't know what exactly you mean. Do you have any example of what you ask for?
-
Hey, there is 2 reasons why featured image is not being taken into account while sharing: 1. Or you did not enabled Schema Type option under Theme options > SEO section. 2. Or you need to use https://wordpress.org/plugins/wp-facebook-open-graph…
-
1. Sorry but we do not understand. Don't you see this http://pasteboard.co/sH7QfItTe.png ? 2. Could you check it on different tablet? Because we checked on 2 different iPads and didn't noticed anything like on your screenshot. Background is behind …
-
Please send us link to page where you would like to align menu items to left then.
-
We know how you did those sidebars but like we said above, it is not possible to achieve exactly the same layout for both. We do not have anything like popular posts and the only widget available is recent posts just as you said.
-
Hi, there is too many factors that may has an impact on it and we can not tell you if this would work or not. You can try of course but if this won't work, you need to contact with your web developer because it might be necessary to modify theme fi…
-
Hi, what slider file you are trying to import? Did you tried to import different slider files from /slider-revolution-demo/demos/ folder?
-
No, it can not be, sorry.
-
4. So to remove those dates, please use:.Recent_posts ul li .photo .c { display: none !important; } 5. But what kind of template for single post pages you set?
-
To address specific tables, you need to set class name for the section where table is and then assign above css per those section class names.
-
Hi, number of posts per page is being taken from Theme options > Blog, Portfolio & Shop > Blog section so please check if you did not set 1 for this option.
-
Hi, we did never tested it but you need to know that Builder >> SEO option is reserved for plugins like Yoast to make the Muffin Builder content readable. When you move Muffin Builder content into WP editor, the content is deprived of many la…
-
Hi, please send us link to page/s where you would like to do above modification first so we can have a look on it and give you best possible solution. Thanks!
-
Hi, if you used Slider Revolution buttons and didn't customized anything on your own, then all buttons and texts should resize automatically on mobile. You need to remember that you have to set Auto Responsive for the slider if you want it to be re…
-
Hi, to change tab title font size, you need to use custom css:.ui-tabs .ui-tabs-nav li a { font-size: 18px !important; }
-
You're welcome ;)
-
Ok, thanks. So to remove those titles, you need to use the following css:div.pp_default .pp_description { display: none !important; }
-
You're welcome! :)
-
So if this happens on multisite only, it means you missed Table Prefix option under Theme Options > Global > Advanced section.