Forum Replies Created

Viewing 20 posts - 2,881 through 2,900 (of 14,509 total)
  • Author
    Posts
  • in reply to: Mobile menu Is not working properly #61833
    Sakin
    Keymaster

    @kangrob:
    1. To change hamburger icon upon selecting, you can change the color code as per your need and then add it in “Appearance => Theme Options => Custom CSS” box

    .site.sidr-open .genericon.genericon-menu {
        background-color: #fff;
        color: #000;
    }

    2. To center fixed header menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box

    .has-header-top.menu-logo #access-top {
        float: none;
    }
    in reply to: Logo and header right image overlap #61819
    Sakin
    Keymaster

    @Daniel: I check in your site and I don’t see it as overlapping. But I see there is issue with HTML code. Your html closing link as extra space < /a>. It should be as </a>

    So, replace your current HTML

    <a href="tel:+8133622806">
    <img src="http://thehomeacexperts.com/wp-content/uploads/2015/07/callus.png ">< /a>

    With the following:
    <a href="tel:+8133622806"><img src="http://thehomeacexperts.com/wp-content/uploads/2015/07/callus.png"></a>

    in reply to: problem with WPML #61817
    Sakin
    Keymaster

    @Dolomie: Yes, it is. You can check the list of WPML ready themes at http://catchthemes.com/themes/category/wpml-ready/

    in reply to: textbox on featured slider : not everywhere #61813
    Sakin
    Keymaster

    @Florence: Thanks for your appreciation. Yes, I do sleep 🙂

    in reply to: Change colour of site title (mouse over) #61799
    Sakin
    Keymaster

    @Thomas: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-title a:hover { color: #21759b; }

    in reply to: RSS sidebar widget not refreshing #61798
    Sakin
    Keymaster

    @Nonno: That is default RSS Widget from WordPress and we haven’t controlled anything from Theme. It has it’s own refresh rate set by WordPress Core.

    If you want to alter that, then you can create child theme of Catch Responsive Pro theme. You can also download it from http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file. You can also change the refresh rate, the following code has 600 seconds.

    add_filter( 'wp_feed_cache_transient_lifetime', 
       create_function('$a', 'return 600;') );
    Sakin
    Keymaster

    @alyssagoodcourage:
    1. Your header image is already 1600px width, which is quite large to Website as we need to consider loading speed as well. So, what you want do it enlarge it for larger devices by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    #header-featured-image img { width: 100%; }

    2. To add in drop down menu, you need to add in sub-menus to your secondary menu. For more information, check this post http://catchthemes.com/blog/custom-menus-wordpress-themes/

    3. Then to hide that fixed header and only show in mobile devices for menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 981px) {	
        #masthead { display: none; }
    }
    #masthead {
        background-color: transparent;
        border: none;
    }
    .mobile-menu-bar {
        color: #fff;
    }
    in reply to: Promotion Headline and Subheadline Text #61795
    Sakin
    Keymaster

    @Dolomie: In Full Frame Pro version, you can make Promotion Headline and Sub-headline text multilingual by using String translation from WPML plugin.

    So, first change the text default text in “Appearance => Customize => Theme Options => Promotion Headline Options” and save it. Then go to “WPML =>String Translation” and then translate it. If you don’t see that Promotion Headline and Sub-headline text, then in “String Translation”, you can click on “Save options and rescan strings” button. For more about string translation, check this out https://wpml.org/documentation/getting-started-guide/string-translation/

    in reply to: Promotion Headline and Subheadline Text multilingual #61794
    Sakin
    Keymaster

    @Dolomie: Full Frame Free theme in not compatible with WPML plugin. Only Pro version is compatible with WPML plugin.

    in reply to: home page excerpts #61793
    Sakin
    Keymaster

    @Klaas:
    1. In Free version there is no option to remove Content Featured Image. If you add in Featured image, it will show in both places. But if you upgrade to Pro version then you will be able to disable it from “Appearance => Theme Options => Content Featured Image Options”

    2. http://www.exercisestrong.com/ is your homepage. But why did you add another page as Home with url http://www.exercisestrong.com/homepage/. This is in your menu. So, just edit that menu from “Appearance => Menus” and remove that conflicting home and add original home page. See this screenshot https://www.pinterest.com/pin/548594798331207092/ which shows how to add home in your custom menu.

    3. You can adjust the margin and padding bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    .blog #content .hentry {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

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

    .blog #content .featured-image {
        margin-top: 10px;
    }
    in reply to: Mobile menus missing #61792
    Sakin
    Keymaster

    @Jules: I just check in your site and see that you are using “Jetpack” plugin “Mobile” module. So, can you go to Jetpack settings and disable Mobile module and it will work fine. This theme is already compatible with mobile through responsive design.

    in reply to: Mobile menu Is not working properly #61791
    Sakin
    Keymaster

    @kangrob: When I check in you site, mobile menu touch is working fine. Make sure that you are not doing force touch which will just highlight it. So just do like quick touch.

    You can adjust the background color and font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .site .genericon.genericon-menu {
        background-color: #fff;
        font-size: 30px;
        height: 30px;
        width: 30px;
    }
    in reply to: Site Title and Tagline are not shown on homepage #61751
    Sakin
    Keymaster

    @lazer: Ok thanks that you solved it.

    in reply to: textbox on featured slider : not everywhere #61750
    Sakin
    Keymaster

    @Florence: To show textbox only in selected image and then to show simple image without link, you need to upgrade to Pro version. Where you will get option to user “Featured Image Slider” instead of “Featured Post Slider”. When you select Featured Image Slider, you can upload image as per your need. Adding link and text is optional.

    For font size, you can adjust the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Slider Content Font Size */
    #main-slider .entry-container { font-size: 16px; }
    /* Slider Content Title Font Size */
    #main-slider .entry-container .entry-title { font-size: 26px; }
    in reply to: How do I hide a post titel? #61749
    Sakin
    Keymaster

    @knudkp: For this, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .type-post .entry-title { display: none; }

    in reply to: Remove Blog Portion below Featured Content #61748
    Sakin
    Keymaster

    @Shawn: This theme has option to set either Static Front page or latest post. So, if you don’t like Blog portion, then you can just go to “Appearance => Customize => Static Front Page”, check “A static page” and select the page for front page. I recommend to you to add your site title and description.

    After that, you can hide that page from front page by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .home .site-content { display: none; }

    in reply to: Just switched from sidebar right to left #61745
    Sakin
    Keymaster

    @stepawayfromthecarbs: It should work fine. Did you refresh your browser and check in. It should work like this http://catchthemes.com/demo/simplecatch/page-with-sidebar/. I hope you haven’t change css.

    in reply to: Mobile menu not working #61744
    Sakin
    Keymaster

    @ginabrasseur: Yes, the issue is from your menu widget. For header right sidebar, we don’t have option to add menu from widget. If you want to show custom menu in header right sidebar, then you need to add it from “Appearance => Menus => Manage Locations” and assign your custom menu to “Header Right Menu”

    After that you can just add your text widget to your header right sidebar. Then to make your text widget to show on right, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-right .widget_text { float: right; }

    in reply to: Adding Space Between Content & Sidebar #61741
    Sakin
    Keymaster

    @Klaas: Thanks for your appreciation.

    in reply to: Reg. posts in the widget that shwos newest posts #61740
    Sakin
    Keymaster

    @knudkp: That’s nice. Plugins are great.

Viewing 20 posts - 2,881 through 2,900 (of 14,509 total)