vaishaliagola27
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WooCommerce product gallery images can not show on product page.@lexieliu
I’m not sure if you’ve edit access of WordPress theme files to change CSS.
As an alternate solution, you can add below CSS into Customizer..woocommerce div.product div.images .woocommerce-product-gallery__wrapper { max-width: inherit; }
Ref – https://wordpress.com/support/editing-css/#access-the-css-editor
Let me know if this helps.Forum: Fixing WordPress
In reply to: I cannot hide site titleHi @bzyk667 ,
The possible cause might be some code printing home URL. Can you please your current active theme’sheader.php
file and see if there is echo/print statement afterbody
tag starts.
Thanks,
VaishaliForum: Fixing WordPress
In reply to: WooCommerce product gallery images can not show on product page.Hi @lexieliu
The issue is with CSS. There ismax-width:100%;
applied tofigure
tag which is causing the issue. Please check from where the CSS coming from.
Let me know if further help needed.
Thanks,
VaishaliForum: Fixing WordPress
In reply to: How to get rid of this?Hello @yuppicide0138,
Can you please check theme if they have layout options?
or you can also change min-width from css for ‘article’ tag classes and id which is <article id=”post-4″ class=”post-4 page type-page status-publish hentry”> in your page.Forum: Fixing WordPress
In reply to: 404 error page not foundHii,
If @rvanbeek’s solution don’t work, then try updating permalink. Go to settings->permalinks and just click on save changes.- This reply was modified 8 years, 4 months ago by vaishaliagola27.
Forum: Fixing WordPress
In reply to: Turn Off Comments In PagesHi jeffrogerson,
If you only wants to turn off comments for pages then delete <?php comments_template( ”, true ); ?> in page.php file. You can also comment it so you can use it in future.
Forum: Fixing WordPress
In reply to: how to create an interactive graph in a simple way?Hi valedeveloper,
I don’t know about exact chart generator, but maybe this google charts can be helpful :
https://google-developers.appspot.com/chart/interactive/docs/galleryForum: Fixing WordPress
In reply to: Can I use images without URL?Hi sarramauquoi,
In post edit page, click on media/image you have used, you see edit option. click on that and change “Link To” option to none. Maybe this will work for you.
Forum: Fixing WordPress
In reply to: Where has the side bar gone?Hi isalopgra,
Can you please tell me which theme you are using? and check if page Template is not set to “Full Width Page”.
Thanks!