Forum Replies Created

Viewing 20 posts - 2,141 through 2,160 (of 14,491 total)
  • Author
    Posts
  • in reply to: larger featured image #67531
    Sakin
    Keymaster

    yes delete cache is same. In some plugin it will have option as Empty Cache, some have Delete Cache and some have “Clear Cache”. All means same.

    in reply to: Content jumps 91px when flipping over to fixed top menu #67529
    Sakin
    Keymaster

    @Haydie: After adding this CSS, we have footer footer over content issue. See this screenshot https://www.dropbox.com/s/jkx3jqvieb6d345/Screenshot%202015-09-25%2021.31.11.png?dl=0

    in reply to: Different header images in each page #67528
    Sakin
    Keymaster

    @jmb-travel: Yes, you can do that from Adventurous Pro theme. For that, you need to go to “Appearance => Theme Options => Header Featured Image Options” and in ”
    Enable Featured Header Image”, you need to select option “Entire Site, Page/Post Featured Image”. After you choose this, the featured image of page/post will replace the default header image.

    in reply to: Using different image for Featured image and post preview #67527
    Sakin
    Keymaster

    @jmb-travel: Yes, you can do that from Adventurous Pro theme. For that, you need to go to “Appearance => Theme Options => Header Featured Image Options” and in ”
    Enable Featured Header Image”, you need to select option “Entire Site, Page/Post Featured Image”. After you choose this, the featured image of page/post will replace the default header image.

    in reply to: Reduce header space between logo and main menu #67526
    Sakin
    Keymaster

    @cherylebernard: I am bit confused with your site.
    First, I see that you have empty menu in Primary Menu and you have items only in Secondary Menu.
    Second, I see that you have added logo as Header Image. So, try adding logo from “Appearance => Customize => Site Identity”

    Then, please remove following css from your Custom CSS box:
    #masthead { padding-top: -200px; padding-bottom: -200px; }

    And then add the following css in your Custom CSS box:

    .sidebar-header-right { display: none; }
    #masthead { padding: 0; }
    .mobile-menu-anchor a.genericon-menu, 
    .mobile-menu-anchor a.genericon-menu:hover {
        color: #ddd;
    }
    in reply to: Schema.org #67525
    Sakin
    Keymaster

    @jmb-travel: It’s not that easy for us. We need to check in all and make it compatible. So, we are researching about it.

    in reply to: larger featured image #67524
    Sakin
    Keymaster

    @shaun.smudger.smith: Yes, try clearing your cache after you make any settings changes. I don’t see any content in your blog page.

    in reply to: Lines Around Cards #67523
    Sakin
    Keymaster

    @PSGClarity: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box to make your social icons color

    .social-profile ul li.facebook a { background-position: 0 -44px; }
    .social-profile ul li.twitter a { background-position: -44px -44px; }
    .social-profile ul li.google-plus a { background-position: -528px -44px; }
    .social-profile ul li.linkedin a { background-position: -176px -44px; }
    .social-profile ul li.pinterest a { background-position: -484px -44px; }
    .social-profile ul li.you-tube a { background-position: -132px -44px; }
    .social-profile ul li.rss a { background-position: -88px -44px; }
    .social-profile ul li.slideshare a { background-position: -660px -44px; }
    .social-profile ul li.email a { background-position: -837px -44px; }
    in reply to: Update to 3.0 #67517
    Sakin
    Keymaster

    @silvia: You can check out theme instructions page at http://catchthemes.com/theme-instructions/full-frame-pro/#updating .

    If you want to update from WordPress Dashboard, then first you need to install and activate Catch Updater Plugin http://catchthemes.com/wp-plugins/catch-updater/ from “Plugins => Add New => Uploads”. After you upload and activate this plugin. You can download Full Frame Latest Version from your account at http://catchthemes.com/my-account and then upload theme zip file from “Appearance => Themes => Add New => Uploads”.

    But if you want to use it from FTP then you need to unzip the latest version and then replace it in “wp-content/themes/full-frame-pro/”

    Let me know if you still have issue then reply me in email. I have emailed you as well.

    in reply to: I broke my site – Need help from Sakin-God #67516
    Sakin
    Keymaster

    @beatmaniaNZ: Static Front page is WordPress core function. You can change that from “Appearance => Customize” or from “Settings => Readings”.

    Anyway, it’s great that you fixed it.

    in reply to: I broke my site – Need help from Sakin-God #67455
    Sakin
    Keymaster

    @beatmaniaNZ: Looks like you have try to add in custom Login. Check your registration and login plugin.

    in reply to: I broke my site – Need help from Sakin-God #67454
    Sakin
    Keymaster

    @beatmaniaNZ: It is not theme problem. Please contact your hosting support for this. To switch team you can just delete theme from FTP. Then it will load default TwentyFifteen theme.

    in reply to: Schema.org #67445
    Sakin
    Keymaster

    @JMB Travel: When you are changing any core theme files you need to change it by building child theme. Also if you are going to add in, then we can work together. Let me know it.

    in reply to: Getting the logo in alignment with header text #67443
    Sakin
    Keymaster

    @Adrian_Simion: Sorry we only support theme by us (Catch Themes). I see that you are using different theme. Please contact that theme author support.

    in reply to: larger featured image #67436
    Sakin
    Keymaster

    @shaun.smudger.smith: That background is there as you don’t have any text in that page. ok to remove background in pages, you can add the following css:

    #content .type-page { background-color: transparent; }

    in reply to: Category Title; Description (Static Text); url #67420
    Sakin
    Keymaster

    then copy content.php file to your child theme and edit whatever you like there.

    in reply to: Big Image in Featured Slider #67418
    Sakin
    Keymaster

    @Georg: You can add the following css to disable that zoom feature:

    @media screen and (min-width: 1440px) {
    	#feature-slider .cycle-slideshow img {
    		width: auto;
    	}
    }
    in reply to: Add website made from wordpress into social menu #67417
    Sakin
    Keymaster

    @Pia: When I check your site, it’s working. Did you clear your browser cache and check in. Please refresh your browser and check in.

    in reply to: I broke my site – Need help from Sakin-God #67414
    Sakin
    Keymaster

    @beatmaniaNZ: None of our themes have setting for login. You can try changing theme.

    in reply to: First blog post on homepage in blog style #67413
    Sakin
    Keymaster

    @sarag: Sorry there is no option to do that. For that you need to build child theme and edit the query to show full content for post post.

Viewing 20 posts - 2,141 through 2,160 (of 14,491 total)