Forum Replies Created
-
AuthorPosts
-
Hey ljenk,
Can you try to install Envato Market plugin: https://www.envato.com/lp/market-plugin/ ? and update Enfold using this plugin.
Envato private token will be needed to make the update, if you haven’t generated a private token yet, then please follow the instructions in: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-tokenBest regards,
NikkoMarch 10, 2022 at 5:12 am in reply to: Enfold Contact Form input text color not working on Firefox and Edge #1343944Hey GWS,
Can you try adding this CSS code in Quick CSS:
#top .footer_color .input-text, #top .footer_color input[type='text'], #top .footer_color input[type='input'], #top .footer_color input[type='password'], #top .footer_color input[type='email'], #top .footer_color input[type='number'], #top .footer_color input[type='url'], #top .footer_color input[type='tel'], #top .footer_color input[type='search'], #top .footer_color textarea, #top .footer_color select { color: black; }
Best regards,
NikkoHi m s,
I have modified the previous code and added this CSS code (just adjust the margin and font-sizes as you see fit):
.page-id-6201 #av-sc-portfolio-1 .isotope-item .grid-content .entry-title { font-size: 64px !important; margin-bottom: 28px; } .page-id-6201 #av-sc-portfolio-1 .isotope-item .entry-content { color: white; font-style: normal; font-size: 28px; }
Best regards,
NikkoHi condonpb,
Thanks, please remove this CSS code:
.sold { background-image: url(https://www.wardlawfineart.co.uk/wp-content/uploads/2022/03/Side_Sticker.png)!important; position: relative; background-repeat: no-repeat; z-index: 2; }
and replace it with:
.sold .avia-image-overlay-wrap:after { content: ''; display: block; position: absolute; top: -11px; left: -11px; z-index: 10; background-image: url(https://www.wardlawfineart.co.uk/wp-content/uploads/2022/03/Side_Sticker.png)!important; width: 100px; height: 98px; }
Best regards,
NikkoHey avpwebsites,
You need to enable PHP ZipArchive Extension on your site.
You can enable this on cPanel or ask your hosting provider for assistance.
You can see if this is enabled or disabled using the link in private content.
Hope this helps.Best regards,
NikkoHi COMPANIES24,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey gharry79,
I can’t seem to get past this popup (screenshot in private content).
Please provide credentials on it as well.Best regards,
NikkoMarch 9, 2022 at 4:43 am in reply to: Caption Title not showing in Fullwidth Easy Slider on small devices #1343759Hey mntsrvcs,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:480px) { #top .slideshow_caption .avia-caption-title { display: block; } }
Best regards,
NikkoHey antiguanice,
Thanks for giving us admin access.
On your post, you are using the Advanced Layout Builder which uses blank layout, which means, the default layout is not used therefore featured images will not be shown, to show the image, you’ll need to manually add them via Image element in the Advanced Layout Builder.
Hope this helps.Best regards,
NikkoHi Pete,
Can you give us a link to the page shown in the screenshot? so we can inspect on it and try to give a more accurate CSS code.
Best regards,
NikkoHi Pete,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-slideshow-slide .avia-slide-wrap { display: block; }
Hope it helps.
Best regards,
NikkoMarch 9, 2022 at 3:57 am in reply to: Align Radio Buttons for WooCommerce Addon Function within Enfold #1343752Hi ewenning,
Can you try adding this CSS code in Quick CSS:
#top .form-row label { display: inline-block !important; } .wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox { width: auto; }
Best regards,
NikkoHi m s,
You’re welcome. :)
As for the three differently styled paragraphs, the limit for portfolio grid is just two using both title and excerpt.Best regards,
NikkoHi pencefinancial,
Yes, I think it’s a server issue since there’s no Wordfence plugin on your site.
Try to contact your hosting provider to help you with it.Best regards,
NikkoHi pencefinancial,
It’s happening on the homepage since Wordfence blocks the iframe, it would only happen to pages with the iframe embed.
I have posted a screenshot of the issue in private content.
It should be fixed if you unblock it in Wordfence.Best regards,
NikkoHi m s,
I apologize for the delayed response, I have modified the CSS code with this:
.page-id-6201 #av-sc-portfolio-2 .isotope-item { padding: 5px; } .page-id-6201 #av-sc-portfolio-2 .isotope-item .image-overlay { background: #000 !important; } .page-id-6201 #av-sc-portfolio-2 .isotope-item .image-overlay-inside:before { display: none; } .isotope-item .grid-image.avia-hover-fx img{ -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; transition: all linear 0.2s; } .isotope-item .grid-image.avia-hover-fx{ overflow: hidden !important; } .isotope-item:hover .grid-image.avia-hover-fx img{ -webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3); } .page-id-6201 .avia-fullwidth-portfolio .sort_width_container { padding: 0; } .page-id-6201 #av-sc-portfolio-2 .isotope-item .grid-content { background-color: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; transition: all linear 0.2s; } .page-id-6201 #av-sc-portfolio-2 .isotope-item:hover .grid-content { opacity: 1; visibility: visible; } .page-id-6201 #av-sc-portfolio-2 .isotope-item .grid-content .grid-entry-title { background-color: transparent; color: white; } .page-id-6201 #av-sc-portfolio-2 .isotope-item .grid-content .grid-entry-title a { text-decoration: none !important; } .page-id-6201 #av-sc-portfolio-2 .isotope-item .avia-arrow { display: none; }
Please review your site.
Best regards,
NikkoHi dnweil,
Thanks for giving us admin access.
I have added this CSS code for vertical alignment (top):#top.page-id-269 .flex_column.av_one_third { vertical-align: top; } #top.page-id-269 .avia_textblock p:first-child { margin-top: -5px; }
As for h1-h6, it’s a different issue.
Can you point us to where you are making the changes?Best regards,
NikkoHi Birgitte,
The way WordPress works with parent themes and child themes is that it looks for the file with the same name in the child theme first and if the file is found it uses it, if not then it uses the one in the parent theme. For example, if the child theme contains both “includes/related-posts.php”, first it looks on the child theme if it has that file, if it does then it uses it, if not then it uses the one in the parent theme. So the results should be the same whichever you choose, the only difference is that the parent theme file is modified in the first one and not on the second one, but it doesn’t matter since the child theme’s file is used (also when there’s an update any modification on the parent theme will be removed).
Other than FTP, you can use cPanel. WordPress has a Theme Editor however you can’t create a file with it, you can just modify existing ones.
Best regards,
NikkoHi Birgitte,
You’re welcome :) You can turn on the JS & CSS file merging and compression.
The magic was just changing the layout from stretched to boxed then set it back to stretched layout :DBest regards,
NikkoHi famarinu,
Thanks for giving us admin access.
It’s not possible with the current setup, the only workaround that I think should work is to have those image on the bottom to be placed outside of the Tab Section and put it inside a Grid Row, then maybe add a Custom ID to it, then add a few javascript codes.
Can you give us FTP access? so we can try to add some js codes.Best regards,
NikkoHey terishka1,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .av_header_glassy.av_header_transparency .header_bg { display: none !important; }
Best regards,
NikkoHey jumamedia,
Try to edit Main Menu Indicator in Enfold > Advanced Styling.
If that does not help, can you give us a link to your site?Best regards,
NikkoHey terishka1,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
.grid-content, .grid-content .grid-entry-title { background-color: #262626 !important; } .grid-content .avia-arrow { display: none; } .grid-content .grid-entry-title { text-align: center; font-size: 22px; color: white; }
Best regards,
NikkoHey terishka1,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
.main_color #js_sort_items { text-align: center; } .main_color #js_sort_items a, .main_color #js_sort_items span { display: inline-block; float: none; }
Best regards,
NikkoHi Birgitte,
1. It means by using a child theme you can modify some of the parent theme’s functionality. Please create a folder inside a child theme and name it includes, then copy the related-posts.php file from the parent theme (inside the includes folder) to the child theme’s includes folder.
2. I believe it’s in the link you posted above.Best regards,
NikkoHey Vera,
Please try using this code:
add_filter("avf_alb_lightbox_image_size", function($size, $context) { $size = "full"; return $size; }, 10, 2);
Best regards,
NikkoHi dnweil,
Thanks for giving us the link, however, when I check those columns, it seems to be aligned in the middle.
If you have already set it to top vertical alignment, then please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi BirgitteAlstrom,
Thanks for giving us admin access.
It should look the same as the parent theme now, please review your site.Best regards,
NikkoHey Ryan,
Please add this CSS code as well:
.postid-1354 .av_textblock_section.av-l08a7fxz-19ba5f1e2bbfe03c29cbc7cbc31fdb5b { position: relative; z-index: 2; }
Best regards,
NikkoHey emendowa,
Is this is the plugin you’re referring https://wordpress.org/plugins/easy-table-of-contents/ ?
Best regards,
Nikko -
AuthorPosts