Forum Replies Created

Viewing 20 posts - 1,001 through 1,020 (of 4,908 total)
  • Author
    Posts
  • in reply to: Thumbnails not showing // Remove extra space #112899
    Mahesh
    Participant

    heidi-bissell:
    1. Have you customized the theme? A div that shows the content is absent your website.
    <div class="entry-content"> </div>.

    2. Have you resolved this issue?

    Regards,
    Mahesh

    in reply to: Maintaining transparent title box in mobile view #112896
    Mahesh
    Participant

    @banno2000: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #portfolio .entry-container {
        background: rgba(48, 48, 48, 0.9) none repeat scroll 0 0;
        opacity: 0;
    }
    
    #portfolio .hentry:hover .entry-container, #portfolio .hentry:focus .entry-container {
        opacity : 1;
    }

    Regards,
    Mahesh

    in reply to: Front page components don't update #112894
    Mahesh
    Participant

    @kataka-publishing: For this you’ll need to create a child theme for this. You can find more on creating child theme HERE.

    function helena_child_flush_post_transients(){
    	delete_transient( 'helena_header_highlight_content' );
    	delete_transient( 'helena_featured_slider' );
    	delete_transient( 'helena_hero_content' );
    	delete_transient( 'helena_featured_content' );
    	delete_transient( 'helena_portfolio' );
    	delete_transient( 'helena_logo_slider' );
    	delete_transient( 'helena_promotion_headline' );
    	delete_transient( 'all_the_cool_cats' );
    	delete_transient( 'helena_categories' );
    }
    add_action( 'save_post', 'helena_child_flush_post_transients' );

    This will be fixed in the next update.

    Regards,
    Mahesh

    in reply to: Several glitches #112893
    Mahesh
    Participant

    @banno2000: Thanks got it. For this you’ll need to create a child theme for this. You can find more on creating child theme HERE.

    function helena_child_flush_post_transients(){
    	delete_transient( 'helena_header_highlight_content' );
    	delete_transient( 'helena_featured_slider' );
    	delete_transient( 'helena_hero_content' );
    	delete_transient( 'helena_featured_content' );
    	delete_transient( 'helena_portfolio' );
    	delete_transient( 'helena_logo_slider' );
    	delete_transient( 'helena_promotion_headline' );
    	delete_transient( 'all_the_cool_cats' );
    	delete_transient( 'helena_categories' );
    }
    add_action( 'save_post', 'helena_child_flush_post_transients' );

    This will be fixed in the next update.

    Regards,
    Mahesh

    in reply to: Remove Search box above social icons #112892
    Mahesh
    Participant

    @a74bucll: Only Pro version of the theme is WooCommerce ready. I recommend you to upgrade to Pro version.
    Or please use the following one:
    https://wordpress.org/themes/e-commerce/

    Regards,
    Mahesh

    in reply to: Broken Theme #112891
    Mahesh
    Participant

    @analog2112: You can compress the image further. We don’t recommend to you the large size images. Use the image as small sized as possible but do keep the dimensions to make it look better. If the image size is large, yes, it will definitely take much time to load the site. Let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: iFrames appearing skewed #112890
    Mahesh
    Participant

    @mmarcus: Sorry for the late reply, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    embed, iframe, object, video {
        height: 500px;
    }

    Note: Pleaese adjust the height as desired.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Slider wrong text and not rotating on posts #112889
    Mahesh
    Participant

    @rawikltd: Glad to know its all working fine. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Header/parallax images, optimization etc. #112887
    Mahesh
    Participant

    @djordjea: It does places JS to the bottom.

    Regards,
    Mahesh

    Mahesh
    Participant

    @pablo-juan: Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Homepage/Frontpage in Enable Slider on option. Then select Featured Page Slider in Select Slider Type option. Then select the page you want to put in as slider from the drop downdown options.
    https://catchthemes.com/theme-instructions/clean-journal/#enable-featured-slider

    Since you are using Free version of the theme, only Page can be used as slider. If you want to use Post or custom image in slider, I recommend you to upgrade to Pro version.

    Regards,
    Mahesh

    in reply to: Alignment of main menu #112884
    Mahesh
    Participant

    @sunshine: Well can’t say to use particular one, depends on your requirement. you can search for it and use the one that is appropriate for your site from https://wordpress.org/plugins.

    Regards,
    Mahesh

    in reply to: Article pictures aren't show on blog page #112883
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Uninstall Simple Catch Update? #112775
    Mahesh
    Participant

    @grizzlybeardontcare: Yes, let me know further.

    Regards,
    Mahesh

    in reply to: Header/parallax images, optimization etc. #112774
    Mahesh
    Participant

    @djordjea: Sorry for the late reply.
    The issue with the parallax image in mobile devices, the themes these days recommends that not to use this in Mobile devices, and the mobile doesn’t support background-attachment property. This is a CSS property.
    Parallax effect can be put on the theme using JavaScript but will impact on the performance and optimization. A theme must be more optimized, fast and reliable more on mobile devices as limited resources and bandwidth to load the theme as fast as possible. So using JavaScript for the feature will just put some more load to the site.

    Hope you understand.

    For JS on footer, please use desired plugin from https://wordpress.org/plugins

    Regards,
    Mahesh

    in reply to: Slider wrong text and not rotating on posts #112773
    Mahesh
    Participant

    @rawikltd: Yes, checked each posts too and the result is same. All working just fine.

    Regards,
    Mahesh

    Mahesh
    Participant

    @breaelectric1932: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #main .hentry .entry-header {
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: Uninstall Simple Catch Update? #112770
    Mahesh
    Participant

    @grizzlybeardontcare: Please upload the image to either dropbox or google drive and share the link here.

    Regards,
    Mahesh

    in reply to: News and Events content elements are uneven #112769
    Mahesh
    Participant

    @stevphel: You have used image with similar dimensions, nice. The content is causing the issue. Using excerpt will show the part of the blog content and not all words are of same length some are long while come as short but counts as words and caused the issue.

    Regards,
    Mahesh

    in reply to: Featured Image Slider #112768
    Mahesh
    Participant

    @keelin: Add the following CSS:
    1. On the mobile version, the logo lands right on the face of a person photographed, is there a way to justify it left so I can avoid that?

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

    2. Right now as you scroll down the menu bar turns gray, I wonder if that can be transparent and maybe the logo goes away.
    THanks ,

    .fixed-header.header-background {
        background-color: transparent;
    }

    Regards,
    Mahesh

Viewing 20 posts - 1,001 through 1,020 (of 4,908 total)