Forum Replies Created
-
AuthorPosts
-
Hi,
Perhaps this will help, I created two header widget areas by adding this code to the end of my child theme functions.php file in Appearance > Editor:add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); dynamic_sidebar( 'header2' ); }
then in widgets I created the tow widgets, header & header2, I believe you tried this earlier. In the widgets I added the custom html elements.
These have the ID custom_html-2 & custom_html-3, your maybe different.
Then I added this code in the General Styling > Quick CSS field:@media only screen and (min-width: 768px) { #custom_html-2.widget_text { display: inline-block; left: 20%; padding: 0; top: 50px !important; } #custom_html-3.widget_text { display: inline-block; right: -70%; padding: 0; top: 50px !important; } .av_minimal_header #header_main .container { height: 50px!important; line-height: 50px!important; } } @media only screen and (max-width: 767px) { #custom_html-2.widget_text,#custom_html-3.widget_text { display: none !important;} }
Best regards,
MikeFebruary 1, 2018 at 12:05 pm in reply to: Enfold – Advanced LayerSlider only showing controls with php 7.2 #906241Hi,
Thanks for that, we will wait while the team attempts to reproduce the issue.Best regards,
MikeFebruary 1, 2018 at 12:01 pm in reply to: Layerslider shortcode displayed instead of beeing displayed #906239Hi,
I see the one on the home page works, yet on many other pages it doesn’t. Have you tried disabling your plugins? Do you have any third party shortcodes on the other pages that is not on the homepage?
Is your webhost using php v7?If these don’t help, 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.
Can we disable plugins for testing?Best regards,
MikeHey Monique,
Try adding this code to the end of your child theme functions.php file in Appearance > Editor:function add_custom_code(){ ?> <script> window.CMS = true; </script> <?php } add_action('wp_head', 'add_custom_code');
Best regards,
MikeFebruary 1, 2018 at 4:09 am in reply to: Enfold – Advanced LayerSlider only showing controls with php 7.2 #905978Hey joostdam,
I have not seen this, nor did I find it on the LayerSlider support site, I will ask the rest of the team to try to test and reproduce. Thank you.Best regards,
MikeHey ggagnon,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 989px) { .avia-animated-number.avia-builder-el-13 .heading.avia-animated-number-title { left: -11% !important; } }
adjust to suit.
Best regards,
MikeHey niallbyrne,
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) { p.form_element.form_element_third { margin-left: 33% !important; } }
Best regards,
MikeFebruary 1, 2018 at 3:12 am in reply to: Layerslider shortcode displayed instead of beeing displayed #905959Hi,
I see one in the footer, please see screenshot in the Private Content area.
Were is the second one to show?Best regards,
MikeHi,
Here is the All-in-One WP Migration files for the 2017 Demo in the Private Content area.
They are in a zip file that you will need to extract, one is the import, the other is the login info for after the import. Note that you will lose your current settings and content. Install this plugin: all-in-one-wp-migration
Read this All-in-One WP Migration tutorialBest regards,
MikeFebruary 1, 2018 at 2:56 am in reply to: Un-capitalise special heading in Color Section and Grid Rows #905957Hey Thomas,
For a uniform special heading please try this code in the General Styling > Quick CSS field:.av-special-heading-tag {text-transform: uppercase!important; }
adjust to suit between lowercase, uppercase, or none.
Best regards,
MikeHey gh03083,
Correction, please try Enfold Theme Options > General Layout > Boxed Layout
and this code in the General Styling > Quick CSS field:.boxed#top {width: 1380px !important; max-width: 1380px !important; }
Best regards,
MikeHi,
Sorry I don’t see another masonry on the homepage. Can you take a screenshot of it?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeFebruary 1, 2018 at 12:44 am in reply to: Author comments: how to redirect author name to about-me-page instead of archive #905925Hi,
Glad Ismael was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
In your custom css, it looks like your code is this:@media only screen and (max-width: 1130px) { .av-masonry-entry .av-masonry-entry-title { font-size: 9px!important; } }
Please try changing to:
@media only screen and (min-width: 766px) and (max-width: 1130px) { .av-masonry-entry .av-masonry-entry-title { font-size: 9px!important; } }
Please note that you are adding “and (min-width: 766px)” to your code, so it will stay the same for tablets and allow the default font size show for mobile.
Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 31, 2018 at 2:55 pm in reply to: What happens if I change from Small Business Flat Demo to some other demo? #905602Hey Bvff,
The pages will stay the same but your settings will be overwritten. What you can do is export your settings in Dashboard > Enfold > Import/Export and then import them again after doing the demo import.
A lot of posts, images, pages, and other content will be imported as well so it might be a chore deleting everything you do not need so please keep that in mind.If you want to change demos because you like the layout of the home page, we can post the shortcode to the page and you could create the page using Enable Avia Layout Builder Debug.
Best regards,
MikeHey carmen,
I believe that your slider is showing, Please see screenshot in Private Content area.Best regards,
MikeJanuary 31, 2018 at 1:17 pm in reply to: Demo Theme Enfold 2017 importiert – Anderes Demo Theme erscheint? #905548Hey isarcolor,
Ich glaube, Sie sagen, dass Sie das Speicherlimit in der functions.php-Datei angepasst haben, die nicht der richtige Ort ist. Diese Anpassungen werden normalerweise in der .htaccess-Datei auf Ihrem Server vorgenommen, aber jeder Server unterscheidet sich ein wenig. Ihr Webhost kann dabei helfen.
Vielleicht hat das den Fehler verursacht? Nachdem dies korrigiert wurde, versuche bitte, dein WordPress mit dem Plugin WP Reset, das oben auf der Demo-Importseite verlinkt ist, zurückzusetzen und versuche dann, das 2017 Demo erneut zu importieren.I believe you are saying that you have adjusted the memory limit in the functions.php file, which is not the correct place. These adjustments are typically done in the .htaccess file on your server, but each server is a little different. Your webhost can assist with this.
Perhaps this caused the error? After this is corrected please try resetting your WordPress with the plugin WP Reset, which is linked at the top of the demo import page, and then try importing the 2017 Demo again.Best regards,
MikeJanuary 31, 2018 at 1:00 pm in reply to: Size of Youtube Scripts – Performance – PageSpeed algo. change in Jul.2018 #905544Hi,
Sorry, no disrespect was meant, certainly a misunderstanding. I have forwarded.Best regards,
MikeHi,
Glad we could help. Thanks for your patience and Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Ok we have installed the demo and the child theme as requested. Please login and check.Best regards,
MikeHi,
OK, I was able to fix your child theme css, I had to clear the site cache and my browser cache a few times, so please try clearing your browser cache a few times too. I then added the custom files and functions.php code. Then I re-saved your home page icon-box & icon-list elements so they would work correctly. Please check the home page. Also check your other pages for icon-box or icon-list elements, if the title looks like code then open them in the editor and re-save, then save the page.Best regards,
Mike -
AuthorPosts