Forum Replies Created

Viewing 20 posts - 6,321 through 6,340 (of 14,497 total)
  • Author
    Posts
  • in reply to: Social Link RSS Feed #44503
    Sakin
    Keymaster

    @Michaela: There you can add your Feed URL. If you want your visitor to get informed by email then you need to RSS subscription. So, for this either you need to use services like Google Feedburner or any other plugin which allowed subscription. For plugin, you can search at http://wordpress.org/plugins/

    in reply to: Header title in two different colors #44418
    Sakin
    Keymaster

    @Michaela: This looks bit complicate and it is not supported by default. Are you talking about site title then I recommend you to use image instead of text if you want two colors.

    You might want to talk with customizer about this http://catchthemes.com/hire-customizer/. Sorry not supported by default.

    in reply to: Custom CSS and Centering Header #44417
    Sakin
    Keymaster

    @macwebster:
    1. Yes, first you need to disable header right from “Appearance => Theme Options => Header Options”. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .logo-wrap {
        text-align: center;
        width: 100%;
    }

    2. For editing CSS there is only 2 recommended process. One is adding it in “Appearance => Theme Options => Custom CSS” box and another is by building child theme and adding it in child theme style.css.
    The “Appearance => Edit CSS” looks safe, I think you have enable Jetpack plugin “Custom CSS” module.
    The “Appearance => Editor => with options for editing the style.css or rtl.css” – You shouldn’t edit it from here. This is like editing core theme files. If you edit it from here then all your edits will be reverted back to original when you update your theme.
    Note: Then best place is Child Theme Style.css, second best Theme Options => Custom CSS and third best it “Edit CSS” from jetpack.

    in reply to: Remove Link from featured content image #44413
    Sakin
    Keymaster

    Hi Heinz,

    I check in our system and debug it properly as there is no # link when you have remove link from theme options panel. So, it is pretty sure that that you have Cache issue. You have already remove it in Theme Options panel but your cache is still doing it. The best option will be to contact who install this cache plugin for your to clear the cache.

    Let me know if this solves it otherwise I need to check in your server.

    Regards,
    Sakin

    in reply to: Confused about static page #44409
    Sakin
    Keymaster

    @RaineHollister: ok you can add the following css in “Appearance => Theme Options => Custom CSS” box to make your background transparent and will take your site background.

    .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 {
        background-color: transparent;
        border: none;
    }
    in reply to: remove space on top of website #44365
    Sakin
    Keymaster

    Hi Esther,

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the white spaces between your header and top menu.

    #header-content { padding: 0; }
    @media screen and (min-width: 961px) {	
        .has-header-top #branding { padding-top: 44px; }
    }

    Regards,
    Sakin

    in reply to: Remove Link from featured content image #44363
    Sakin
    Keymaster

    @Heinz:
    It’s strange why the there is link if you have removed it. Can you try to remove # from your theme option and then clear your cache from your W3 Total Cache plugin.

    Looks like cache issue.

    in reply to: Confused about static page #44362
    Sakin
    Keymaster

    @RaineHollister:
    1. I see that you already got slider working with image.
    2. You can hide the post on at the top of you post by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-meta { display: none; }
    3. For image border and background, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
        border: none;
        padding: 0;
    }

    4. What do you mean by remove all white box. Do you mean to make your content transparent without background.

    in reply to: Viewing photos with caption on mobile devices #44360
    Sakin
    Keymaster

    @Patrice: It’s bit confusing so I will email you for detail support.

    in reply to: width question #44357
    Sakin
    Keymaster

    @mindiapolis: The width of your page http://siteservicesunlimited.com/Abortion/ has been changed. If you want full width no sidebar, then you need to edit that page and change the “sidebar Layout” to “No sidebar, Full Width”.

    Again for menu, yes I understand that you are talking about the Sub-menu under the about us. But which height you are talking about. If the space between about us and the red background, or height between Who We Are and Why Donate. If possible send the screenshot.

    in reply to: How to Install pro #44331
    Sakin
    Keymaster

    @ashley: You can download the zip file from your account at http://catchthemes.com/my-account/ . Make your your browser setting doesn’t have auto zip extractor. If there is auto zip extractor in your browser then it will extract files for your and you will see folder. In that case, you can try another browser without zip extractor or you can do “Right Click” in the download link and then click on “Save Link As” and save the zip file.

    in reply to: Woocommerce Cart -> Mobile Layout #44330
    Sakin
    Keymaster

    @Raphael: Wow so many replies at a time.
    1. Mobile Menu:
    — Mobile menu shows the current page and if it doesn’t find the current page then it will show the last menu item. As you don’t have Homepage in your menu, it is showing last menu item. So, the solution for this will be to add “Home” menu. For this, you can go to “Appearance => Menus”, click on View all in pages and select “Home” and add to menu. Or you can go to “Appearance => Theme Options => Responsive Design” and check box next to “Enable Secondary & Footer Menu in Mobile Devices”. This will show “Menu” when it doesn’t find the menu item.

    2. Check out page Table in Mobile Devices:
    — This is WooCommerce plugin issue and I hope they will fix this soon. They are using Table without considering responsive. That is bad. For this, it’s rally hard for us to fix it. You can copy css from https://gist.githubusercontent.com/catchthemes/eec48957fbd3ed724c98/raw/267d558ca44e58d3dce8d616e1b5fd5588f4bc5d/woocommerce.css and add it in “Appearance => Theme Options => Custom CSS” box. When you add in the CSS make sure you change Label content as per your language,

    3. Check out page Terms and condition:
    — For terms and condition in new line, you can add the following css in “Appearance => Theme Options => Custom CSS” box
    #content .woocommerce form .form-row.terms { clear: both; }

    4. Bullets in Sidebar:
    — To remove it, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget.widget_links ul { list-style: none; }

    in reply to: adding more space between the header image and featured content #44293
    Sakin
    Keymaster

    @Danielle: Sorry I am confused what you mean?

    in reply to: width question #44292
    Sakin
    Keymaster

    @mindiapolis: That width issue is there as you have added the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 981px) {
        .container { width: 950px; }
        #primary { width: 360px;
                          margin-left:70px }
    }

    Remove that and it will be fine.

    About the drop down menu. Can you explain what you mean. Which height you are talking about. Do you mean menu item height or menu parent item height.

    in reply to: some questions #44291
    Sakin
    Keymaster

    @mindiapolis: There is still one empty text widget in your footer area two. Remove that and it will take full width.

    To make your social icon below the text widget in Footer Area One. You can just drag your social widget below that text widget in Footer Area one.

    in reply to: Woocommerce Cart -> Mobile Layout #44290
    Sakin
    Keymaster

    Hello Raphael,

    Sorry private message is only with paid support membership http://catchthemes.com/membership/.

    You can post your URL and let me know if I need to delete it after I view it. Then I can do that.

    Regards,
    Sakin

    in reply to: Header behind content when scrolling #44266
    Sakin
    Keymaster

    @David: This is strange, as I am also checking in from Safari using Mac OS X 10.9.5 and I couldn’t find the issue. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #masthead { 
    	position: relative;	
    	z-index: 999;
    }
    #masthead.fixed-header { 
    	position: fixed;
    	z-index: 999;
    }
    in reply to: Woocommerce Cart -> Mobile Layout #44265
    Sakin
    Keymaster

    @Raphael: can you send me your site url so that I can check in.

    in reply to: Lines above posts #44164
    Sakin
    Keymaster

    @Kim: Excerpt layout will not show the formatting in your archive page. It will show only in the single post view. You can remove that css and check in.

    To show the formatting in the archive page, then you need to use “Full Content” from Layout Options in Theme Options panel. Then you can break content to show from more tags. See this for more tag http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: resizing media #44163
    Sakin
    Keymaster

    @Ksanik: Can you post in your site URL where you have this issue then I can suggest your the code.

Viewing 20 posts - 6,321 through 6,340 (of 14,497 total)