Forum Replies Created
-
AuthorPosts
-
Mahesh
Participantheidi-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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMarch 26, 2017 at 2:12 am in reply to: Center Page Titles/Make the Text on Each of the Pages Single Space #112888Mahesh
Participant@breaelectric1932: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMarch 26, 2017 at 1:57 am in reply to: Clean Journal Pro size of Header (Menu, Slider, Message) and Footer #112885Mahesh
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-sliderSince 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,
MaheshMahesh
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,
MaheshMahesh
Participant@grizzlybeardontcare: Yes, let me know further.
Regards,
MaheshMahesh
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,
MaheshMahesh
Participant@rawikltd: Yes, checked each posts too and the result is same. All working just fine.
Regards,
MaheshMarch 24, 2017 at 4:44 am in reply to: Center Page Titles/Make the Text on Each of the Pages Single Space #112772Mahesh
Participant@breaelectric1932: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#main .hentry .entry-header { text-align: center; }Regards,
MaheshMahesh
Participant@grizzlybeardontcare: Please upload the image to either dropbox or google drive and share the link here.
Regards,
MaheshMahesh
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,
MaheshMahesh
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 -
AuthorPosts
