Forum Replies Created

Viewing 20 posts - 1,201 through 1,220 (of 4,903 total)
  • Author
    Posts
  • in reply to: Theme Recommendation #111501
    Mahesh
    Participant

    @bigoslesli: Thank you for using themes by Catch Themes. We really appreciate it. There are several themes, you can view the demo and choose wherever you want that would suit for you.
    https://catchthemes.com/themes/category/premium/

    Regards,.
    Mahesh

    in reply to: Theme update – new issues #111500
    Mahesh
    Participant

    @fireflywebs: Please use Customizer options instead. Theme options will be removed in the next updates.

    Regards,
    Mahesh

    in reply to: Maintain Header Image on Scroll Down #111499
    Mahesh
    Participant

    @katiek21532: Please post in your site url.

    Regards,
    Mahesh

    in reply to: changing fonts #111498
    Mahesh
    Participant

    @francesca78: You’ll need typekit-fonts-for-wordpress plugin for this. The other way is, you can simply add fonts and use it with Custom CSS option. If you need any help, let me know.
    Note: Which font do you want to use?

    Regards,
    Mahesh

    in reply to: Unable to remove code on footer #111497
    Mahesh
    Participant

    @guzie: This is working fine on our server. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Options and edit content in Footer Editor option as desired.

    Regards,
    Mahesh

    in reply to: Slider Image #111496
    Mahesh
    Participant

    @domstuhotmail-com: Can you please explain further more.

    Regards,
    Mahesh

    in reply to: Randomizing uploaded headers option #111493
    Mahesh
    Participant

    @abisbee: Checked your site. The issue is due to GoDaddy caching.

    Regards,
    Mahesh

    in reply to: Caption under Entry Thumbnails #111446
    Mahesh
    Participant

    @bodycontest: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Caption under Entry Thumbnails #111439
    Mahesh
    Participant

    @bodycontent: Add following codes in your child theme’s functions.php.

    function chicago_archive_content_image() {
    		$featured_image = get_theme_mod( 'content_layout', chicago_get_default_theme_options( 'content_layout' ) );
    
    		if ( has_post_thumbnail() && 'full-content' != $featured_image ) {
    		?>
    			<div class="entry-thumbnail">
    				<?php
    					if ( 'excerpt-image-left' == $featured_image || 'excerpt-image-right' == $featured_image ) {
    	                     the_post_thumbnail();
    	                }
    	                elseif ( 'excerpt-image-top' == $featured_image ) {
    	                     the_post_thumbnail( 'chicago-single' );
    	                }
    					echo '<br />';
    					echo get_post(get_post_thumbnail_id())->post_excerpt;
    				?>
    	        </div>
    	   	<?php
    		}
    	}

    Regards,
    Mahesh

    in reply to: Wrong layout for static "Home Page". #111436
    Mahesh
    Participant

    @gonace: Seems you’ve put the instagram widget in Footer widget area, please put it either in Before or After Content widget area. Please post in your site url. Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @richpav: 1320×566 is the recommended image size, you can use image size as you desire.

    Regards,
    Mahesh

    Mahesh
    Participant

    @engbok: For that, just disabling the slider will do what you’ve mentioned. Disabling the slider won’t load any script of the slider and won’t cause any script conflicting.
    Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Disabled in Enable Slider on option.

    Regards,
    Mahesh

    Mahesh
    Participant

    @albertocatch59: Just checked your site, seems its the issue within your WordPress installation or server. I changed the theme to WordPress’s core themes and the customizer isn’t loading. Let me know further.

    Regards,
    Mahesh

    in reply to: Featured Image Slider #111429
    Mahesh
    Participant

    @keelin:
    1. Add the following CSS:

    .header-background #site-logo a:before {
        background-image: url("http://imaginedbalance.com/wp-content/uploads/2017/03/ImaginedBalanceWhite.png");
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 131px;
        width: 148px;
    }
      
    .header-background.fixed-header #site-logo a img {
        display: none;
    }
      
    .header-background #site-logo a img {
        display: block;
    }

    2. When I look at the site on a mobile device (once the homepage logo is in place, right now it is not visible,) the logo lands over the homepage text, can I fix that?

    @media screen and (min-width: 990px) {
        #header-featured-image 
        {
     	margin-bottom: 144px;
        }
    }

    3. If you want to make changes to the theme, I recommend you to use Child theme. Change the theme files will result in loss of all modification. I you just want to Change CSS, I recommend you to use Custom CSS.

    Regards,
    Mahesh

    in reply to: CSS code needed #111425
    Mahesh
    Participant

    @peterdroginformation-nu: Add the following CSS:

    #site-branding {
        text-align: left;
    }

    Regards,
    Mahesh

    in reply to: News Ticker, Posts instead of Pages? #111424
    Mahesh
    Participant

    @gonace: This feature is available in Pro version. Please upgrade to Pro.

    Regards,
    Mahesh

    Mahesh
    Participant

    @lucinda-romeijn: The video size seems to be displaying fine. Have you resolved the issue? Let me know further.

    Regards,
    Mahesh

    in reply to: Caption under Entry Thumbnails #111419
    Mahesh
    Participant

    @bodycontest: Can you please clarify more. Where do you actually want it? Please post in your site url.

    Regards,
    Mahesh

    in reply to: Wrong layout for static "Home Page". #111417
    Mahesh
    Participant

    @gonace: There is no demo data for the theme, almost all demos are there available with in the theme, you just have to enable the options. Example: Featured Slider, Featured Content, New Ticker etc
    1) For widgets to be visible in only “Front Page”, you’ll need to use plugin for this.
    2) Homepage acts as single page so it is displaying Sidebar, please change Single Page/Post Layout to No Sidebar Full Width and you’ll get full width page.
    3) Checking on our server, the static page is working fine. Please post in your site url.
    Instagram widget working fine in full width.

    Regards,
    Mahesh

    in reply to: Remove "Permalinkto:" flyer from the homepage #111378
    Mahesh
    Participant

    @uukuniemi: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 1,201 through 1,220 (of 4,903 total)