Forum Replies Created

Viewing 20 posts - 2,861 through 2,880 (of 14,507 total)
  • Author
    Posts
  • in reply to: Change color of dot under photos in featured slider? #61868
    Sakin
    Keymaster

    @Brian: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    /* Slider Dot Color */
    #feature-slider .cycle-pager span {  color: #f2f2f2;  }
    /* Slider Dot Active Color */
    #feature-slider .cycle-pager span.cycle-pager-active { color: #1b8be0; }
    in reply to: Custom CSS for Site Title, Tagline, and Menu #61866
    Sakin
    Keymaster

    @Brian:
    1. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to center the site title and tagline.

    #site-branding {
        display: block;
        text-align: center;
        width: 100%;
    }
    #site-header { 
        width: 100%; 
    }

    2. There is no option to break the tagline in two separate lines. There is only one option to break the content with the fixed width. You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box

    .site-description {
        display: block;
        margin: 0 auto;
        width: 220px;
    }
    in reply to: Custom CSS not working since last WP 4.2.3 update #61863
    Sakin
    Keymaster

    @offirkeren: Sorry for the late reply. As your question when on Spam. So, I finally found it when I check in Spam topics. Sorry for that.

    I can see your Custom CSS working. But I can see there are css which is not correctly formatted. So, it might be causing issue for that.

    For example: please find the following css in your custom css, where you have extra "

    h1, h2, h3, h4, h5 {font-family: 'Source Sans Pro',sans-serif; font-weight:normal; margin-bottom: 0px;
    "}

    This css should be just as:
    h1, h2, h3, h4, h5 {font-family: 'Source Sans Pro',sans-serif; font-weight:normal; margin-bottom: 0; }

    Also check this another css, where you have aligncenter. There is no css called aligncenter. If you want align center it should be as text-align: center;
    #GameLogo img {margin-right: 5px; margin-left: 5px; aligncenter}
    So, you need to replace it with the following:
    #GameLogo img {margin-right: 5px; margin-left: 5px; text-align: center; }

    in reply to: Customising featured slider not working #61860
    Sakin
    Keymaster

    @Robertol: Sorry for the late reply, as your question went on spam. So, when I look at spam today, I found your question. So sorry for that.

    We have fixed this issue in version 2.2.1. So, please update to version 2.2.1 and your page slider will be there.

    in reply to: Remove one line on footer #61856
    Sakin
    Keymaster

    @Spoon: Sorry for the late reply, as your question went on spam. You can add the following css in “Appearance => Theme Options => Custom CSS”

    #colophon { border-color: #1c948b; }

    in reply to: Error 404-Page NOT Found #61853
    Sakin
    Keymaster

    @Ahmad Zaki: Thanks for your appreciation. If you like Full Frame theme and support, then please support Full Frame theme by providing your valuable review at https://wordpress.org/support/view/theme-reviews/full-frame?rate=5#postform

    in reply to: Featured Slider, overlay #61838
    Sakin
    Keymaster

    @zagy07: When I check in your site, you have already change it.

    in reply to: Chicago Free – Sidebar Showing in Incorrect Area #61837
    Sakin
    Keymaster

    @Nikita Devereaux: I just check in detail for Promotion headline and found that there is missing file. We have fixed in new version 1.1, Also attributed your name as reported by in change log and have submitted to WordPress.org. This is free themes. So, WordPress.org theme review need to make it approved and live to get update directly.

    But for now, you can download version 1.1 from https://wordpress.org/themes/download/chicago.1.1.zip?nostats=1. Then you can install plugin Catch Updater from http://catchthemes.com/wp-plugins/catch-updater/ and intall plugin from “Plugins => Add New => Uploads”. After you activate this plugin, you can upload this new theme zip file from “Appearance => Themes => Add New => Uploads”

    in reply to: Layout without side bar on tablet #61836
    Sakin
    Keymaster

    @Christine: Thanks for finding our the issue. We will fix this in next version update. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .no-sidebar-one-column #primary { width: 100%; }

    in reply to: Error 404-Page NOT Found #61835
    Sakin
    Keymaster

    @Ahmad Zaki: Can you go to “Appearance => Customize => Theme Options => Homepage / Frontpage Options” and check in categories, make sure you check un-select category or select all categories. If you still have issue then let me know it. I will email you and check your server.

    in reply to: How to increase content area width? #61834
    Sakin
    Keymaster

    @SeekingEscape: Thanks for your appreciation 🙂

    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.

Viewing 20 posts - 2,861 through 2,880 (of 14,507 total)