Forum Replies Created
-
AuthorPosts
-
March 7, 2022 at 2:37 am in reply to: Strange characters appearing since last update – please help! #1343416
Hi,
Thanks for the login, this doesn’t look like it’s added to all of the images and even the images with this don’t show it in the media library or the attachment page like this one:Please try disabling all of your plugins and caching and then clear your browser cache. Then enable your plugins one at a time and test your site, clearing your browser cache after each test until you find the one or combination of plugins causing this to identify this cause.
Best regards,
MikeHey leviticus,
When you say that you have not edited the footer.php or header.php files in your child theme, do you mean that there are no footer.php or header.php files in your child theme?
If there are these files in your child theme please remove and check again.
I see that you have this errorFailed to load resource: the server responded with a status of 403 (Forbidden)from the plugin mimetypes-link-icons
please disable this plugin and check, you could try disabling all of your plugins to see if that corrects.
If none of this helps please include an admin login in the Private Content area so we can investigate.Best regards,
MikeHi,
Please ensure that you are copying the code from the forum and not an email, it will mess up the < & > which will make the<style>tags not work.
If this is correct then try saving the page and view the real page not the preview.Best regards,
MikeHi,
Thanks, I tried but also got an error, I looked at your server settings and your Max input time is -1 this should be 180 and your PHP time limit were typically it is 270
please ask your webhost to change these settings and try again, if it still doesn’t install I might have another method, but the negative one setting needs to be changed

