Forum Replies Created

Viewing 20 posts - 1,881 through 1,900 (of 14,506 total)
  • Author
    Posts
  • in reply to: Google calendar iframe automatically removed #78244
    Sakin
    Keymaster

    @pseudomonas: Iframe should also work. Try to add iframe code in text mode like I showed you in screenshot.

    in reply to: Google calendar iframe automatically removed #78223
    Sakin
    Keymaster

    @pseudomonas: If you have embed code then it will be better then iframe and also to add in code, you need to be in your text mode of page editor. See this screenshot https://www.pinterest.com/pin/548594798332210926/

    in reply to: Responsive not working #78222
    Sakin
    Keymaster

    @rphickcox: I just check in your site and see that you have install Jetpack plugin and activate “Mobile” module. So, just go to Jetpack plugin settings and disable mobile mobile and it will how our responsive design.

    in reply to: font and resolution #78221
    Sakin
    Keymaster

    @Ken: Yes, this type if issue happen due to 2 reasons:
    1. Browser Settings
    2. Cache settings

    Thanks you solved it.

    in reply to: Home does appear on first page #78220
    Sakin
    Keymaster

    @Schlaufer: To hide that home, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home #main { display: none; }

    Sakin
    Keymaster

    @Therese: That footer widget area is meant to be shown in all pages. But if you want to control visibility of widgets then you need to install Jetpack plugin and activate “Widget Visibility” module and control it. Read more about it at http://jetpack.me/support/widget-visibility/

    in reply to: Left primary sidebar is not showing #78218
    Sakin
    Keymaster

    @Pia: As per the responsive design of Chicago Theme, your sidebar will move below the content when screen width is less than 991px.

    Sakin
    Keymaster

    @Teresa: Which theme are you using it? Please post in your site URL so that I can check in. It looks like there is issue with More text. So, try going to “Appearance => Theme Options => Excerpt/More Tag Settings”, change “More Tag Text” and save it.

    in reply to: Slider images moving down #78216
    Sakin
    Keymaster

    @lrdgsn: You can upload screenshot in your site or any photo-sharing site and post that image URL there.

    in reply to: Menu Bar #78215
    Sakin
    Keymaster

    @eirini: The Arial font is used. If you want to change the font then either you need to upgrade to pro version or search for font plugin and change it.

    in reply to: Catch Base | Moving Menu Below Header #78214
    Sakin
    Keymaster

    @thelostgirlsguide: I see that you are using Header Image instead of Logo. If you want that to be top of menu then you need to add that image as Logo. For that go to “Appearance => Customize => Site Identity”, upload your logo image and then “uncheck” Check to disable logo.

    in reply to: Page scroll up on click using chrome with mobile #78213
    Sakin
    Keymaster

    @champac: Sorry I don’t understand this bug. Which bottom section are you clicking on it. Can you let me know in detail. Then I can debug it.

    in reply to: white space below the slider and 3 headers #78212
    Sakin
    Keymaster

    @jennifersimsdesign-com-au: You can adjust the margin bottom in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .sidebar-primary .widget {
        margin-bottom: 40px;
    }
    #supplementary .widget {
        margin-bottom: 20px;
    }
    in reply to: Catch Kathmandu Free – html in tags/category description #78211
    Sakin
    Keymaster

    @crazyjunx: So, what you want to do with that text. It can be controlled with the following css element.
    .post_container h2 { }

    in reply to: Getting an error message in customize screen #78210
    Sakin
    Keymaster

    @cindy: You can either use FTP or Catch Updater plugin. If you are using Catch Updater plugin then when you update the theme the parent theme needs to be activated. Then after the update, you can re-active your child theme.

    in reply to: Comment box background color and font? #78209
    Sakin
    Keymaster

    @LTTL: Can you post in your screenshot of where you want your comment box in. It’s little confusing.

    in reply to: Featured slider covers drop down nav menu #78208
    Sakin
    Keymaster

    Thanks @CarlK3D and @Kevin for your appreciation.

    in reply to: Headings Font Size option (for slider) #78203
    Sakin
    Keymaster

    @Tomáš: ok try adding in the following css:

    @media screen and (max-width: 940px) {
    	#main-slider .entry-container {
    		left: 10%;
    		width: 80%;
    	}	
    	#main-slider .entry-header .entry-title {
    		font-size: 26px;
    	}
    	#header-content {
    		padding-top: 15px;
    	}
    	#main-slider .entry-content {
    		font-size: 16px;
    		line-height: 1.3;
    	}
    }
    @media screen and (max-width: 782px) {
    	#main-slider .entry-container {
    		bottom: 2%;
    		left: 5%;
    		width: 90%;
    	}	
    	#main-slider .entry-header .entry-title {
    		font-size: 20px;
    	}
    	#header-content {
    		padding-top: 0;
    	}
    	#main-slider .entry-content {
    		font-size: 16px;
    	}
    }
    in reply to: Background color menu #78202
    Sakin
    Keymaster

    @mithrand: For that you can go to “Appearance => Theme Options => Color Options” and then change “Sub-Menu Background Color” and save changes.

    in reply to: Image Slider #78201
    Sakin
    Keymaster

    @Tolu:
    1. Catch Flames free theme have option only to use slider type as “Featured Page Slider” from “Appearance => Theme Options => Featured Slider => Slider Options
    . So for this slider, you need to create page and then add featured image in your page. After that you need to assign that page in slider from “Appearance => Theme Options => Featured Slider => Featured Page Slider Options”. This will take featured image and text from the page selected and will link to respective page.

    But if you want independent image slider where you can upload image and link to anywhere you like it then you need to select slider type as “Featured Image Slider”. For this, you need to upgrade to Pro version.

    2. To edit/remove the footer copyright information, you need to upgrade to pro version and edit it from “Appearance => Theme Options => Footer Editor Options”. In free version, you need to do it manually by building child theme and editing the code.

Viewing 20 posts - 1,881 through 1,900 (of 14,506 total)