Forum Replies Created
-
AuthorPosts
-
Hi,
I was not able to load the login page, perhaps it is geo ip protected?
I did some testing on my localhost and found that I could add the sidebar by going to Enfold Theme Options > Sidebar Settings > Sidebar on Archive Pages, and choosing “right sidebar”
Then I could place widgets in the “Shop Overview Page” widget area, and then use the Widget Options plugin to only show them on “Product categories” and hide the others, creating a custom Product categories widget.
This is what your trying to do correct?
Best regards,
MikeHi,
Please try this css:#top.page-id-983 #header { display: none !important; }
Best regards,
MikeHi,
Please try using this code instead:.sidebar h3.widgettitle { border-bottom: 2px dashed #CCBDB8 !important; width: 100%; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
As long as they are all pages you can use this for the second line:if ( is_page( array( 17, 19, 1, 11 ) ) ) { ?>
adjust to suit.
Best regards,
MikeHi,
Please check the login, as I’m receiving a login error, incorrect password.Best regards,
MikeHi,
What changes do you want for the active tab?
To use this code for other pages, you will need to change the word “home” in the code to match your page id, such as “page-id-657” and as long as you only have one tab section on each page, the id “#av-tab-section-1” should stay the same.
There are many plugins that will list your page & post id’s in your dashboard list. Reveal IDs is one.
You can also use your browser’s inspector:
Best regards,
MikeJuly 24, 2018 at 1:40 pm in reply to: Fullwidth Easy Slider with Video asking for "[Object]" on Mobile #989178Hi,
Thank you for the ftp access, I have checked your slideshow.js and it is the correct version
For me in Chrome, Firefox, & Edge the video is working without the [object] error. Which browser are you using?
Please try clearing your cache and checking in incognito or inprivate mode, again.If you still see the error, check with your webhost if your site uses a CDN (content delivery network) and if it can be cleared.
My thought is that if you are in the UK, & I’m in the US we could be seeing different versions cached on a CDNIf this persists I will ask for the rest of the team to check from their locations.
Best regards,
MikeHi,
Perhaps you have an error in your Quick CSS, try to copy all of the code in the Quick CSS and paste into the Customize > Additional CSS
It offers error checking and will try to point out the errors.
If you are unsure of the error messages, or it doesn’t help, please include a admin login in the private content area so we can take a closer look.Best regards,
MikeJuly 24, 2018 at 12:21 pm in reply to: "Couldn't add the font because the server didn’t respond" error when uploading #989134Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
@darnott75 We are happy to help, sorry I meant to tell you to try adding the code above to the end of your functions.php file in Appearance > Editor
But please only use one code snippet at a time. Notice the first line says what type of layout it is, “single small”, “single big”, or “grid”Best regards,
MikeHi,
Good point, I changed it to:#top .avia-slideshow-arrows { opacity: 0; } #top .avia-fullwidth-slider:hover .avia-slideshow-arrows { opacity: 1 !important; }
Please clear your browser cache and check.
Best regards,
MikeHi,
Please use this function instead, it will only work on your homepage:function slider_h2_to_h1(){ if ( is_page('734') ) { ?> <script> jQuery(window).load(function(){ var el = document.querySelector('.avia-caption-title'); el.outerHTML = '<h1 class="avia-caption-title ">' + el.innerHTML + '</h1>'; }); </script> <?php } } add_action('wp_footer', 'slider_h2_to_h1');
Best regards,
MikeHi,
@darnott75 This is a bit off topic, please open a new thread with the url to your site so we can investigate which classes will work for you.
You can modify the category pages layout with a function, here’s three to test, please only use one at a time://change category page layout to blog single small style add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }
//change category page layout to blog single big style add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-big'; return $layout; }
//change category page layout to blog grid style add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }
Best regards,
MikeJuly 24, 2018 at 3:56 am in reply to: "Couldn't add the font because the server didn’t respond" error when uploading #989011Hi,
Oh, I see, thanks for sharing. Glad you were able to get them to work.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Oh, I see, I added this new css to your Quick CSS, and I commented it for you to see which code is for which tab:/* Tab 1 */ #top.home #av-tab-section-1 a[data-av-tab-section-title="1"] .av-tab-section-icon:before { visibility: hidden !important; } #top.home #av-tab-section-1 a[data-av-tab-section-title="1"] .av-tab-section-icon { background: url(https://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/euricon.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; } #top.home #av-tab-section-1 a[data-av-tab-section-title="1"] .av-tab-section-icon:hover { background: url(https://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/euricon_hover.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; } /* Tab 2*/ #top.home #av-tab-section-1 a[data-av-tab-section-title="2"] .av-tab-section-icon:before { visibility: hidden !important; } #top.home #av-tab-section-1 a[data-av-tab-section-title="2"] .av-tab-section-icon { background: url(https://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/midicon.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; } #top.home #av-tab-section-1 a[data-av-tab-section-title="2"] .av-tab-section-icon:hover { background: url(https://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/midicon_hover.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; }
This is for the first two tabs, so you just need to copy it 3 more times and change the image url and the number in:
[data-av-tab-section-title="2"]
to correspond to the tab.
Please clear your browser cache and check the first two tabs.Best regards,
MikeHi,
Thank you for the login, I added this code in the General Styling > Quick CSS field:#top .avia-slideshow-arrows a { opacity: 0; } #top .avia-slideshow-arrows a:hover { opacity: 1 !important; }
Please clear your browser cache and check.
Best regards,
MikeHi,
Thanks, Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
There is no difference using the editor or ftp when making changes to the functions.php
For changing the title attribute also, please use this code instead:function replace_author_link(){ ?> <script> jQuery(window).load(function(){ jQuery( '.blog-author' ).each(function() { jQuery( this ).find( 'a' ).attr({href: "https://www.new.barrelracingtips.com/about-heather-smith/", title: "About Heather Smith"}); }); }); </script> <?php } add_action('wp_footer', 'replace_author_link');
Best regards,
MikeJuly 23, 2018 at 1:23 pm in reply to: "Couldn't add the font because the server didn’t respond" error when uploading #988683Hi,
Thanks for the update, we look forward to your results.
Also I tried searching on fontello.com for your icons, but couldn’t find them, I assume you gave them custom names, what were their original names?Best regards,
MikeHi,
If you would like to replace the author link, please try adding this code to the end of your functions.php file in Appearance > Editor:function replace_author_link(){ ?> <script> jQuery(window).load(function(){ jQuery( '.blog-author' ).each(function() { jQuery( this ).find( 'a' ).attr('href', 'https://www.new.barrelracingtips.com/about-heather-smith/'); }); }); </script> <?php } add_action('wp_footer', 'replace_author_link');
Best regards,
MikeHi,
Oh, I see, Try adding this code to the end of your functions.php file in Appearance > Editor:function move_date_script(){ ?> <script> jQuery(window).load(function(){ jQuery( '.av-magazine-entry' ).each(function() { jQuery( this ).find( 'time.av-magazine-time' ).insertAfter( jQuery(this).find('h3.av-magazine-title') ); }); }); </script> <?php } add_action('wp_footer', 'move_date_script');
Best regards,
MikeHi,
Please try the same code in WordPress > Customize > Additional CSS and clear any cache plugin and your browser cache.Best regards,
MikeJuly 23, 2018 at 12:42 pm in reply to: Fullwidth Easy Slider with Video asking for "[Object]" on Mobile #988670Hi,
Please include FTP access in the Private Content area so we can take a look.Best regards,
MikeHi,
You are welcome, please feel free to open a new thread if we can assist in the future. Thank you for using Enfold.Best regards,
MikeHi,
There was another 50px of padding, Please see screenshot in Private Content area for where I mean.
Now your content is sitting on top of your image that is above your footer.Best regards,
MikeHi,
The Google fonts are built in, and are only loaded when called.
you can remove them with this code to the end of your functions.php file in Appearance > Editor://remove google fonts add_action( 'init', 'enfold_customization_switch_fonts' ); function enfold_customization_switch_fonts() { global $avia; $avia->style->print_extra_output = false; }
but then you would need to add you own fonts.
Best regards,
MikeHi,
The setting was at: Enfold Theme Options > Sidebar > Page sidebar navigation
I unchecked it for you.Best regards,
Mike -
AuthorPosts