Best regards,
MikeHi,
To make it full width try this in your Quick CSS:#top.page-id-600 .avia_codeblock_section.avia_code_block_0 { width: 100vw !important; position: relative !important; left: calc(-50vw + 50%) !important; }to add another going the other direction add this to a new code block element
<style> .marquee-two > .track-two > .content-two { margin: 0; padding: 0; color: #fff; font-size: 25px; font-family: 'press-start-2p'; } .marquee-two { position: relative; width: 100vw; max-width: 100%; height: 200px; overflow-x: hidden; } .track-two { position: absolute; white-space: nowrap; will-change: transform; animation: marquee-two 32s linear infinite; } @keyframes marquee-two { from { transform: translateX(-50%); } to { transform: translateX(0); } } </style> <div class="marquee-two"> <div class="track-two"> <div class="content-two"> All of Joakims NFTs are one of a kind (1/1) artworks. Each artwork will be available either on Opensea or Rarible only!</div> </div> </div>and if you want the second code block full width add this Quick CSS for it
#top.page-id-600 .avia_codeblock_section.avia_code_block_1 { width: 100vw !important; position: relative !important; left: calc(-50vw + 50%) !important; }Best regards,
MikeHi,
The code you are seeing needs to be inside a style tag, so try this in your code block element<style> .marquee > .track > .content { margin: 0; padding: 0; color: #fff; font-size: 25px; font-family: 'press-start-2p'; } .marquee { position: relative; width: 100vw; max-width: 100%; height: 200px; overflow-x: hidden; } .track { position: absolute; white-space: nowrap; will-change: transform; animation: marquee 32s linear infinite; } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } </style> <div class="marquee"> <div class="track"> <div class="content"> All of Joakims NFTs are one of a kind (1/1) artworks. Each artwork will be available either on Opensea or Rarible only!</div> </div> </div>Best regards,
MikeMarch 7, 2022 at 12:00 am in reply to: Add Enfold Page Headings to The Events Calendar pages #1343399Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear, you can try this script to toggle the TOC, I wrote it for this one page so I’m not sure if you have others. Clicking on the title toggles and I included some css to show a green arrow up/down to let users know. On page load it’s toggled but this can be changed.
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function toggle_toc_container() { ?> <script> (function($){ $('#avia_auto_toc-2 .avia-toc-container').hide(); $('#avia_auto_toc-2 > h3.widgettitle').click(function(e){ e.preventDefault(); var $this = $('.avia-toc-container'); $this.toggle(); $("#avia_auto_toc-2 > h3.widgettitle").toggleClass( "up" ); }); })(jQuery); </script> <?php } add_action('wp_footer', 'toggle_toc_container');and this to your Quick CSS
#avia_auto_toc-2 > h3.widgettitle:before { content: "\2BC6 "; color: #42a51e; } #avia_auto_toc-2 > h3.widgettitle.up:before { content: "\2BC5 "; color: #42a51e; }Best regards,
MikeHi,
Try this example: Infinite Marquee in it’s css change the “body” class to.marquee > .track > .contentand add your font and color there.
If you need a hand just include admin login in the Private Content area.Best regards,
MikeHey Shari,
Thank you for your patience, you would need to use a plugin such as Yoast SEO or All in One SEO these are the two most people seem to use but there are many more to choose from.
Some offer a lot of bells and whistles while others are more to the point, so feel free to check a few out and see if they meet your needs.Best regards,
MikeHi,
Did you try the manually import a theme demo method, if this doesn’t help Please include FTP access in the Private Content area so we can help install the Hotel demo for you.Best regards,
MikeHi,
Thanks for your feedback, but I believe that this is due to the resolution of your image, it can’t become sharper the smaller it is shown, for example below is a screenshot of your 512×512 image in a different browser tab scaled down next to the same image on your product page and they look the same.Best regards,
MikeMarch 6, 2022 at 9:59 pm in reply to: Add Enfold Page Headings to The Events Calendar pages #1343389Hi,
To have the blue heading full-width for the calendar page please try this css, it should work for all archive-tribe_events pages, so check for this and conflicts and let us know if it needs adjusting.#top.post-type-archive-tribe_events .tribe-events-before-html { width: 100vw !important; position: relative !important; left: calc(-50vw + 50%) !important; } #top.post-type-archive-tribe_events .tribe-events-before-html > div > h2 { max-width:1160px; margin: auto; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Please try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.
It is showing full width for me, please see the screenshot in the Private Content area.Best regards,
MikeHi,
Thank you for your patience, unfortunately, the DEV Team explains that it is not possible to combine TOC and Magazine with two or more categories selected due to technical reasons.
I tested this script on the page you linked to and it seems to remove the duplicate links from the TOC, you can try it and see if it helps.
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function remove_duplicate_toc_links() { ?> <script> (function($) { setTimeout(function(){ var linksHtml=[]; $('.avia-toc-container a').each(function() { var html=$(this).html(); if( $.inArray( html, linksHtml) >-1){ $(this).remove() }else{ linksHtml.push(html); } }); },500); }(jQuery)); </script> <?php } add_action('wp_footer', 'remove_duplicate_toc_links');Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for your patience, what I meant was that I believe that your v4.8.1 was modified to show the SKU without using the Product Meta Info element, and when you test one of the other versions they don’t have the same modifications. This is why I pointed out that your v4.8.1 has a lot of custom functions in the parent theme functions.php, as I investigate further I find that your v4.8.1 has two extra directoriesconfig-templatebuilder_originalandconfig-woocommerce2leading me to believe that the original directories were modified.

I point this out because I created a clean install of v4.8.1 on a test server and couldn’t get the variable SKU to show without using the Product Meta Info element, I also tested v4.7.6 with no success without using the Product Meta Info element. So I thought that perhaps I didn’t create the variable product correctly so I exported your products and variables and the same product that we are testing on your site /metz-2/ doesn’t show the SKU or category on a clean install for me.
Did you have help creating this site, is it possible that it contains modifications?Best regards,
MikeHi,
Thanks for the feedback, you can set thesingle-smallfor your category pages with this functionadd_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; }and change it to show excerpts with this function
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Best regards,
MikeHi,
Thanks for the login, I added this to your Quick CSS to adjust for the landscape orientation@media only screen and (max-width: 900px) and (orientation: landscape) { .html_header_top.html_header_sticky #top #header { position: absolute; } .responsive .logo img, .responsive .logo svg { height: auto !important; width: auto; max-width: 100%; display: block; max-height: 80px; } #top #header_main > .container,#top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 80px!important; line-height: 80px!important; } .responsive #top .av-main-nav .menu-item-avia-special { display: block!important; } .responsive #top .av-main-nav .menu-item:not(.menu-item-search-dropdown) { display: none!important; } }please clear your browser cache and check.
Best regards,
MikeHi,
Please see this Marquee Generator as it will help you choose all of these settings including the speed of the scroll, then just place the code it gives you in a code block element.Best regards,
MikeMarch 6, 2022 at 4:14 am in reply to: Using Custom Post Types with Template built with Layout Architect #1343325Hey onlylettersandnumbers,
Sorry, I don’t have any experience with the ACF Plugin or the CPT UI Plugin, and have seen very few questions asked about these, I believe you will need to copy this template to each page, but perhaps these plugin support teams would know how to achieve this within the plugin a different way?Best regards,
MikeHi,
Thanks for the login I found that you had an inline font-weight and a strong tag and in the advanced style the H1 is set to bold, so each of these point to a different bold 600-800 and the default ‘Open Sans’ font uses 600 for bold, which is showing now.
I imagine that you want to use extra-bold 800, and was going to upload it for you, but you are using a very old version of the theme and the Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager is not there.
So please update from v4.2.3 to the current v4.9
This might solve the font issue, if not we can then upload ‘Open Sans’ extra-bold 800 for you.Best regards,
MikeHi,
Thanks for the login, I tested and saw the error, but there are no error messages in the browser console. When I check the plugin support page it says this same error occurs on woocommerce pages and to not use on them. I thought perhaps trying a shortcode on the post might work instead of Auto Insert Posts, but it looks like it doesn’t support shortcodes.
I don’t see that we could solve this as we don’t see any console errors to investigate with, I recommend trying a different plugin.Best regards,
MikeMarch 6, 2022 at 3:04 am in reply to: Dropdown Menu inside a page – not top nav or fullscreen menu #1343321Hey schwabino,
Perhaps the sub-menu element will work for you. If not can you explain further, like where on the page it will go, how many elements, etc plus some mockup images?
I can only imagine a sub-menu element or a header menu, so if it is something really different please advise.Best regards,
MikeHey Jak73,
Try this in a code block element
<marquee>This text will scroll from right to left</marquee>
you will want to add some style for the font size and color, etcBest regards,
MikeMarch 6, 2022 at 2:52 am in reply to: Enfold theme update needed, but can't find purchase record #1343318Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for your patience and the login, I believe that you want the column at the bottom of tab one, with the image and button to be full-width and only show when tab one is active
To test I created a new test page, linked below, and moved the column outside of the tab section, then I added this css to your child theme stylesheet:#top.page-id-13305 #after_tab_section_1 > .container { max-width: 2500px; padding: 0; }and this script to your child theme functions.php
function custom_script() { ?> <script> (function($){ setTimeout(function(){ if ($('#top.page-id-13305 #av-tab-section-1 .av-tab-section-tab-title-container').children('a[aria-controls="av-tab-section-1-1"].av-active-tab-title').length === 0) { $('#top.page-id-13305 #after_tab_section_1').css({"display": "none"}); } },500); $('#top.page-id-13305 #av-tab-section-1 a.av-section-tab-title').on('click', function() { setTimeout(function(){ if ($('#top.page-id-13305 #av-tab-section-1 .av-tab-section-tab-title-container').children('a[aria-controls="av-tab-section-1-1"].av-active-tab-title').length > 0) { $('#top.page-id-13305 #after_tab_section_1').css({"display": "block"}); } else { $('#top.page-id-13305 #after_tab_section_1').css({"display": "none"}); } },500); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');both of wich will only work on the test page page-id-13305
please clear your browser cache and check if this helps.Best regards,
MikeMarch 6, 2022 at 1:52 am in reply to: Enfold theme update needed, but can't find purchase record #1343315Hi,
Glad to hear, child themes don’t update, the parent theme updates and it is the core of the site, the child theme runs on top of the parent theme adding your customizations to the parent theme.Best regards,
MikeHi,
Sorry, I thought we were talking about the first image because the second one always covers the box where the first one is showing the blue background above and under.
There is not one exact size you can use for the second image as the element changes ratios at different screen sizes, sometimes it is profile and other times its landscape, the best you can do is let the image cover the element like it is right now. Your other option is to set it to contain, but this will look like the first image with the blue background above and under.
Perhaps you could set a size to the box so it doesn’t change and use a sized image for it.
Another option would be to use an image where there is more background above the lady’s head, then on mobile it can be positioned down some so the top of her head is not cut off.Best regards,
Mike -
AuthorPosts


