Forum Replies Created

Viewing 20 posts - 2,281 through 2,300 (of 14,501 total)
  • Author
    Posts
  • in reply to: change the width of the full theme #66811
    Sakin
    Keymaster

    @David: thanks for your appreciation 🙂

    in reply to: Logo position #66796
    Sakin
    Keymaster

    @flp2001: Sorry that is not possible as that menu is fixed header top menu. You cannot add logo above that. If you want log above menu, then try using Catch Responsive or Catch Flames theme.

    in reply to: Image Borders ins Catch Responsive Pro #66795
    Sakin
    Keymaster

    @Mark: In which image are you trying to add in border. If you are trying to add in featured content, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options”
    #featured-content figure { border: 2px solid #ddd; }

    in reply to: Make titles larger via css full featured content #66794
    Sakin
    Keymaster

    @Paul: Here is the css, you can change the font size as per your need and for the text add in font family.

    #promotion-message h2 { font-size: 30px; }
    #promotion-message p { font-family: "Dancing Script",sans-serif; }
    in reply to: slider #66793
    Sakin
    Keymaster

    @polack47: That’s your call. Cheers 🙂

    in reply to: Hyperlinked Taglines #66759
    Sakin
    Keymaster

    @Daniel: WordPress doesn’t allow to add link in Tagline. So, try searching for plugin to add in link in tagline or you need to create child theme and then copy header.php file to your child theme and edit code <p class="site-description"><?php bloginfo( 'description' ); ?></p> with your html link code.

    in reply to: Updating the Catch Adaptive PRO #66758
    Sakin
    Keymaster

    @EricT: Sometime, it might show due to cache. So, just go to “Dashboard => Updates” and click on “Check Again”.

    in reply to: Featured image for website URL #66757
    Sakin
    Keymaster

    @dcruver: Generally, Social Share take WordPress Page/post Featured image. So, edit your page/post and add in featured image. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    Then you can install plugin like WordPress SEO by Yoast and then check your image from Open graph test at https://developers.facebook.com/tools/debug/, add in your site URL, click on “Debug”. After this click on “Fetch new scrape information” and you will see new image.

    in reply to: Featured image #66756
    Sakin
    Keymaster

    @fcascardo: can you post in your site URL and then I can check that for you.

    in reply to: Add horizontal line, top of page #66755
    Sakin
    Keymaster

    @Jim: I see that you have already added in Custom CSS to add in blue line and decrease the space.

    If you further want to decrease the space then you can adjust the padding in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #site-branding { padding-top: 20px; padding-bottom: 20px; }

    in reply to: Problem with sidebars and plugins #66754
    Sakin
    Keymaster

    @Deborah: I see that you have used Right Sidebar layout from theme options panel layout options. So, can you edit that post and change the layout to No Sidebar. You will see Catch Evolution Options meta box below your post editor.

    in reply to: Footer Menu Align #66753
    Sakin
    Keymaster

    @ShoreBeing: Great that you center the footer menu.

    1. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #featured-content, #supplementary { border: none; }

    2. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #featured-content { text-align: center; }

    3. You can adjust padding in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #masthead, #site-branding { padding-bottom: 20px; }

    4. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #search-toggle { display: none; }
    #content .wrapper { padding-top: 0; }

    5. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .page .entry-header { display: none; }
    .home .entry-header { display: block; }
    in reply to: Header to go across the page #66752
    Sakin
    Keymaster

    @polyanna: There will be Catcheverest Options in Free version as well. But with limited options. You will see option like this https://www.pinterest.com/pin/548594798331765450/. If you don’t see this options, then check your Screen Options in top right corner of post/page editor.

    Yes, the most of the content will be transfer back to Catch Evolution theme. Just, you might need to configure options and settings like Slider.

    in reply to: sidebar links #66751
    Sakin
    Keymaster

    @valerie: You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .sidebar .widget a:hover { color: #404040; }

    in reply to: Header to go across the page #66740
    Sakin
    Keymaster

    @polyanna: Once you purchase the theme, you can download theme for 1 year from your account at http://catchthemes.com/my-account. After you download it you can upload it in your site and update it for 1 year. So for update till 1 year, you don’t have to pay. Then after a year, you can either re-purchase it and update the theme or disable theme update and use it.

    Yes, if that is within a week, you can exchange with the theme. But the theme has to be from Catch Themes.

    Layout option, you can change it from “Appearance = Theme Options => Layout Options”, which will change layout for your overall site. But if you want to change only for particular page/post then you need to edit that post/page and edit it from “Catcheverest Options” metabox below editor.

    in reply to: Updating theme #66739
    Sakin
    Keymaster

    @Cybersnaby: All the change made from theme options panel will be safe when you update the theme. You can update theme using FTP access or WordPress admin panel. You can check out theme instructions at http://catchthemes.com/theme-instructions/catch-everest-pro/

    So, first download update theme zip file from your account at http://catchthemes.com/my-account and then update it. If you use FTP then you need t unzip that theme and upload it. But if you want to update it from WordPress Dashboard then you need to activate Catch Update plugin first. You can download catch updater plugin from http://catchthemes.com/wp-plugins/catch-updater/ and then upload plugin from “Plugin => Add New => Uploads” and then activate it. After that you can go to “Appearance => Themes => Add New => Uploads” and upload update zip file.

    in reply to: Links in dark theme #66736
    Sakin
    Keymaster

    @Massimo: In this page, I see that you have manually change orange color to blue. You can go to “Appearance => Customize => Color Options => Basic Color Options” and change link color.

    in reply to: change the width of the full theme #66735
    Sakin
    Keymaster

    @David: Please add in following css in “Appearance => Theme Options => Custom CSS” box:
    .wrapper { width: 100%; }

    in reply to: Putting Promotion headline below Featured Content #66734
    Sakin
    Keymaster

    @rajaseeku: Yes, you can just go to “Appearance => Theme Options => Promotion Headline Options” and then check in “After Featured Content” in “Promotion Position” options.

    in reply to: copyright message position #66733
    Sakin
    Keymaster

    @rajaseeku: Sorry I don’t get it what you mean. Where are you trying to change that. Can you explain in reference with your site URL.

Viewing 20 posts - 2,281 through 2,300 (of 14,501 total)