Forum Replies Created
-
AuthorPosts
-
Hi alliansohog,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi alliansohog,
The code is not working because there’s this text before it which makes it invalid:
Please remove it.
Best regards,
NikkoHi gidantrip,
I have tested the code and it works properly, please try to clear any cache if you have a caching plugin.
If it’s still not working, 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 Jak,
If template.css file is in the child theme then it should be safe to put it in there.
If not, then just leave it in Quick CSS.Best regards,
NikkoHi S.,
It seems you are using a custom plugin called Enfold Menu Plus, I think the js code needs to be adjusted for the two sites.
Best regards,
NikkoHi Gerben,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
.logo .st0 { fill: #231f20; } .logo .st1 { fill: #00aeef; }Best regards,
NikkoHey braymond64,
The issue with footer and socket not showing is because there were some changes in Enfold’s header.php and footer.php file, to fix this you’ll need to update the header.php of your child theme.
Hope this helps.Best regards,
NikkoHi ac1977,
I haven’t checked any video plugins however please try to check out this article, I hope it might help: https://blog.hubspot.com/website/best-wordpress-video-plugins
Best regards,
NikkoHi LoyalCustomer,
Thanks for contacting us!
That version of Enfold you are using is still using API Keys which is not allowed anymore by Envato/Themeforest since it is now using Private Tokens.
Please generate a private token first, further information and instructions can be found in our documentation: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Next, please install and use this plugin to update Enfold: https://www.envato.com/lp/market-plugin/
Hope it helps.Best regards,
NikkoFebruary 23, 2022 at 4:58 am in reply to: icon for mobile menu doesn not go back to stack of 3 black lines after opening #1341918Hi bearrockconcrete,
We’re glad that Yigit could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi vivify77,
We’re glad that Yigit could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoFebruary 23, 2022 at 4:57 am in reply to: Exporting/importing from one Enfold install to another #1341915Hi jaimemerz,
The featured images should also be included when importing/exporting, please check if the max upload size and max input time are sufficient.
Please check if these are met in Tools > Site Health > Info (tab) > Server:- Max_execution_time = 30
- Max_input_time = 60
- Post_max_size = 32M
- Upload_max_filesize = 32M
Best regards,
NikkoFebruary 23, 2022 at 4:50 am in reply to: Not able to update the theme and not able to edit pages on my website #1341912Hi Selsi21,
Thanks for giving us admin access.
It seems you have put the purchase code instead of a private token.
You can generate Envato’s private token here: https://build.envato.com/create-token/
Please check our documentation for the correct permissions as well as further information and instruction: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-tokenBest regards,
NikkoFebruary 23, 2022 at 4:45 am in reply to: Add a Custom field in the Masonry (post/blog list) element #1341911Hi Twohandsbrands,
Thanks for showing the solution that worked for you :)
I think it’s an excellent solution that uses a hook.Best regards,
NikkoHey grassifrancesca,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .av-masonry-entry:hover .av-masonry-entry-title.entry-title { text-decoration: underline; }Best regards,
NikkoHi alliansohog,
Please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: absolute; } .responsive #top #wrap_all .header_bg { background-color: transparent; } .responsive #top #wrap_all .av-logo-container { padding: 0 50px; } }Best regards,
NikkoHi Gerben,
Thanks, the logo and the brand logo seems to be using the same class which causes it to override the colors.
I have attached screenshots showing that both logo and brand logo are using the classnames .st0 and .st1.Best regards,
NikkoHi Veronika,
You can make it stick on top, if you enable Sticky Header in Enfold > Header > Header Behavior.
Hope this helps.Best regards,
NikkoHi Gerben,
I’m glad that you were able to fix it.
As for the logo, I can’t get to see it on my end and try to inspect what’s happening (I have posted a screenshot in private content on how it looks on my end).
It seems I can only see it if I’m logged in however the credentials don’t work anymore.Best regards,
NikkoHi Veronika,
This is invalid:
font-weight: 300px !important;just change it to:
font-weight: 300 !important;Best regards,
NikkoHi Joe C,
Yes, it only shows up when using the default editor.
To use it in the Advanced Layout Builder, please check this thread: https://kriesi.at/support/topic/add-related-post/Best regards,
NikkoHi Till,
1. By default links aren’t bold/strong, I added a CSS code to make it in bold text.
2. Mobile version:
– I can’t seem to find the quotes, also I get logged out everytime I move to the next page, can you give us a link where this happens? also link for headings that breaks the screen to the right.
– The footer doesn’t look aligned because of the length of the link, I just made it to one column, please check.
– As for the menu, I could verify the issue, would it be okay if we disable plugins?
– Strong text have different colors so it’s easier to identify them, you can change the color in Enfold > General Styling > Main Content > Primary Color.
3. You can have control over the Blog page, by going first to Enfold > Blog Layout > set Blog Layout to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page).
4. Does it happen only on a single page?Best regards,
NikkoHi envis,
Please replace the whole code with this, so it should target only the brand archives page:
add_action( 'woocommerce_before_shop_loop', 'add_brand_woocommerce_before_shop_loop', 5 ); function add_brand_woocommerce_before_shop_loop() { if (is_tax('product_brand')) { global $wp_query; $brand_id = $wp_query->get_queried_object()->term_id; $thumbnail_id = WC_Brands::get_term_meta( $brand_id, 'thumbnail_id', true ); $file_info = pathinfo( wp_get_attachment_url( $thumbnail_id ) ); if ( $thumbnail_id ) { if ( $file_info['extension'] === 'svg' ) { echo file_get_contents( wp_get_attachment_url( $thumbnail_id ) ); } else { $thumb_src = wp_get_attachment_image_src( $thumbnail_id, 'full' ); echo "<img src="{$thumb_src[0]}" />"; } } } }Best regards,
NikkoHi kristinoco,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Joe,
Related Entries are based on common tags, so just add a common tag between your posts and Related Entries should appear on your post :)
Hope it helps.Best regards,
NikkoHi Joe,
Go to Enfold > Blog Layout > Share Links At The Bottom Of Your Blog Post then enable Instagram, Twitter, LinkedIn and Email.
Hope this helps.Best regards,
NikkoHi Joerg Haustein,
Thanks for contacting us!
Yes, it’s possible but you’ll need to use a child theme for it.Best regards,
NikkoHi Carmen,
Thanks for contacting us!
You’ll need to have a valid Envato private token in order to update the theme to the latest version however, you can only generate it using the account that is used to purchase Enfold.
You can checkout how to generate the token here: https://kriesi.at/documentation/enfold/theme-registration/Best regards,
NikkoHey Joe,
Can you go to Enfold > Performance and disable CSS file merging and compression and Javascript file merging and compression?
Also, clear any cache if you have caching plugins.Best regards,
NikkoFebruary 18, 2022 at 7:39 am in reply to: How to display the icon list element horizontally #1341291Hey JeffBianchi,
Please add this on your Icon List’s Custom CSS: horizontal-icon-list (located under Advanced > Developer Settings).
Here’s a screenshot: https://imgur.com/NnCzltD
Then add this CSS code in Enfold > General Styling > Quick CSS:#top .horizontal-icon-list .avia-icon-list { display: grid; grid-template-columns: repeat(2, 1fr); }Best regards,
Nikko -
AuthorPosts
