Tagged: x
-
AuthorPosts
-
January 11, 2017 at 11:16 am #1325840
fantasy_5ParticipantHi, Rue Nel!
If I were to deactivate and remove widget logic will the sidebars option enable me to use multiple widgets on every page and in some cases the same widget on some of those pages without any issues? If I am able to achieve this then the plugin might not be needed. Also, I looked under settings and didn’t see responsive text option.
January 11, 2017 at 6:36 pm #1326330
RadModeratorHi there,
If you’ll display same widgets on the same sidebar of different pages, then yes, there is no need to widget logic plugin.
This http://prnt.sc/8ioz6z and this http://demo.theme.co/integrity-1/shortcodes/responsive-text/ are different way of implementing responsive text. Please follow this http://demo.theme.co/integrity-1/shortcodes/responsive-text/ and add responsive text shortcode within the widget.
Thanks!
January 11, 2017 at 8:40 pm #1326578
fantasy_5ParticipantHi, Rad!
Yes, I want a mixture of different widgets and same widgets on some pages so I guess I will keep widget logic because it does the trick. However, in some cases, I still do not see some widgets that have been added to some pages and I’m not sure why.
The issues I’m having with responsive texts is with headings like for blog posts and headings for content written on individual pages. For instance, if a word is too lengthy… like everywhere it would be cut off on smaller screens on mobile devices.
Would something like this work to resolve the issue theme wide?
<h3 class=”responsive-heading”>I’m a Heading!</h3> or what type of CSS? Thanks for your help.January 12, 2017 at 12:04 am #1326803
LelyModeratorHello There,
Can you give us the page link where widgets is not added but it is set?
Responsive text works per page and not site wide.
If you want some settings for site wide, something like this should work:@media (max-width: 979px){ /*This CSS will work on 979px screen size or less*/ h3{ font-size: 200%; } h4{ font-size: 150%; } h5{ font-size: 100%; } }Adjust the values accordingly.
January 12, 2017 at 10:08 pm #1328245
fantasy_5ParticipantHi, Lely!
I adjusted the values and also added h1 and h2. Thank you!
@media (max-width: 979px){ /*This CSS will work on 979px screen size or less*/ h1{ font-size: 200%; } h2{ font-size: 200%; } h3{ font-size: 200%; } h4{ font-size: 150%; } h5{ font-size: 100%; } }The pages where the widgets are added, but not showing are as follows… my account, my cart, and become a vi,p, member by subscribing now. The site isn’t live yet, so you may need to log in. The login details are within this thread in a private message.
January 13, 2017 at 12:27 am #1328369
Paul RModeratorHi,
If you are using widget logic, make sure you have added the page id.
eg. If you have is_page(191) || is_page(828) in widget logic and you need to add it to another page like cart page. You need to add the cart page id.
is_page(191) || is_page(828) || is_page(205)Here is our guide on how to locate page ids
https://community.theme.co/kb/how-to-locate-post-ids/
Hope that helps.
January 13, 2017 at 11:47 am #1328997
fantasy_5ParticipantHi, Paul R!
I totally get what you’re saying and I’ve tried it and also used different widgets that are not used on other pages to see if that will work, but unfortunately, the widgets are not appearing. Even without using widget logic the widgets should still appear if they are set in specific pages, right? What am I doing wrong?
These are the pages:
my cart pg. 205
my account pg. 207
become a vip member by subscribing now pg. 828January 13, 2017 at 9:25 pm #1329498
Rue NelModeratorHello There,
Thanks for updating in! I have checked your widget and it appears that it is a custom sidebar widget area. Did you already assign this custom sidebars to the mentioned pages? Please do so because at the moment, this custom sidebar is only assigned to be displayed in the Fashion Addict page. Please check this screenshot: http://prntscr.com/dvet5s
Hope this explains it.
January 14, 2017 at 11:20 am #1330008
fantasy_5ParticipantHi, Rue Nel!
That helped thank you. Now the only page where widgets are placed and they do not appear is the cart page, but I have already selected it in the custom sidebars page and it is assigned.
January 14, 2017 at 9:04 pm #1330415
Rue NelModeratorHello Again,
Please keep in mind that WooCommerce widgets will not appear in some pages. For example, the price widget will only appear in the product archive pages. The cart widget will not display on a cart page. It will be displayed in some other pages.
https://docs.woocommerce.com/document/woocommerce-widgets/
Hope this make sense.
January 15, 2017 at 12:19 am #1330521
fantasy_5ParticipantThanks so much! 🙂
January 15, 2017 at 2:33 am #1330602
Rue NelModeratorYou are most welcome!
If you need anything else, please let us know. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1301349 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
