Forum Replies Created

Viewing 20 posts - 1,301 through 1,320 (of 14,487 total)
  • Author
    Posts
  • in reply to: Removing all table borders #87996
    Sakin
    Keymaster

    @eainsbury: To remove the border of table in Full Frame Pro theme, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    table, th, td { border: none; }

    in reply to: Update problem #87951
    Sakin
    Keymaster

    @gio: Yes, please contact sales directly at https://catchthemes.com/contact-us/ . I check in your account and I don’t see any active subscription. When did you purchase the theme. You can access the theme only for 1 year after the purchase. After a year, you can either keep the version you have in your site and disable update or you need to re-purchase to get access to update.

    in reply to: Update to PRO, SEO and language of theme #87852
    Sakin
    Keymaster

    @Bloggdriver: thanks for that and check your email.

    in reply to: Primary menu (Top) to become transparent/overlaid #87817
    Sakin
    Keymaster

    @Eva: Then you need to use RGBA color code. So, first 116, 0, 188 is rgba color and 0.8 is 80% transparency.
    So, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .nav-primary { background: rgba(116, 0, 188, 0.8); }

    in reply to: Adventurous-free: Fatal Error #87633
    Sakin
    Keymaster

    @arabira: This code was added in WordPress version of WordPress. That code was added in core from WordPress 4.2 version. So, you need to update your WordPress and then update the theme. It will work fine.

    in reply to: Want to always display Site Title, Tagline, and Logo #87632
    Sakin
    Keymaster

    @JEmma2314: Can you post in your site URL and then let me check in.

    in reply to: Post Body Content not showing up #87483
    Sakin
    Keymaster

    @rabbyosaberwolves: I need to check in your server. As it’s working fine here. So, I will email you.

    in reply to: Post Body Content not showing up #87338
    Sakin
    Keymaster

    @rabbyosaberwolves: We need to check in details as Breadcrumb is working fine in our site. So, do you let me know the plugin you have activated in your site so that we can check with similar settings in our test server.

    in reply to: Can't change background color #87320
    Sakin
    Keymaster

    @earl_p: Sorry for misunderstanding. Yes, for background image you don’t need to use FTP. All the edits you make from FTP will be reverted back when you update the theme. Edit from FTP only if you are editing using child theme.

    in reply to: Can't change background color #87276
    Sakin
    Keymaster

    @earl_p: Your case is different and you are talking about different thing. In your case, it’s custom background and you don’t need to use FTP to replace that background image. You can change or remove that image from “Appearance => Customize => Background Image”

    in reply to: Can't change background color #87275
    Sakin
    Keymaster

    @earl_p: Your case is different and you are talking about different thing. In your case, it’s custom background and you don’t need to use FTP to replace that background image. You can replace that image from “Appearance => Customize => Background Image”.

    in reply to: Post Body Content not showing up #87274
    Sakin
    Keymaster

    @rabbyosaberwolves:
    1. Did you check in plugins? Can you try disabling plugin one by one and check in. Looks like there is issue with breadcrumb and your plugins.

    2. Did you reset your Permalinks from “Settings => Permalinks”, Can you try default and check in.

    3. If this doesn’t solve then try disabling breadcrumb from “Appearance => Customize => Theme Options => Breadcrumb Options”

    4. If this doesn’t solve then let me know it and then I will send you email.

    in reply to: Menu bug? And other menu challenges #87110
    Sakin
    Keymaster

    @jazzchino: It’s displaying fine in my side. Can you refresh your browser and check in. I see that you have WP-Super-Cache plugin install and it might be cache it. Also go to your WP Super Cache plugin settings and empty cache.

    in reply to: Color of the footer #87055
    Sakin
    Keymaster

    @Sziszi: There are two different color in footer text. One is for text and another for span and link. So, change the color code in following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #footer { color: #666; }
    #footer span,
    #footer a { color: #999; }
    in reply to: Can you turn off posters details? #87035
    Sakin
    Keymaster

    @Sziszi: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #content .post-by .no-padding-left,
    #content .post-by .last { display: none; }
    #main #content ul.post-by li {
        background: none transparent;
        padding: 0;
    }
    in reply to: Color of the footer #87034
    Sakin
    Keymaster

    @Sziszi: What’s you site URL and which color code you want to change it. Then I can check in and send you the css. If you want easy way then you can update to Pro version where you will get Color Options.

    in reply to: Adding mailchimp pop-up signup form #87033
    Sakin
    Keymaster

    @EmboldenAdventures: Mailchip will not add code in the theme. If you have added it manually then it can be there otherwise, you need to check in your Mailchimp plugin to find out. The best solution will be to check out with Mailchip plugin support.

    in reply to: Adding mailchimp pop-up signup form #87032
    Sakin
    Keymaster

    Hello Lisa,

    You shouldn’t edit the theme file directly like that. As these edits will be reverted back to original when you update the theme.

    So, if you want to edit any files then build child theme and edit it. But if you just want to add Script in Header/Footer then you can simply use our Catch Web Tools plugin http://wordpress.org/plugins/catch-web-tools, activate Webmaster Tools to add scrit.

    Regards,
    Sakin

    in reply to: Mobile Menu Not working on Apple or Android #86850
    Sakin
    Keymaster

    @johncharlesbooks: Can you check if you have issue in our demo page as well. Check it at https://catchthemes.com/demo/catch-base/.

    If you don’t see issue in our demo page then you might was to reinstall the theme or wait for the update and update it which will replace your current version of theme. No, you will not lose your data when you reinstall the theme.

    in reply to: Mobile Menu Not working on Apple or Android #86767
    Sakin
    Keymaster

    @johncharlesbooks: Have you changed any core theme file inside catch-base theme directory? If not there then there must be plugin conflict. So, try disabling plugin one by one to find out the conflict plugin.

Viewing 20 posts - 1,301 through 1,320 (of 14,487 total)