Tagged: x
-
AuthorPosts
-
October 18, 2016 at 7:02 am #1220701
johnpromotesParticipantHello,
I’ve selected Feature Headline, center alignment, and it looks like its pulling towards the right. You can see it better from a mobile device. Here is the site http://uveblog.nyc/dealmaker/ … the wording “Entrepreneur Depot”.
please help
October 18, 2016 at 7:44 am #1220746
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.h-feature-headline span { padding-left: 0; }Hope it helps 🙂
October 19, 2016 at 7:24 am #1222177
johnpromotesParticipantit worked thank you so much! Sorry I have one more question. On that same page, below the Entrepreneur Depot text, I’ve added a Tour… it works great on my desktop, but I am unable to toggle between sections on my mobile device.
October 19, 2016 at 9:40 am #1222341
JoaoModeratorHI There,
I am not sure if I understand your question, but if you would like to see the Mobile Navbar Button, please add:
.x-btn-navbar, .x-btn-navbar.collapsed { font-size: 80px; color: black; } .x-btn-navbar:hover, .x-btn-navbar.collapsedHover { font-size: 80px; color: grey; }If you change the font-size you will change the size of the button.
Hope that helps
Joao
October 20, 2016 at 8:09 am #1223844
johnpromotesParticipantMy apologies, the issue I was referring to is in the same page as before, http://uveblog.nyc/dealmaker/ … if you scroll down to the bottom, I have added the Tour element that allows me to add tab content. Within the Tour element, I added two responsive embed video elements, one for each “section”. On a desktop, you are able to toggle between the tabs.. the first being “how to set up business plan” and the other “tips to stay ahead”… and it works fine on a desktop… but when you view the page on a mobile device, or at least mine, you are not able to toggle between the two sections. Section number is active when you load the page and video loads fine, but when I click on the first tab (using a mobile device) that section wont load… so on a mobile device, i am unable to switch back and forth between the two tabs/sections containing the videos.
October 20, 2016 at 8:15 am #1223857
johnpromotesParticipantand yes!! thank you!! I was going to ask about the Mobile Navbar button!
October 20, 2016 at 8:24 am #1223865
johnpromotesParticipantsorry, I also have a question about the blog post slider… how can I tell it to either exclude certain posts or categories… or to only show certain categories..as opposed to just featured because I want to have better variety on the slider… selecting random displays posts that are no longer current or relevant, but i still want to keep. Thank you again for all of your help!
October 20, 2016 at 2:54 pm #1224376
Nabeel AModeratorHi there,
Thanks for writing in! To fix the issue please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery( function($) { $('.vc_tta-tab a').on('click', function( e ){ setTimeout( function() { $('html, body').stop().stop(); }, 100 ); }); $(document).ready(function() { $('.vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta-tab a').off('click touchstart touchend'); }); });Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
October 21, 2016 at 7:57 am #1225389
johnpromotesParticipantIm sorry it didn’t work. I clear browsing data and history on my phone as well after inserting the code.
October 21, 2016 at 2:12 pm #1225796
Nabeel AModeratorHi again,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
November 6, 2016 at 5:45 pm #1246280
johnpromotesParticipantThis reply has been marked as private.November 6, 2016 at 11:59 pm #1246561
LelyModeratorHello There,
We can easily switch position of the topbar and the menu by adjusting the template. But it will be better if you will give us a screenshot of how you want it to appear so we can be specific on our suggestion. Thank you.
November 7, 2016 at 6:36 am #1246978
johnpromotesParticipantThis reply has been marked as private.November 7, 2016 at 6:38 am #1246982
johnpromotesParticipantThis reply has been marked as private.November 7, 2016 at 6:40 am #1246986
johnpromotesParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1220701 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
