Forum Replies Created

Viewing 20 posts - 1,201 through 1,220 (of 4,908 total)
  • Author
    Posts
  • in reply to: Randomizing uploaded headers option #111511
    Mahesh
    Participant

    @abusbee: Your web hosting is provided with caching service, which is why the issue is occurring. Yes, please contact godaddy. It is caching your site that’s why random header isn’t working as it should.

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #111507
    Mahesh
    Participant

    @marie21: Sorry, this is not possible with CSS.

    Regards,
    Mahesh

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

    @bodycontest: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Featured Image Slider #111504
    Mahesh
    Participant

    @keelin:
    1. Made some correction in the above code, please use it.
    2. Add the following CSS:

    .fixed-header.header-background {
        background-color: #b2b2b2
    }

    3. No, this won’t be affected by theme updates. You won’t lose anything in updates unless the changes are made in the theme files itself.

    Regards,
    Mahesh

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

    @uukuniemi: Glad to know you’ve resolved your issue. Have a nice day!

    Regards,
    Mahesh

    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

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