Forum Replies Created
-
AuthorPosts
-
May 29, 2015 at 10:23 pm in reply to: Change background and remove toggle from the other pages #58570
Sakin
Keymaster1. For masthead to display only in homepage, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { display: none; } .home #masthead { display: block; }2. For transparent background in your content area, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#content, #main { background-color: transparent; }Sakin
Keymaster@Veronica: So, what’s not working. Is that Mail Chimp Sign in box in your sidebar. then you might want to just assign that from “Appearance => Widgets”. The update process should be smooth like this http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
If you want me to take a look at your settings then let me know it. I will send you email in your register email address. You can reply me there.
May 29, 2015 at 5:45 pm in reply to: Change background and remove toggle from the other pages #58552Sakin
Keymaster@Laura Pio: Yes, we are doing fine. Thanks for supporting us.
1. You default background should be from “Appearance => Background”, and change as per your need. I see currently you have this image as default background http://laurapiofotografia.com.br/wp-content/uploads/flormetal2leveee.jpg. Next, you should add like in free version. That’s fine. Free and Pro version are same.
But looks like you have added color or content and all. So, it’s not transparent to show that. Can you let me know what are the css that you have in “Appearance => Customize => Theme Options => Custom CSS” box.
Also let me know, where you want these background image to show. For example, if you want to show in your content area then, your content content area background needs to be transparent
#content { background-color: transparent; }Sakin
Keymaster@oly: Did you try re-install as well. Ask your hosing why it’s not loading when you can default theme and no plugin install.
May 29, 2015 at 11:00 am in reply to: Polylang: translating Featured Content title and description #58546Sakin
Keymaster@widespread: try adding xml file in your parent theme in
public_html/wp-content/themes/catch-base/wpml-config.xml. I am not sure how Polylang works. Here is complete list of XML file https://gist.github.com/sakinshrestha/6cc4ba393ade041c16ae#file-wpml-config-xmlSakin
Keymaster@oly: If this was theme issue, then your problem will be solved when you activate your default theme like twentyfifteen. The only option at this stage I suggest you.
1. Go to your plugin and deactivate plugin one by one to check if this is caused by any of your active plugin.
2. If this doesn’t fix then you need to “Re-Install” your WordPress update. For that, go to “Dashboard => Updates” from your WordPress Dashboard and then click on “Re-Install”.
3. For your Hosting support, you can ask why the site is not reading any.cssextension files. They can just check the your page source and try to click on any.cssfiles from plugin, themes and WordPress core. None of them are loading. For example, if you view your page source in your login page http://www.festivalfiresolutions.co.uk/wp-login.php and then click onbuttons.min.cssit will load like this https://dl.dropboxusercontent.com/u/81234910/css-not-loading.pngMay 29, 2015 at 10:45 am in reply to: Social Social Widget displays wrong on 1st loading of site #58544Sakin
Keymaster@invertedstaircase: It’s js loading issue which you will see when there is site loading issue. We are trying to replace this JS with custom css in next version update and it will be fixed. So, please wait for update.
Next, I see that there is width issue in your social icons. So, can you add the following css in “Appearance => Theme Options => Custom CSS” box:
ul.social-profile li { width: 42px; }Sakin
Keymaster1. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 769px) { .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { margin-right: 2.5%; width: 18%; } } .woocommerce.post-type-archive-product a.product_type_simple { display: none; }2. Sorry I don’t understand this one. As I see your logo set fine.
Sakin
Keymaster@Veronica: Sorry, it shouldn’t be like that. All your custom css in “Appearance => Theme Options => Custom CSS” box will remain there. Please check in there.
If you have edit any theme files like style.css, index.php, functions.php and so on then this will be reverted back to original when you update or upgrade your theme.
Sakin
Keymaster@faritorero: I am able to view your gallery fine with all devices you have mentioned. Maybe you need to clear your browser cache, refresh your browser and check in. I see that you have activated “Photon” module from Jetpack, which will load image from WordPress.com CDN. So, you might be having issue there. So, try refreshing it.
Sakin
Keymaster@andliowoo:
1. I check in your site and your footer and menu bar has same background color. You just need to change the text color, for that you can add the following css in your Custom CSS box:#colophon { border: none; } #site-generator, #site-generator a { color: #eee; }2. For this, just go to “Appearance => Theme Options => Header Options” and then make 0 in Header Right Margin and Header Left Margin
Sakin
Keymaster@lanretobi: For this you need to build child theme and then copy content.php in your child theme and edit it as per your need. If you just want to hide with css then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.blog .entry-summary { display: none; }Note: please post in your site URL so that I can check in your blog page.
Sakin
Keymaster@Phil: Sorry there is not option for that. You might want to try custom header featured image option. Where you can add your own image and link as per your need. Check out “Appearance => Theme Options => Header Featured Image Options”. After you add this, you can disable your current logo from “Appearance => Theme Options => Header Options”
Sakin
Keymaster@Creese: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#featured-content .entry-title, #featured-content .entry-title a { color: #fff; }Sakin
Keymaster@Széchenyi István: This is strange, it’s working fine in our side. I hope it’s no plugin conflict with theme. So, can you try disabling plugin one by one and check in.
Sakin
Keymaster@machoyouk: but your question was to hide from Mobile. Mobile browser doesn’t have old browser. So, it will work on all mobile devices.
Sakin
Keymaster@Susie: That is from your content editor. You have lot of empty paragraph code
<p></p>and that it the reason you have lot of spaces. So, edit that page/post and then to go text mode in content editor and then delete that codes. See this screenshot, which shows the text mode button https://www.pinterest.com/pin/548594798332210926/Sakin
Keymaster@Raul That option is there only in Catch Everest Pro theme, where you can disable it from “Appearance => Theme Options => Content Featured Image Options”. But in free version, you can either remove that by building child theme and removing that code or you can hide it by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.single .featured-image { display: none; }Sakin
Keymaster@Connie: Just click on that color box and it will show you color picker, where you can pick the color or add color code in the color box.
-
AuthorPosts
