Forum Replies Created
-
AuthorPosts
-
Hi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function my_search_form($html) { return str_replace('Cerca', 'Search', $html); } add_filter('get_search_form', 'my_search_form');
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please use a child theme and apply this code to functions.php file of your child theme.add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; }
Best regards,
MikeHey Andrea,
Sorry we don’t have that yet. But it looks like you are using the layout builder for your posts, couldn’t use use the element you wanted on that page?Best regards,
MikeHey jayfarr1982,
I didn’t see a strike though the menu, please see screenshot in Private Content area.
Can you please add a screenshot to point out how you see it?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Ok, I changed it back, is there anything else we can help with today, or shall we close this then?Best regards,
MikeHey bcdcosmetici99,
There is an error in your cache plugin causing the css for the sidebar to make it 100% width over the top of everything else. Try disabling your plugin and clearing the cache of the site.Best regards,
MikeHi,
All could be issues. Shall I undo the changes?
When blog posts are made with the layout builder they will not show excerpts in the blog element, to show the excerpts you will need to add a manual excerpt, yet the manual excerpt will not show images.
It is recommend to use the default editor for blog posts.Best regards,
MikeHey tmputnam,
Do you have some custom css code like this:.slideshow_align_caption { top: -200px
or a setting in the slider that is -200px ?
instead of a pixel height try a percentage.Best regards,
MikeHi,
That element doesn’t have a collapsed state like the accordion.
I tested using “display:none” on the first tab but the footer then fills the page and there would not be a way to then display the first tab at all on click.Best regards,
MikeHi,
When blog posts are made with the layout builder they will not show excerpts in the blog element, to show the excerpts you will need to add a manual excerpt.
But I found a workaround, first Enable Avia Layout Builder Debug with this code to the end of your functions.php file in Appearance > Editor://set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Then build your post with the layout builder and save, then copy the shortcode from the debugger area and switch to the default editor and paste the shortcode in the “text tab” not the “visual tab”, then update/save.
The full post will show.
This is not suppose to work, but it seems to.
I did this for your first post to show you.
Please check & if you want me to undo the changes I will.Best regards,
MikeHi,
Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.Best regards,
MikeJanuary 7, 2018 at 6:03 pm in reply to: Enfold – Headers already been sent + cron.php Fehler #894400Hey bluerocker,
Do you mean tabs, as in these: https://kriesi.at/themes/enfold-2017/elements/tab-section/
Or accordion, as in these: https://kriesi.at/themes/enfold-2017/elements/accordion/Best regards,
MikeHey frederiksandgrav,
Try this code in the General Styling > Quick CSS field:.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #fff!important; } .header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .sub_menu li ul a { color: #fff!important; }
Best regards,
MikeHey Johannes,
Bitte versuchen Sie dieses CSS:.my-cta-box span a {color: red;} .my-cta-box span a:hover {color: orange;}
Bitte löschen Sie alle Cache-Plugins und Ihren Browser-Cache.
Best regards,
MikeHey tennetno,
Yes, that is normal for the WordPress 4.9.1 update, it is working correctly now.Best regards,
MikeHi,
I changed the Shop Description Color to:rgba(0, 0, 0, 0);
Please clear your browser cache and check.
Best regards,
MikeHi,
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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please try removing the code I gave you and try this:@media only screen and (min-width: 990px) { #header_meta { display: none !important; } #layer_slider_1 {top:-30px !important; } .html_header_top.html_header_topbar_active.html_header_sticky #top.tribe-events-page-template #main {padding-top: 90px!important; } }
Best regards,
MikeHi,
Here are two options, Try this code in the General Styling > Quick CSS field for a background-image:#top.page-template-default.page.stretched #main .container { background-image: url(https://residenzeparadiso.com/wp-content/uploads/2017/12/chaplet-2489637_1920.jpg); background-repeat: repeat; }
But if you want opacity on your image, try this one:
#top.page-template-default.page.stretched #main .container:before { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.2; background-image: url(https://residenzeparadiso.com/wp-content/uploads/2017/12/chaplet-2489637_1920.jpg); background-repeat: repeat; }
If you want this only on one page let us know and we can help add the page_id to the code.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) { li#menu-item-search {display:inline-block!important;} }
Best regards,
MikeHi,
It looks like your site was migrated from a localhost, the urls for many of the images are still pointing to the localhost and not your live site. Typically when migrating the tool will change the urls in the database, or you will need to use a search and replace tool to change them manually, such as Better Search Replace
Is this correct? How did you migrate?Best regards,
MikeJanuary 7, 2018 at 3:03 pm in reply to: Demo import probelm font-manager.class.php on line 488 #894344Hi,
I have created a zip file with all of the images from the gym demo in the Private Content area, please try adding them to your
\wp-content\uploads\2016 via FTP, I would have tried but I didn’t see a user login for your FTP, just url & password.
To be clear there are 3 folders /02/, /05/, /06/ and they go into the folder /2016/ in your /uploads/ folder.
Please clear any cache plugin and your browser cache afterward.Best regards,
MikeHi,
I believe that to use different shop banners for pages and categories you will need to use a plugin such as: Woocommerce Category Banner Management Please review the plugin video to see if this is what you had in mind.Best regards,
Mike -
AuthorPosts