Forum Replies Created
-
AuthorPosts
-
Hi ugnju,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi m s,
Try adding this CSS code and just change the font size value:
#top #wrap_all .av_one_fifth .bloglist-simple .post-title { font-size: 16px; }
Hope this helps.
Best regards,
NikkoHi Elena,
Have you imported parent theme options?
The instructions are on this section: https://kriesi.at/documentation/enfold/child-theme/#toggle-id-4Best regards,
NikkoJune 3, 2022 at 4:48 am in reply to: How to get a blog that looks like the blog on the Enfold Restaurant Demo #1353979Hi,
@BrendanG just let us know if you still need further assistance.
@Guenni007 thanks again for helping out :)Best regards,
NikkoHey Ivana,
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 enoversum,
We are happy that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Veronika,
I have added this CSS code in Enfold > General Styling > Quick CSS and it fixes the issue:
#top #header .social_bookmarks li a { font-size : 18px; } .av-hamburger-box { width : 30px; } .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after { height : 4px; } .av-hamburger-inner::after { bottom : -10px; } .av-hamburger-inner::before { top : -10px; } .html_burger_menu_active #top #wrap_all .menu-item-search-dropdown > a { font-size : 35px; }
Please review your site.
Best regards,
NikkoHi nine2ten,
We are happy to hear that :)
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi ugnju,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width: 990px) { .dyk-table tr { display: table-row; } .dyk-table td { display: table-cell; } }
Best regards,
NikkoHey slikslok,
You can change those inline styles by targeting the element then after the value add !important
Hope this helps.Best regards,
NikkoJune 2, 2022 at 5:02 am in reply to: widget sidebar styles to match automatic sidebar styles #1353843Hi epkdesign,
You can use this CSS selector to target the current/active page:
.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a
Hope it helps.
Best regards,
NikkoHi Elena,
There’s a way however the read more button is not really necessary since the whole article is linked.
Here’s how you can limit the length of the summary (it includes adding read more button for visual purposes), just add this at the bottom of your child theme’s functions.php file:add_filter("avf_masonry_entry_content", function($content, $entry, $atts) { $length = 16; $more = "… <span class='avia-button avia-size-small av-masonry-read-more'>Read more</span>"; $content = wp_trim_words($content, $length, $more); return $content; }, 10, 3);
Just change the length from 16 words to other number as you see fit.
Best regards,
NikkoHi Veloryana,
Try to change break-all to break-word, the code should look like this:
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { word-break: break-word; }
Best regards,
NikkoHi daves1997,
It did not work because the greater than symbol > became & g t ; (without the spaces).
As for the shellstar logo showing for few seconds is because it is set as a preloader.Best regards,
Nikko-
This reply was modified 3 years, 2 months ago by
Nikko.
Hi dondela,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJune 1, 2022 at 10:57 am in reply to: How to get a blog that looks like the blog on the Enfold Restaurant Demo #1353708Hi BrendanG,
Thanks, I have checked on the resource page and it is really different, however, if I check on your blog page it does look similar although the layout is a bit different since the main menu is set as a sidebar and not on top as a header. Did you set the resource page Blogpost element to have similar settings as the blog page?
Best regards,
NikkoHi m s,
For the Bloglist with hidden arrow icons, you can reduce the size of the font to fix the issue.
As for tag buttons, it seems you are attempting to use them in a page which unfortunately will not work.
You’ll need to use a Post and not a page for it.Best regards,
NikkoHi mattb1169,
It seems you are still using Enfold 4.8.3, can you update it to the latest version (4.9.2.3)? and see if it helps.
Please make a backup first before updating your site.Best regards,
NikkoHi Shari,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi ErikHaagensen,
Thanks for giving us the link to your site.
Is this already fixed? I have checked it and I don’t see the issue even if I adjust the browser width/window to < 755px, but I do see the content misaligned at 768px - 989px which can be fixed by adding this CSS code:@media only screen and (min-width:768px) and (max-width:989px) { .html_boxed #main { overflow: visible; } }
Best regards,
NikkoHi Andrea,
Thanks for contacting us!
In the WordPress Dashboard, go to Enfold > Demo Import > hover over the image of the demo you want to use and click Click to import button.
Hope it helps.Best regards,
NikkoHi daves1997,
Please add this CSS code as well (just change the value of padding-top as you see fit, default value is 50px):
#top .container > .content { padding-top: 20px; }
Best regards,
NikkoHi jkos,
Yeah I agree as well, no standards for it yet unfortunately.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi dvalansi,
We are happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Franz,
Yes, it’s possible to move individual widgets using margin however it may ruin the layout.
Can you give us a mockup or screenshot of what you’re trying to achieve then we’ll give you the appropriate CSS code for it.Best regards,
NikkoJune 1, 2022 at 4:51 am in reply to: How to get a blog that looks like the blog on the Enfold Restaurant Demo #1353658Hi BrendanG,
Can we request a link to your blog page? you can post it in private content.
Best regards,
NikkoHi Elena,
We have modified your Blog page and made it two columns so it should look more like Health Coach’s blog.
In order for it to look better, you’ll need to upload a featured image with equal height and width (preferred width and height is more than 705px).
Please review your site.Best regards,
NikkoHi Julian,
Please follow Guenni007’s solution.
@Guenni007, thanks for always helping out :)Best regards,
NikkoHi aron8778,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Arantza,
You can use this CSS code, this code applies to the 2nd column (just change 2 to other number if you want to target other columns):
#footer .flex_column.av_one_fourth:nth-child(2) { border-right: 1px solid #fff; padding-right: 20px; }
Hope this helps.
Best regards,
Nikko -
AuthorPosts