Forum Replies Created
-
AuthorPosts
-
Hey Mark,
Thank you for using Enfold.
The site is loading properly on my end. And that is just a font file, so I don’t think it would cause any harm to your site.
Best regards,
IsmaelHi,
You can add the full width sub menu shortcode right after this line:
if($showheader) { echo avia_title(array(‘title’ => avia_which_archive())); }Or use the “ava_after_main_title” hook as suggested. Example:
add_action('ava_after_main_title', function() { if( is_archive() ) { echo do_shortcode( 'FULL WIDTH SUB MENU SHORTCODE HERE' ); } });You may need to set the builder to debug mode in order to get the actual shortcode of the elements.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
IsmaelHey ariamedtour,
Thank you for using Enfold.
That is how it’s supposed to work. You don’t need the rel attribute on the first page.
// https://yoast.com/rel-next-prev-paginated-archives/
Best regards,
IsmaelHi,
This css code should help contain the full width sub menu element within the box container:
#top .av-submenu-container.av-sticky-submenu { max-width: 100%; }Best regards,
IsmaelHi,
Thanks for the update. We changed the Google map script versioning to “weekly” on Enfold 4.5.2 to get rid of the “retired version” warning. Please upgrade the theme to the latest version.
// https://developers.google.com/maps/documentation/javascript/versions
Best regards,
IsmaelHi,
I added a text block at the very bottom, updated the page and it displayed correctly but the color section containing the content has been removed. Did you add any html tags on that page? Did you copy the text from another source?
Best regards,
IsmaelJanuary 8, 2019 at 4:13 am in reply to: Prevent menu items (catalog) overlapping on mobile version #1051164Hey Paul,
Thank you for using Enfold.
You can use decrease the font size of the title or the price on mobile view.
@media only screen and (max-width: 767px) { .av-catalogue-price { font-size: 13px; } .av-catalogue-title { font-size: 15px; } }Best regards,
IsmaelJanuary 8, 2019 at 4:02 am in reply to: Menu-Fonts are not correct displayed in the frontend #1051162Hi,
The page is password protected. Please post the info in the private field.
Did you happen to enable the Performance > File Compression settings? Please disable it temporarily.Best regards,
IsmaelHey JuergenB,
Thank you for using Enfold.
This may be possible with the “pre_get_posts” hook or function. Could you give us a link to the archive page?
// https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts
Best regards,
IsmaelHi,
I corrected the code in the Quick CSS field. Please remove the browser cache prior to checking the page.
Best regards,
IsmaelJanuary 8, 2019 at 3:50 am in reply to: Sorting Portfolio Items differently in different cases #1051156Hi,
Great! Glad that you figured it out. Please open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
You’re welcome! Glad we could help. Please open a new thread if you need anything else.
Best regards,
IsmaelHi,
Great! Glad it worked. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Do you have a test page with the cloned section? What is the size of the image? Please resize it based on the standard mobile screen sizes.
// http://gs.statcounter.com/screen-resolution-stats/mobile/worldwide
Best regards,
IsmaelJanuary 8, 2019 at 3:45 am in reply to: Autoplay Vimeo video added to homepage with Avia Video block #1051150Hi,
Odd. Please post the WP and FTP details in the private so that we can modify and test the code.
Best regards,
IsmaelHi,
Enable the the custom css class field so that you can target the social icons or the columns containing them:
Edit the first column in the row, set the “Equal Height Columns” to the first option and add a unique class attribute to the social icon columns. You can then use that selector or class attribute to adjust the width of the columns on mobile view. Example:
.social-columns { width: 31%; float: left; }Best regards,
IsmaelJanuary 8, 2019 at 3:38 am in reply to: Updating to Enfold 4.5 and validating Personal Token #1051145Hi,
@fulanoinc: Thanks for the info. :)
@superbikecoach: You will be able to choose an editor on version 4.5.2. Go to the Enfold > Theme Options panel and look for the “Select Your Editor” settings.Best regards,
IsmaelJanuary 8, 2019 at 3:35 am in reply to: Latest Enfold [5.+] not working with H5P plugin [no errors in console] #1051144Hi,
I’m sorry but we don’t hand in that kind of information here. Please disable the security block momentarily or allow access for specific countries. You can find us here:
We usually respond within 24 hours during weekdays but you may need to wait for a while when you open a request right before the weekends.
Again, you should contact the plugin authors because they are more familiar with their plugin.
Best regards,
IsmaelHi,
I’m still not sure what’s causing the issue, so I removed the instagram widget for now. Please delete the remaining folder in the uploads directory.
Install this plugin temporarily.
// https://wordpress.org/plugins/instagram-feed/
Best regards,
IsmaelHi,
The contact form’s security question is quite easy to bypass, so it’s up to you, the site owner, to add more security measures to protect your site from spammers and hackers alike. Adding a reCAPTCHA widget to the contact form should help. You can use this plugin:
// https://github.com/KriesiMedia/enfold-library/tree/master/customizations/enfold-recaptcha
You should also install an all-in-one security plugin such as Sucuri or Wordfence to fend off malicious attempts.
Best regards,
IsmaelHi,
Please could you refer me on where to find the details for customization again.
Which customization?
@loumirak11: Thanks for the info.Best regards,
IsmaelHi,
Thank you for using Enfold.
You haven’t entered an API key in the “projekthjalpen.se” site. Please generate an API key and put it in the Enfold > Google Services > Google Maps field.
This should help: https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key
Best regards,
IsmaelHi,
Sorry about the delay. You can use this css code to change the overlay to “play” icon.
a[rel="wpvideo-lightbox[iframes]"] .image-overlay.overlay-type-extern .image-overlay-inside:before { content: '\25B6'; font-family: 'entypo-fontello'; }Best regards,
IsmaelHi,
The site is still running on an older version of the theme. You have to upgrade to version 4.5.2 and disable the Performance > File Compression settings temporarily. Please open a new thread if you need further help.
Best regards,
IsmaelHey Oliver,
Thank you for using Enfold.
1.) Are you referring to the related product section?
2.) Use this css code to remove the categories:
.product_meta { display: none; }3.) And add this one to remove the second heading.
#top .woocommerce-tabs h2 { display: none; }Best regards,
IsmaelHi,
You have to manually add it in the page.php or the includes > loop-page.php template. If you’re using the theme’s builder, edit the template-builder.php file.
Best regards,
IsmaelHey CityofSoldotna,
Thank you for using Enfold.
I don’t see the issue in the home page. The hotspot elements inherit the width of the columns. Please provide a screenshot of the issue.
Best regards,
IsmaelJanuary 7, 2019 at 3:34 pm in reply to: Need to remove portfolio link at left for restricted blogger access #1050922Hi,
This is the modified code:
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { if( ! current_user_can('activate_plugins') ) { $args['show_ui'] = false; $args['show_in_menu'] = false; } return $args; }Best regards,
Ismael -
AuthorPosts
