Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update. Are you open to removing the border or frame? You can use this css code to remove it.
#top .wp-caption img { padding: 0; }Best regards,
IsmaelHi,
You can set the default archive style by adjusting the Enfold > Blog Layout > Blog Layout settings. You can also manually edit the archives.php template file if you want to add more customization to the archive pages.
Best regards,
IsmaelHi,
These two sections are not full width as well
Edit the grid row element and make sure that the “Mobile Behaviour” settings is set to the first option. The footer area looks ok now.
Best regards,
IsmaelHi,
This might help:
// https://kriesi.at/support/topic/video-on-hover-for-portfolio-items/
Best regards,
IsmaelJanuary 14, 2019 at 8:07 am in reply to: No more responsive and blocks that can't be deleted on AVIA #1053564Hi,
Thanks for the update.
I set the builder to debug mode and removed the invalid shortcodes from the debug mode field to get rid of the unwanted blocks or elements from the builder. These are the deleted shortcodes:
[av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='center right' background_repeat='stretch' link='' linktarget='' link_hover='' mobile_display='av-hide-on-mobile' av_uid='av-7c5ryn'][/av_cell_one_half] [av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='center right' background_repeat='stretch' link='' linktarget='' link_hover='' mobile_display='av-hide-on-mobile' av_uid='av-7c5ryn'][/av_cell_one_half] [av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='center right' background_repeat='stretch' link='' linktarget='' link_hover='' mobile_display='av-hide-on-mobile' av_uid='av-7c5ryn'][/av_cell_one_half]Best regards,
IsmaelHi,
You can use the Post Slider element. Just set the “Which entries?” settings to “Portfolio Entries”.
Best regards,
IsmaelHi,
Have you tried using the suggested plugin above?
// https://wordpress.org/plugins/simply-exclude/
You can remove the code if you decided to use the plugin.
Best regards,
IsmaelJanuary 14, 2019 at 3:56 am in reply to: Can I have a simple button in my main menu instead of the social icons? #1053499Hi,
You can make a button out of a menu item. Create a custom link and set the “Menu Style” to “Button Style”. There are two button style available.
Best regards,
IsmaelJanuary 14, 2019 at 3:53 am in reply to: Responsive layout changed so 1st image is full width then in 2x column #1053498Hi,
Which device are you checking this with? You can use this css code to adjust the width of the logo entry on mobile view..
@media only screen and (max-width: 768px) { .responsive #top #wrap_all .avia-content-slider-odd .slide-entry { margin-left: 0; clear: both; width: 100%; } }Best regards,
IsmaelHi,
Thanks for the info. I see the issue now but I can’t figure out what’s causing it. Please disable the “Equal Height” option temporarily.
Best regards,
IsmaelHey roamingk,
Thank you for using Enfold.
This script will force the portfolio grid to re-render or re-position until it’s fully loaded.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ console.log('tick'); $(window).trigger('resize'); $(window).trigger('av-content-el-height-changed'); }, 1000); $(window).on('load', function() { clearInterval(int); }); })(jQuery); </script> <?php }Best regards,
IsmaelHi,
You can actually insert the GA code in the Enfold > Google Services panel. It’s the same as using the “wp_head” hook.
Best regards,
IsmaelHi,
Do you have a test page? Please provide the url of the site. You may need to contact the plugin developer for additional help.
Best regards,
IsmaelHi,
Have you tried this option?
// https://kriesi.at/support/topic/paginated-pages-not-showing-relnext-and-relprev/#post-925305
Best regards,
IsmaelHi,
The scroll feature will require modification that is beyond the scope of support, unfortunately, so may need to contact a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelJanuary 14, 2019 at 1:52 am in reply to: Menu-Fonts are not correct displayed in the frontend #1053481Hi,
Thanks for the update.
I’m still not sure why it’s doing that. You can use this css code to adjust the menu items above the main menu.
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info { color: #ffffff; text-transform: uppercase; letter-spacing: 0.11em; font-weight: normal; }For the border, use this:
#top #header .av-main-nav > li > a:after { content: '/'; padding-left: 13px; border: 0; } .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text { border: 0; }Best regards,
IsmaelHi,
Thanks for the update. This css code seems to help.
.av-masonry-entry:nth-child(1) { display: none !important; }Best regards,
IsmaelJanuary 14, 2019 at 1:29 am in reply to: Full Width Easy Slider youtube video not working on mobile? #1053473Hi,
Have you tried using the layer slider? Add a layer, set it to “Video/Audio/ and enable the “Use this video as slide background” option. It will take a lot of modification if you are to use the video element.
Best regards,
IsmaelHi,
Thanks for the update. Please post the login details in the private field. And make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelJanuary 14, 2019 at 1:21 am in reply to: LayerSlider showing 'more videos' when opened in Chrome #1053471Hi,
Can you give us a screenshot of the issue again? Use imgur or dropbox. The screenshot above is from an iPhone emulation.
Happy new year to you, too!
Best regards,
IsmaelJanuary 14, 2019 at 1:15 am in reply to: Blog Header images not rendering correctly on mobile #1053470Hi,
I can’t find the blog section on the home page. Did you remove it? This modification has been included on version 4.5.2.
Best regards,
IsmaelHi,
The error pertains to the masonry element and one of the session function. What is the current PHP version? Please ask your hosting provider if the session package is enabled.
// https://packagist.org/packages/dmitrymomot/php-session
Best regards,
IsmaelJanuary 14, 2019 at 12:51 am in reply to: Kontaktformular: Datenschutz-Anhängsel übersetzen #1053465Hi,
Great! Glad it worked. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelJanuary 14, 2019 at 12:38 am in reply to: Latest Enfold [5.+] not working with H5P plugin [no errors in console] #1053464Hi,
Where can I see the issue again? I created a multiple choice test and it seems to be working properly. (see private field)
Best regards,
IsmaelHi,
Thanks for the update.
This css code should help align or adjust the borders.
.wpml-ls-legacy-list-horizontal a { padding: 0 10px; min-height: 15px; }Best regards,
IsmaelHi,
I selected all the categories but the one I want to exclude.
Did you select the parent categories? It should display only the items from the selected category unless the parent category of the child categories where the posts belong to are selected.
Best regards,
IsmaelHi,
Thank you for using Enfold.
You have to set the Enfold > Blog Layout > Blog Layout settings to “Grid Layout” or use the “avf_blog_style” filter to set the blog style to “grid” when viewing an archive page.
Best regards,
IsmaelHi,
Yes, I am referring to that site. I added the API key again but it’s generating the same error. Please delete the current project, create a new one and generate a new API key. Make sure that the site is added as a http referrer.
Best regards,
IsmaelHi,
Thank you for using Enfold.
This is working properly on my end. Did you select the product categories? Do you have a test page where we can see the issue?
Best regards,
IsmaelJanuary 13, 2019 at 11:59 pm in reply to: Photos taking up a huge amount of space on my site storage – anything I can do? #1053453Hi,
Replace the filter with the following code to remove specific thumbnails:
add_filter('avf_modify_thumb_size', 'avf_modify_thumb_size_mod', 10, 1); function avf_modify_thumb_size_mod($size) { unset($size['magazine']); unset($size['widget']); unset($size['portfolio_small']); unset($size['gallery']); unset($size['entry_with_sidebar']); unset($size['entry_without_sidebar']); unset($size['shop_thumbnail']); unset($size['shop_catalog']); unset($size['shop_single']); return $size; }Best regards,
Ismael -
AuthorPosts
