Forum Replies Created
-
AuthorPosts
-
Hey Michael,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.container_wrap { border: 0; }
Let us know if it helps.
Best regards,
NikkoHi infogestbs,
Can you try to check if the .htaccess file is not changed on a daily basis?
Best regards,
NikkoMay 18, 2022 at 6:23 am in reply to: Re-sized thumbnails / images are not correctly created by Enfold #1352142Hi giaguaro72,
That would be okay however it is not recommended to try to debug a live site as you might have some visitors on your site seeing your site in debug mode.
Best regards,
NikkoHi Thomas,
I’m not sure if it’s possible but I think it’s better to follow some of tips listed in here instead: https://themeisle.com/blog/how-to-block-ip-addresses-in-wordpress/
Hope this helps.Best regards,
NikkoHi BrendaSarg,
I have checked the link and I don’t see any duplicate on the link you gave.
Also for fixing the issue before this is what I posted I have removed the one thumbnail that is duplicate in the gallery that was the only thing I did.Best regards,
NikkoHey puscher-rdc,
Can you try the solution posted on this thread: https://kriesi.at/support/topic/contact-form-remote-ip-address/#post-878966
Hope it helps.Best regards,
NikkoHi vbonora,
The code you posted seems to work as it should.
Can you give us a mockup/screenshot on what it should look by default and on hover?Best regards,
NikkoMay 17, 2022 at 5:14 am in reply to: Re-sized thumbnails / images are not correctly created by Enfold #1352022Hi giaguaro72,
Can you setup a staging site for us? so we can try to check the backend and debug if there are any issues.
Best regards,
NikkoHi jtbell79,
Thanks for giving us access to your site.
I have checked your site and I don’t see any issues and background images are showing properly.
Can you give us a screenshot on how it looks on your end?Best regards,
NikkoHey rootbranch,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top #header .social_bookmarks { float: right; }
Best regards,
NikkoHey rixi,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top .content .entry-content-wrapper { padding-right: 0; }
Best regards,
NikkoHi rixi,
All comments are stored in the Comments (menu inside the WordPress Dashboard), you should be able to see it there and delete it.
Best regards,
NikkoHi advteksol,
Thanks for giving us admin access, the reason for the issue is the large padding in left and right area of the column.
To fix it, I have set your 1/1 Column to have a Custom CSS Class main-column
Then in Enfold > General Styling > Quick CSS, I have added this code:@media only screen and (max-width:479px) { #top .main-column { padding: 0 !important; } }
Please review your site.
Best regards,
NikkoHi admin3prime,
If you have a custom header.php and footer.php file on your child theme then they need to be re-adjusted.
If you’re having a hard time with it then please give us temporary admin credentials for your website as well as FTP access (or you can setup a staging site where we can work and adjust the child theme)Best regards,
NikkoHi navindesigns,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Createve_Solutions,
Since you have this code in your Quick CSS:
#main a > strong { color: #2997ab!important; }
you can add a code like this for the hover color:
#main a:hover > strong { color: blue !important; }
Just change the color as you see fit.
Hope it helps.Best regards,
NikkoMay 16, 2022 at 8:46 am in reply to: Re-sized thumbnails / images are not correctly created by Enfold #1351904Hi giaguaro72,
Please go to Enfold > Performance, then disable Responsive Images.
Let us know if this helps.Best regards,
NikkoHi navindesigns,
I have added this CSS code in your Quick CSS:
#header_meta .container { max-width: 100%; padding: 0 90px; } #top #header_meta .social_bookmarks { margin: 0; }
Please review your site.
Best regards,
NikkoHi DynamoGymnastics,
Go to Appearance > Widgets.
You should be able to see them under Footer – Column 1 (1 to 4).
Hope this helps.Best regards,
NikkoHi navindesigns,
I have removed the last code I gave you and added this CSS code in Quick CSS:
#header #avia-menu > .current-menu-item > a > .avia-menu-text { border-bottom: 2px solid #d88f28; padding: 8px 0; }
Please review your site.
Best regards,
NikkoHey navindesigns,
Please try to add this CSS code in Quick CSS:
#top #wrap_all #footer .social_bookmarks li a:hover { color: black; }
Just change the color.
Hope it helps.Best regards,
NikkoHey navindesigns,
Please try adding this CSS code in Quick CSS:
#header .current-menu-item .avia-menu-fx { display: block; }
Best regards,
NikkoHi navindesigns,
Is this issue already fixed?
I can’t seem to see the issue on my end.Best regards,
NikkoMay 10, 2022 at 11:51 am in reply to: Masonry Gallery "Display Load More Button" is no longer working #1351147Hi Eric,
Thanks for giving us admin access and I apologize for the delayed response.
This is now fixed on the page, it is working properly without any issues however the 1/1 column had a -200px bottom margin which causes the footer to go up and cover the Load More button.Best regards,
NikkoHi Vera,
Yes, please try to add this CSS code as well:
#top .avia-post-nav:hover { width: 280px; } .avia-post-prev .entry-info { margin: 0 1px 0 36px; } .avia-post-next .entry-info { margin: 0 36px 0 1px; }
Best regards,
NikkoHi finchkelsey,
I just tested this out on the latest version (4.9.2.3) and it still works.
Can you tell us if you have the following things on your child theme:
1. avia_include_shortcode_template function is added in your functions.php file, if not then grab the code here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
2. Make sure that portfolio.php is located under this folder directory: enfold-child > shortcodes > portfolio
3. Make sure that portfolio.php in (line 1128) code is using this code:$output .= ! empty( $excerpt ) ? "<div class='grid-entry-excerpt entry-content' " . avia_markup_helper( array( 'context' => 'entry_content', 'echo' => false, 'id' => $the_id, 'custom_markup' => $custom_markup ) ) . ">".do_shortcode($excerpt)."</div>" : '';
If all of the things listed are already done and it’s still not working and the shortcode is verified to be working, then please create a new thread and give us temporary admin login credentials and put it in private content (since it is only visible to the moderators and thread creator) so we can check further on the issue.
Best regards,
NikkoHi Tanja,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jensarnep,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Mike,
Create a page and use the Avia Layout Builder.
Create 1/5, 3/5 and 1/5 columns respectively (you can use different columns as you see fit)
On both 1/5 columns add a Widget Area (under Content Elements) and your contents to the 3/5 column.
In the widget area you should be able to select which sidebar you want to use.
Hope it helps.Best regards,
NikkoHi Jenny-NBPT,
I see, can you give us a screenshot on your end when you select the button on the Layers panel?
Best regards,
Nikko -
AuthorPosts