Forum Replies Created
-
AuthorPosts
-
Hi,
Yes that would be the right place, sounds like your error is from the new WP error checking function. Try making the change in cPanel, if you still have issues you can remove the code though cPanel afterward.Best regards,
MikeHi,
Sorry, I’ve been advised by senior members that this sale is over.Best regards,
MikeHey Angelo,
Please try#advanced_menu_toggle, #advanced_menu_hide {display:none!important;}
Best regards,
MikeDecember 7, 2017 at 4:13 am in reply to: I need the feautered image of post to be in mobile version too. #885885Hi,
Thank you for the video, but the point I was trying to make was that many of the screen sizes that your method produces are not used in real world devices. Such as your smallest 265px, to achieve what you want would take some extensive coding. But we can help you achieve screen sizes for devices that your visitors would be using, such as iPhones & Android, here is how your site would look on those devices:
Please see the video in Private Content area.
Thank you again, and I hope this helps.Best regards,
MikeHi,
Please explain in detail what custom css you are trying to apply to your site, also include a admin login in the private content area so we can take a closer look.
We will need to see your site and see why your child theme css is not being applied, or what conflicts are occurring.Best regards,
MikeDecember 7, 2017 at 12:37 am in reply to: How to make a page invisible but not cancel the content #885820Hi,
Glad to help, In your WP back end, when looking at your pages, and you hover over one of them you will see an option for “quick edit”, click that and look for “status” then click that drop down, and you will see 3 options, one is “draft” or “pending review” either will work.
Feel free to ask anything we can help with :)Best regards,
MikeHey Carmine,
When you add a child theme you will need to activate it as your theme. I’m assuming that you downloaded our child theme here
Note that if you have already built your site and are now adding a child theme you will need you export your theme setting from your parent theme so your stylings will show. Please see the link for a video about Moving to a Child Theme.Best regards,
MikeDecember 6, 2017 at 11:43 am in reply to: How to make a page invisible but not cancel the content #885507Hey inuit68,
You can change the page status to Draft or Pending Review, then it will not be seen publicly but you can access the page in your back end.Best regards,
MikeHey Nadlhy123,
Try adding this code to the end of your functions.php file in Appearance > Editor:function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); } add_action('after_setup_theme','avia_remove_main_menu_flags');
Best regards,
MikeHey Vlad,
Sorry, that feature is not available yet. You would need to remove the one slide from your slider.Best regards,
MikeDecember 6, 2017 at 11:17 am in reply to: Just purchased 2nd Enfold License: Issues uploading to wordpress #885491Hey mikejmellado,
Are you uploading the enfold.zip inside of the themeforest zip? If so this sounds like you may need to ask your host if the PHP ZipArchive Extension is enabled.
Also ask if your PHP setting are like these:
PHP Version: 7.0.x
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 50M
PHP Max Upload Size: 20MBest regards,
MikeHey scottmlogan,
I see that the menu is opening and closing on click in a jumping action, this looks like a conflict and I see you also have a error message in the console for a blackpulp widget. Please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. If you see a blackpulp widget, try disabling it also.Best regards,
MikeDecember 6, 2017 at 10:26 am in reply to: style and content changing of the area on top, over the header #885460Hi,
Try this code in the General Styling > Quick CSS field:#top.page-id-1729 .ls-overflow-visible { padding-top: 0px!important; padding-bottom: 0px!important; }
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:marquee {font-size: 20px!important; }
adjust the number to suit.
Best regards,
MikeDecember 6, 2017 at 4:58 am in reply to: I need the feautered image of post to be in mobile version too. #885341Hi,
Thank you for the video, the code I gave you was for mobile phones @ 425px width, I see now your going down to 375px. Please try this new code for both:@media only screen and (min-width: 393px) and (max-width: 426px) { .single-post .single-small.with-slider .small-preview { width: 360px!important; height: 360px!important; } img, a img { max-width: 360px!important; } .template-blog .blog-meta { margin-right: 0px!important; } } @media only screen and (max-width: 392px) { .single-post .single-small.with-slider .small-preview { width: 320px!important; height: 320px!important; } img, a img { max-width: 320px!important; } .template-blog .blog-meta { margin-right: 0px!important; } }
When testing please use the developer tools and choose between the two mobile sizes:
This is because the code is written with image sizes and not percentages needed to calculate every possible size.
Mobile phones come in mostly two sizes, 375px for older & smaller, 425px newer larger. Hope this makes sense.Best regards,
MikeHi,
Perhaps you have solved it or have cleared your site cache?
I see a red background with white fonts, please see screenshot in Private Content area.Best regards,
MikeHi,
I added the above code to your quick css, Please clear your browser cache and check.Best regards,
MikeHi,
Sorry for the late reply, for the background-color, Try this code in the General Styling > Quick CSS field:#custom_html-2.widget {background-color: yellow;}
For the donate button text:
#custom_html-3 .avia-button.avia-size-large { font-size: 20px!important; }
To line the footer text with the width of the page:
#custom_html-2 .custom-html-widget {padding: 0 50px; width: 1310px; margin: auto;}
For the hover animation, do you have a page that has your old setup in place? I’d like to check the code for animation.
Best regards,
MikeHi,
Upon closer looking, this patch has already been applied to v4.2
I’m asking the team to take a look at your issue, thank you for your patience.Best regards,
MikeHi,
I can’t link to it directly, but I took a screenshot for you.
Be sure to save a backup of the files, after the changes you will need to save the page again as “Individual Height”, the try setting “Equal height” and save.
Please see screenshot in Private Content area
Or you can use “Individual Height” for now until the next update.Best regards,
MikeDecember 4, 2017 at 11:58 am in reply to: Center Contents of Secondary Menu Above Main Menu? #884593Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 4, 2017 at 1:10 am in reply to: How do I remove this white space? Also how do we add a background? #884482Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 1440px) { #header_meta .container {width: 51% !important; } } @media only screen and (min-width: 989px) and (max-width: 1439px) { #header_meta .container {width: 71% !important; } }
Best regards,
MikeHi,
You could add the newsletter form to a widget in your header. Please try the following: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added the widget area.Best regards,
MikeHi,
We have addressed this in your other post, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, The new update solved many issues. Thank you for using Enfold.Best regards,
MikeDecember 4, 2017 at 12:30 am in reply to: How to get a normal menu/header NOT HIDDEN. Fixed! #884471December 4, 2017 at 12:28 am in reply to: How do I remove this white space? Also how do we add a background? #884470Hi,
To center the title Try this code in the General Styling > Quick CSS field:.postid-136 .container .av-content-small.units { width: 100%!important; } .postid-136 .content .post-entry-136 div.entry-content-wrapper { padding-right: 0px!important; }
For the space, Try this code in the General Styling > Quick CSS field:
.page-id-12 .flex_column .avia-slideshow { margin: 0!important; }
Best regards,
MikeDecember 4, 2017 at 12:14 am in reply to: Add Phone number in between logo and hamburger menu on mobile #884467Hey xtacx,
Please try the following: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added the widget area.Best regards,
Mike -
AuthorPosts