Tagged: x
-
AuthorPosts
-
June 3, 2016 at 1:27 am #1023694
John FParticipantHey Support,
Love the theme! If you could help me with a few Ethos layout issues I’d be grateful:
1. On the home page of the website, the navbar overrides the main page/social media icons in the sidebar, how do I adjust it so that there is small space? This continues on all the posts, but doesn’t happen on the pages from the navbar itself.
2. On the home page, each blog post lists the category, author, date, and comments. How do I hide some of these: Say I want to hide the comments and date?
3. When I click on the “store & resources”, it is only showing 1 product, but stating there are 12 to be displayed? If I go through other links to the product pages they exist though.
4. When I click on a product page, all of the reviews and text description are missing? http://truelovedates.com/product/21-days-to-jump-start-your-love-life-program/
Thanks!
June 3, 2016 at 1:28 am #1023696
John FParticipantThis reply has been marked as private.June 3, 2016 at 4:33 am #1023883
Rue NelModeratorHello There,
Thanks for writing in!
1] To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .x-sidebar .widget:first-child { margin-top: 2em; }2] To hide comments and date in the post meta, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.p-meta span:nth-child(2), .p-meta span:nth-child(3) { display: none; } .p-meta>span:after { content: ""; }
3] You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
4] There is a JS error on the page. This could be the cause of this issue. To assist you better with this issue, would you mind providing us the url of your ftp login credentials so we can take a closer look and fix the issue? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– FTP Hostname
– FTP Username
– FTP PasswordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
June 3, 2016 at 8:45 am #1024189
John FParticipantThis reply has been marked as private.June 3, 2016 at 12:26 pm #1024504
John FParticipantHey Rue,
I tried deactivating all the plugins and re-activating, and I was unable to fix the problem with woocommerce products. With my previous theme this week it worked fine….are we sure it’s not my switching the the X-theme??? I’d appreciate you looking at this for me, thanks!
John
June 3, 2016 at 2:37 pm #1024653
JadeModeratorHi John,
There seems to be some CSS added that are hiding the product info sections.
Please try to add this CSS in the customizer:
.single-product ul.x-nav, .single-product .x-tab-content>.x-tab-pane { display: block !important; }Hope this helps.
June 3, 2016 at 2:45 pm #1024663
John FParticipantWorked perfect Jade, thank you so much. All of my products are not showing in the store, only 1. I have reason to believe that this is CSS too, mind taking a peak???
June 4, 2016 at 12:01 am #1025271
Rue NelModeratorHello There,
The given ftp access is not working for us. Please double check it.
For the meantime, can you please enable WP_DEBUG mode? You can do this by opening
wp-config.phpand adding
define( 'WP_DEBUG' , true );just above/* That's all, stop editing! Happy blogging. */For example:define('WP_DEBUG', true); /* That's all, stop editing! Happy blogging. */When you revisit the product page, you should have some error output describing the issue in more detail.
June 4, 2016 at 3:20 pm #1025894
John FParticipantThis reply has been marked as private.June 5, 2016 at 4:19 am #1026423
ChristopherModeratorHi there,
There is JS error in your site. Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Hope it helps.
June 5, 2016 at 2:18 pm #1026853
John FParticipantHey Christopher,
I deactivated every plugin except for cornerstone and the problem still persists. I can go to individual products of the store and they work, but the store only shows 1 product. The only reason I switched to the X-theme was for the woo-commerce compatibility, I really need your guys help to get this store working!
June 5, 2016 at 9:47 pm #1027275
John FParticipantI was able to fix the issue, not plugin related FYI.
June 5, 2016 at 11:41 pm #1027373
Rue NelModeratorHello There,
We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!Best Regards.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1023694 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
