Forum Replies Created
-
AuthorPosts
-
Hey isaaccolavecchio,
Thank you for using Enfold.
I ran a test in the page speed insights and according to the report, the site is slow because of the images and the number of nodes that has to be rendered. You should move some of the products to other pages or make use of the category pages.
Best regards,
IsmaelHi,
This should help resize the image on the frontend.
#top .wp-caption img { height: fit-content; }
Have you tried to upload a larger image?
Best regards,
IsmaelHi,
Thank you for using Enfold.
That is the inner border and I’m not quite sure how it ends up there. Use this css code to hide it on mobile view:
@media only screen and (max-width: 767px) { .avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner { display: none !important; } }
Best regards,
IsmaelHey flightdeck,
Thank you for using Enfold.
Is there a way to hide the Hide Form Labels like in the enfold as well?
You have to enable the placeholder text for each field: https://contactform7.com/setting-placeholder-text/
And put the input field outside the label tag. You can then use this css code to hide the label:.wpcf7 label { display: none !important; }
Best regards,
IsmaelHey Munford,
Thank you for using Enfold.
Are you using images with the same size for every masonry item? The isotope script is responsible for the items’ position and in a few cases such as this one, it doesn’t sort the items as you would expect if the images or grid items differ in sizes.
Related thread: https://kriesi.at/support/topic/masonry-grid-not-properly-sorting-alphabetically/#post-981621
Best regards,
IsmaelHi,
It has nothing to do with the lightbox issue. Did you enable the sidebar for these pages? The ad is inside the sidebar container.
Best regards,
IsmaelHi,
Set the p tag width to 100%:
.home .avia_ajax_form p { width: 100% !important; }
… and then add this css code:
#top fieldset { width: 100%; min-inline-size: auto; }
Best regards,
IsmaelHi,
This is what I get on my end.
Forbidden
You don’t have permission to access /wp-admin/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.Please contact your hosting provider.
Best regards,
IsmaelHey serial-buddha,
Thank you for using Enfold.
The welcome section is at the very top of the page and the header is not sticky on mobile devices, so I’m not sure how you expect this to work. And besides, mobile devices has a “tap to top” feature, so this is not needed. You can also re-enable the back to top button on mobile view.
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block; } }
Best regards,
IsmaelHi,
The site is running on a very old version of the theme, 2.9.2. You have to update the theme manually to version 4.5.2 and make sure that your WordPress installation is version 5.0.2.
// https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
Best regards,
IsmaelJanuary 10, 2019 at 12:19 pm in reply to: child theme problem with overwriting php from parent #1052309Hey nfgraphicdesign,
Thank you for using Enfold.
It is possible but you have to use this filter first.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
After adding that filter, create a folder called “shortcodes” in your child theme directory and copy the shortcode files that you want to override inside of that folder.
Best regards,
IsmaelJanuary 10, 2019 at 12:15 pm in reply to: BuddyForms "Add Media" – button don't work with Enfold theme (frontend) #1052306Hi,
Have you tried to add the suggested code above? You have to put it in the wp-config.php file.
Best regards,
IsmaelHi,
Sorry I missed that information. You can’t update from that version automatically because it’s still using the deprecated version of the update script, so you have to do it manually via FTP. Here’s how:
// https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
A short read about updating:
// https://kriesi.at/archives/the-complete-guide-to-updating-enfold
Best regards,
IsmaelHi,
Great! Glad they were able to help. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
It is possible with a parallax effect, but that too is disabled on mobile devices because it lowers the performance rate of the page. And in my own personal opinion, when it comes to mobile devices, you should be worrying more about the content of the page instead of the moving image or background behind it.
Best regards,
IsmaelJanuary 10, 2019 at 11:56 am in reply to: 2 things: spam contact form + Update 4.4.1 to 4.5 #1052296Hi,
You need to download the whole snippet library and copy the plugin folder manually.
// https://github.com/KriesiMedia/enfold-library
Click the green “Clone or download” > “Download ZIP” button.
Best regards,
IsmaelHi,
I modified the code a bit and it seems to be working now. Please remove the browser cache prior to checking the page.
#top .av-submenu-container.av-sticky-submenu { max-width: 100%; } .html_boxed #main { position: relative; overflow: hidden; }
Best regards,
IsmaelHi,
I just reviewed the function’s documentation and it says that it has to go inside the loop, so you have to add it in the includes > loop-page.php file, right after the content around line 26:
//display the actual post content echo ' <div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>'; the_content(__('Read more','avia_framework').'<span class="more-link-arrow"></span>'); echo '</div> ';
// https://codex.wordpress.org/Function_Reference/wp_link_pages
Best regards,
IsmaelHi,
Thanks for the update. You can use the grid row element for that. Add the hotspot element inside the cells or apply the image as the cell background.
Best regards,
IsmaelJanuary 10, 2019 at 11:18 am in reply to: improved: added rel='nofollow' ? Excuse me? What? This is the biggest nonsense #1052272Hi!
I do understand what you’re trying to say and I’m not trying to argue. I’m actually enjoying this because I’m learning a lot, but I’m still confuse on where you get the “deindexing” thing. I think that’s the whole point of your reply above. You’re saying that we should not add the “nofollow” attribute to the search link because the crawlers won’t be able to get to the search results page and Google won’t be able to “deindex” the duplicate content. Is that correct? Now, I’m searching for the “deindexing” keyword but I can’t find it anywhere. Have you read any documentation about that?
Regards,
IsmaelJanuary 10, 2019 at 11:08 am in reply to: Photos taking up a huge amount of space on my site storage – anything I can do? #1052268Hi!
@goldengate415: You have to remove the first filter and use that one instead. Regenerate the thumbnails afterwards. If you’re using the following plugin, you’ll notice that after adding that code the theme’s thumbnail are going to be removed from the list of thumbnails in the plugin’s panel.// https://wordpress.org/plugins/regenerate-thumbnails/
@Gitte: Thank you for the info. He doesn’t want to use a plugin, so we’re suggesting the filter.
Cheers!
IsmaelHey!
You don’t need to close a line break or br tag.
// https://www.w3schools.com/tags/tag_br.asp
Again, you forgot to close the strong tag in the “strategie-ikea” page.
< strong > MEUBLE TON BUSINESS COMME IKEA
Please be careful with the html tags because unclosed tags can break existing elements in the builder.
Best regards,
IsmaelHey Zuzana,
Thank you for using Enfold.
You need to translate it manually because the translation for that particular language is probably still incomplete. Use this plugin.
// https://wordpress.org/plugins/loco-translate/
Best regards,
IsmaelHey Zuzana,
Thank you for using Enfold.
You have to upgrade WordPress to version 5.0.2 and the theme to version 4.5.2. Let us know if you still experience the issue after the update.
Best regards,
IsmaelJanuary 10, 2019 at 7:41 am in reply to: improved: added rel='nofollow' ? Excuse me? What? This is the biggest nonsense #1052206Hi!
@Istoudenmire: Thanks for the info. We would be happy to hear about your findings.
@Hokuspocus: Thanks for the clarification. Yes, it’s all clear that you have to use “noindex” if you don’t want bots to index this and that page and “nofollow” if you want to prioritize other content or you don’t want crawlers to go that way and prioritize other content instead. One question though. How would the crawlers index the page where the link is supposed to redirect if they can’t follow it? And according to Yoast, you should not index the search results page, so why would it hurt your ranking if you’re telling the crawlers not to follow unwanted content, which is why that change is created in the first place.
// https://yoast.com/blocking-your-sites-search-results/
And adding the “nofollow” link makes much more sense, if you take into consideration the crawl limits Google imposed for every sites they crawled.
// https://yoast.com/crawl-budget-optimization/
// https://www.seroundtable.com/google-drops-crawl-limits-in-search-console-25262.htmlNofollow now also prevents the deindexing of existing content because the crawl is aborted: The crawl ends here because the crawler can no longer follow the page structure.
I see your point about deindexing though. Do you have any resources about that?
Again, as stated, we are not SEO experts, so what we provide here comes from third party resources or from the documentation itself. Please feel free to correct us, if we are wrong. ;)
Best regards,
IsmaelJanuary 10, 2019 at 7:08 am in reply to: How do I add a link to my top navigation to open a pop up with layer slider 6? #1052200Hey MikeSole,
Thank you for using Enfold.
Have you tried using the full or absolute url plus the anchor instead of just the “#display-popup” anchor link?
Best regards,
IsmaelJanuary 10, 2019 at 7:02 am in reply to: Code Block Buttons not adjusting to smaller screens #1052199Hi,
Thanks for the update. You can try this css code:
@media only screen and (max-width: 767px) { .c-buttons li { float: left; width: 48%; clear: none; margin: 0 0 0 1%; font-size: 13px; } .c-buttons li a { padding: 0; } }
Best regards,
IsmaelHey peterolle,
Thank you for using Enfold.
Are you using the grid layout? Have you tried to unselect the “food” category and leave the “fruit” category selected from the blog posts element? Please provide a link to the actual page with the blog posts element.
Best regards,
IsmaelHi,
You may need to re-do the optimizations. Did you add more elements to the page or install any plugins before the update?
Best regards,
Ismael -
AuthorPosts