Forum Replies Created
-
AuthorPosts
-
Hi Mavone1,
Okay, just use this code, adjust the colors as you see fit:
#top #wrap_all .av-social-link-youtube:hover a { color: #a72b1d; background-color: transparent; } #top #wrap_all .av-social-link-instagram:hover a { color: #a67658; background-color: transparent; }
Best regards,
NikkoMarch 27, 2019 at 5:02 am in reply to: Easy Slider Removing Hover from Title, Description and Controls #1083378Hi MeghanNathanson,
Please add this css code as well:
#top.home #wrap_all .avia-slideshow .active-slide .avia-slide-wrap { display: block; }
Best regards,
NikkoMarch 27, 2019 at 4:58 am in reply to: Cannot block thumbnail featured image from displaying on post page #1083376Hi kdhillon,
Glad that it’s sorted out :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi hsanz,
Yes, please create a new thread.
Then post your login credentials there in private content (since it’s only visible to the moderators and the thread creator)Best regards,
NikkoHi Maureen van Goethem,
Try to use this code instead:
add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2); function avia_post_slide_query_mod($query, $params) { if( is_front_page() ) { $include = array(); $sticky = get_option( 'sticky_posts' ); $args = array( 'taxonomy' => $params['taxonomy'], 'post__not_in' => $sticky, ); $posts = get_posts( $args ); foreach($posts as $post) { $include[] = $post->ID; } $include = array_merge($sticky, $include); // convert values of the $include from string to int function sti($n) { settype($n, 'int'); return $n ; } $include = array_map("sti", $include); $query['post__in'] = $include; $query['posts_per_page'] = 8; $query['orderby'] = 'post__in'; // sort items based on the post__in value } return $query; }
Best regards,
NikkoHi greentea05,
Yes, it only for a single user.
I’m not sure if there are plugins that does that, but you can try to check wordpress plugins and search for instagram widgets.
Can you post the code that you used? and where you placed that instagram code?
You can put it in private content.Best regards,
NikkoHi hsanz,
The solution was in one of the links that was suggested by Victoria.
But this issue has already been patched in of the updates of Enfold.Best regards,
NikkoHi creativeopole,
I have already tested the code on my end and it works fine.
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
( do 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,
NikkoMarch 26, 2019 at 12:45 am in reply to: How to make the contact form submit button full width? #1082917Hey DROR,
I have checked this and it seems you have already done it.
Let us know if you need further assistance.Best regards,
NikkoHi Mavone1,
Can you try using this css code in Quick CSS, located in Enfold > General Styling:
.html_header_sidebar #top #header .social_bookmarks li a:hover { color: white !important; }
Best regards,
NikkoHi porotikos,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi danieloliverio,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi danieloliverio,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 26, 2019 at 12:35 am in reply to: display blog post category when using advance layout editor #1082908Hi Micheal0424,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Maureen van Goethem,
If you replace the 6 on this code to 8:
$query['posts_per_page'] = 6;
It should be changed to 8.
Do you still need sticky posts on https://www.kvtelstar.nl/nieuws/ ? or just on the frontpage?Best regards,
NikkoHi creativeopole,
Try adding this php code at the bottom of your functions.php:
add_filter('woocommerce_product_description_heading', '__return_empty_string');
Best regards,
NikkoMarch 25, 2019 at 11:42 pm in reply to: display blog post category when using advance layout editor #1082891Hi Micheal0424,
Try flushing out the cache.
This is what I see on my end (screenshot in private content)Best regards,
NikkoHi kylerollins,
Glad that we could help :)
Thanks for creating the staging site, it does give us freedom to do some troubleshooting.
Thanks also for using Enfold and have a great day!Best regards,
NikkoMarch 25, 2019 at 11:31 pm in reply to: display blog post category when using advance layout editor #1082884Hi Micheal0424,
You’re welcome :)
Go to Enfold > General Styling > Quick CSS, then add this css code:#top p.cat { display: inline-block; }
Best regards,
NikkoHi Kuba,
You’re welcome, we’re glad to help :)
Best regards,
NikkoHi MORTULGAAH,
This is the js file that you’re looking: wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > masonry_entries > masonry_entries.js.
Hope this helps.Best regards,
NikkoMarch 25, 2019 at 11:18 pm in reply to: Mobil color section image display issue – Background color instead of image #1082875Hi restube,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .av-equal-height-column-flextable .flex_column.av_one_half.first { margin-bottom: 0 !important; } }
Best regards,
NikkoMarch 25, 2019 at 11:13 pm in reply to: Default Editor and Avia displaying on the same page #1082870Hi finchkelsey,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi HeeHA,
Inside your WordPress Dashboard, go to Enfold > Advanced Styling > select Widget (then click on Edit Element button), then adjust the top and bottom padding.
Hope this helps.Best regards,
NikkoHi Linseed_Studio,
Please do this procedure:
- 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
( do 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 w4rpheus,
I tried to login using the credentials you gave however it doesn’t work, please check.
Best regards,
NikkoMarch 25, 2019 at 8:46 am in reply to: Move blog post date and author to the top of each post rather than after #1082575Hey Brady,
What blog layout are you using? maybe we can try help out with that.
Best regards,
NikkoMarch 25, 2019 at 8:44 am in reply to: Page is not showing my content + Layout Editor only showing h1 element #1082573Hi Phil,
We apologize for any inconvenience and thanks for understanding.
Thanks also for using Enfold and have a great day!Best regards,
NikkoHey heufti65,
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
( do 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 greentea05,
Have you tried using our instagram widget?
Best regards,
Nikko -
AuthorPosts