Forum Replies Created

Viewing 20 posts - 9,141 through 9,160 (of 14,497 total)
  • Author
    Posts
  • in reply to: Featured Image Alignment & Continue Reading text #19068
    Sakin
    Keymaster

    @iuchewie: For 1: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-summary .wp-post-image {
    display: inline;
    float: left;
    height: auto;
    margin: 0 10px 10px 0;
    max-width: 150px;
    }

    For 2: If you upgrade to Catch Box pro then you can simply change it from Theme Option penal. But in Catch Box Free theme, you need to build child theme and create functions.php file in your child theme and copy catchbox_continue_reading_link() function from your parent theme to your child theme. After you change this you might need to change any value in Theme options panel to clear the custom query.

    in reply to: Export settings #19066
    Sakin
    Keymaster

    @artch: Sorry there is no option to export the theme settings in the Theme option panel.

    in reply to: Parent drop in menu #19065
    Sakin
    Keymaster

    @Kindbodesign: For that, you need to go to “Appearance => Menus” and then create custom menu. Then you need to assign that menu from “Appearance => Menus => Manage Locations”.

    So, for the menu it that you don’t want to link with. You need to add that menu item as links. In that custom link field, in URL just add # and in Link Text you can add the text to menu and wrap with span code like this <span onClick="return true">Parent Drop</span>, then click on “Add To Menu”. This will add that Prent Drop menu in your menu. Then after adding it, if you don’t want that # as well then you can delete that # from URL and Click on Save Menu.

    in reply to: Menu covers up header mast #19063
    Sakin
    Keymaster

    @jatco: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header #mainmenu { margin-top: 195px; }

    in reply to: White column width #19061
    Sakin
    Keymaster

    @Joaozinho: It’s not recommended to increase as for that you need to consider even for mobile devices.

    in reply to: Ecommerce/woocommerce with Everest pro #19060
    Sakin
    Keymaster

    @oly: Yes Catch Everest Pro theme in WooCommerce ready theme. But yes we are upgrading with new features to support WooCommerce sidebar and all.

    in reply to: Menu Space #19059
    Sakin
    Keymaster

    @blackkeys: You can use Contact form 7 plugin and generate form with drop-down menu.

    in reply to: Doesnt open in iPhone, iPad and another mobile devices. #19046
    Sakin
    Keymaster

    @emin90: It’s because of the customization that you have made. You customization of Slider and Footer is not responsive design. This is why your site is having issues in mobile devices.

    For hosting I recommend WpEngine. You can take a look at our hosting recommendation http://catchthemes.com/wordpress-web-hosting/

    in reply to: replace site title with logo above header image #19044
    Sakin
    Keymaster

    @lisareopera: If you want to make the sidebar bigger then you have to decrease the content area. That is why I am asking what are your expected width of main site widgets and content area.

    in reply to: Remove Space #19030
    Sakin
    Keymaster

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

    #header-content { margin: 0; }
    .hentry .entry-title { display: none; }
    in reply to: replace site title with logo above header image #19029
    Sakin
    Keymaster

    @lisareopera: In Catch Box Free version there is no Color Options. But if you upgrade to Pro version you will have Color Picker option in Theme Options panel. Also, you will have Header Top Sidebar and Header Right sidebar for your extra header image.

    About the text widget, can you send me your site URL and let me know which text widget are you talking about and how big you want to make it.

    in reply to: Replace Featured Slider with Video (Embedded) #19028
    Sakin
    Keymaster

    @ianroach: Sorry bit confused. Can you send me the design image.

    in reply to: 2nd Featured Header #19027
    Sakin
    Keymaster

    @ianroach: You can use Header Top Sidebar. Just add in image from “Catch Everest: Advertisement” widget in “Appearance => Theme Options”

    in reply to: Post slider – posts should disappear in side bar #19026
    Sakin
    Keymaster

    @josch: That “Exclude Slider Post from Homepage Post” is used if you have Latest Post in your homepage as blog. Not as widget. That widget is WordPress default widget and theme are not allowed to change that.

    This will be quite complicated process and you might need to hire a customizer. First you need to build child theme and create functions.php file and create your custom recent post widget which will exclude the slider post.

    in reply to: Submenu Height CSS for Hover State #19025
    Sakin
    Keymaster

    @ashleycovelli: It’s little difficult debug with your custom css. So, try replacing the following CSS in “Custom CSS” box
    #access ul li ul li a:hover { line-height:26px }

    To
    #access ul li ul li a:hover { line-height: 18px }

    in reply to: changing post title font #19024
    Sakin
    Keymaster

    @lauriemarshall: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry .entry-title { font-family: Arial, sans-serif; }

    in reply to: Changing default color scheme #19023
    Sakin
    Keymaster

    @lauriemarshall: For header background color, you can adjust the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header { background: none #fff; }

    in reply to: website vanished #19006
    Sakin
    Keymaster

    @atssales: This means that you have issue with the menus. Check the menu item one by one to find the conflicting the menu item. There is no limit for subpages.

    in reply to: replace site title with logo above header image #19004
    Sakin
    Keymaster

    @lisareopera: You can remove left and right margin in the header image by adding in the following CSS in “Appearnace => Theme Options => Custom CSS” box.
    #header-content { margin: 0; }

    But there is no option to add left aligned log above the header image. You need to build child theme and work on customizing the header section.

    Sakin
    Keymaster

    @ViraNatura: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. We can just reduce this.

    .site { margin-top: 0; }
    #site-logo, #header-right { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }
Viewing 20 posts - 9,141 through 9,160 (of 14,497 total)