Forum Replies Created
-
AuthorPosts
-
Hey tdutkowski,
Can you give us a link to the page mentioned? so we can try to take a closer look and give some css codes that should help.
Best regards,
NikkoHi Henk,
Glad that we could help. :)
Also since the changes made is inside the enfold (parent theme) you’ll need to reapply it after a theme update.Best regards,
NikkoHi ariamedtour,
I have checked it and I think there’s a plugin that causes the issue/conflict.
I have tested the same thing on my end but I’m not getting the same result.
Also if you check on the page title it’s accurate “Page Not Found | Yoursite” but the content inside shows the contact us page.
Try to disable all your plugins and check then enable them one by one and check to know which plugin causes the problem.Best regards,
NikkoHi whdsolutions,
Glad that we are able to help :)
Feel free to create a new thread if you need more assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Henk,
For Popular, you can change the text in class-framework-widgets.php located in wp-content > themes > enfold > framework > php folder (line 1477):
echo '<div class="tab widget_tab_popular' . $add_class . '"><span>' . __( 'Popular', 'avia_framework' ) . '</span></div>';
For Comments, in the same file (line 1499):
echo '<div class="tab widget_tab_comments' . $add_class . '"><span>'.__('Comments', 'avia_framework').'</span></div>';
Hope this helps.
Best regards,
NikkoHey Gabri,
You’ll need to use a child theme first: https://kriesi.at/documentation/enfold/child-theme/
Then add this on the child theme’s functions.php:add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 9997, 2 ); add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 9997, 2 ); function avia_append_search_nav ( $items, $args ) { if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items; if(avia_get_option('header_position', 'header_top') != "header_top") return $items; if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu")) { global $avia_config; ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special"> <a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </li>'; } return $items; }
Best regards,
NikkoHi ariamedtour,
Can you try to flush out the cache from the plugin then disable the caching temporarily?
Caching might be causing some issues.Best regards,
NikkoHi original52,
Glad to hear that it’s all good :)
Feel free to create a new thread if you need more assistance.
Thanks you too for using Enfold and have a great day!Best regards,
NikkoHi Andrea,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Monique,
Thanks for sharing us your site :)
Looks great!Best regards,
NikkoHi original52,
I could not see the same issue.
I see normal text menu on ipad portrait/landscape and desktop and on mobile phone I see only the burger menu.
Try clearing the browser cache, it must just be a caching issue.Best regards,
NikkoHi whdsolutions,
I have added this inside the media query of Rikard’s code:
#header #menu-item-search { display: block; } #header #menu-item-search a { font-size: 24px !important; }
Let us know if you need further assistance.
Best regards,
NikkoJanuary 22, 2019 at 2:49 pm in reply to: Instagram widget not working and Removing "powered by Enfold WordPress Theme" #1057228Hi edge513,
I tried putting in the dummy account we used in the demo and it works fine.
The username I put in is in private content.Best regards,
NikkoJanuary 22, 2019 at 2:45 pm in reply to: Submenu Logo only in ONE Submenu and not in all Submenus #1057224Hi Jerome,
For the first sub-menu you can use this css code:
#top #header #menu-item-5424 .sub-menu { }
Let us know if this helps.
If it doesn’t please provide a screenshot or mockup of what you want to achieve, maybe we can suggest the css code that we need to use.Best regards,
NikkoHi dondela,
You can refer on this thread: https://stackoverflow.com/questions/19959569/event-tracking-using-google-universal-analytics
The only issue I can see with that is when that email link is clicked then it tracks it even when the user cancels sending the email.Best regards,
NikkoHi ariamedtour,
The 404 page is fixed.
I went to Enfold > Theme Options and change the 404 page to another page then cleared the cache.
Then set it back to the right 404 page and cleared the cache and it’s all good :)Best regards,
NikkoHi PinoSilvestre,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .single-product-main-image { width: 48%; margin-right: 2%; }
Best regards,
NikkoHi fanlokbun,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 22, 2019 at 2:03 pm in reply to: Add a line break in Element Label on the Contact Form #1057203Hi nogo1024,
Try adding this after the message:
< b r >
just remove the spaces and it should add the line break, then in Quick CSS add this:
#top .avia_ajax_form fieldset p br { display: block; }
Best regards,
NikkoHi compudean,
Glad to hear that. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Imaginacomm,
No, it doesn’t affect performance the only difference is the new block editor is disabled and the classic editor is enabled.
Best regards,
NikkoHi rstalfoort,
Glat that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi ingrandimenti,
Can you try to flush out the cache if you’re using a caching plugin?
Also try to clear your browser cache.Best regards,
NikkoHi hannelynne,
Glad that we are able to help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi bk28832,
Glad that it works now :)
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi OKEIwebbureau,
Glad that we are able to help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Veronika,
Glad that we could help you :)
Thanks again for using Enfold and have a great day!Best regards,
NikkoHi Mariie,
Try add this css code in Quick CSS (located in Enfold > General Styling):
#top .cart_dropdown_link span:before { content: '\e802'; }
Hope it helps.
Best regards,
NikkoHi hannelynne,
I think you’re using a Button Styled menu.
Go to Appearance > Menus > select your Main Menu > then expand Kontakt (click on the triangle on the upper right of the menu item).
Under Menu Style select Default Style then save.
Hope this helps.Best regards,
NikkoHey whdsolutions,
The code seems right, 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 a admin user and post the login credentials in the “private data” field.Best regards,
Nikko -
AuthorPosts