Forum Replies Created

Viewing 20 posts - 3,581 through 3,600 (of 14,509 total)
  • Author
    Posts
  • Sakin
    Keymaster

    1. 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;
    }
    in reply to: All custom settings are gone after update #58569
    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.

    Sakin
    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;
    }
    in reply to: All Catch Everest formatting gone #58548
    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.

    Sakin
    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-xml

    in reply to: All Catch Everest formatting gone #58545
    Sakin
    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 .css extension files. They can just check the your page source and try to click on any .css files 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 on buttons.min.css it will load like this https://dl.dropboxusercontent.com/u/81234910/css-not-loading.png

    Sakin
    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;
    }
    in reply to: General help with some stuff #58543
    Sakin
    Keymaster

    1. 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.

    in reply to: All custom settings are gone after update #58540
    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.

    in reply to: Problem with wordpress gallery #58539
    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.

    in reply to: Custom CSS #58538
    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

    in reply to: What changes needed to display only post titles? #58536
    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.

    in reply to: Site Logo hyperlink #58508
    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”

    in reply to: Page name colour #58507
    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;
    }
    in reply to: 404 Page Not Found Content widget #58506
    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.

    in reply to: Hide Menu item on Mobile device #58505
    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.

    in reply to: Custom css for image image margin #58485
    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/

    in reply to: Catch Everest – Remove permalink image in the post #58483
    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; }

    in reply to: Change accent color #58482
    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.

    in reply to: Reduc size of lastest post on home page #58479
    Sakin
    Keymaster

    @Raul: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #hgroup-wrap { padding-left: 0; }

Viewing 20 posts - 3,581 through 3,600 (of 14,509 total)