Forum Replies Created
-
AuthorPosts
-
December 6, 2017 at 11:43 am in reply to: How to make a page invisible but not cancel the content #885507
Hey 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,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top #wrap_all .avia_mega_div ul,#top #wrap_all .avia_mega_div ul a { color: #000!important; background-color: #fff!important; }
Best regards,
MikeHey projectt_co_uk,
Please go to Appearance > Widgets and create a new widget area and then go to Appearance > Editor and edit functions.php file and add following codeadd_action('ava_before_footer','avia_above_footer'); function avia_above_footer(){ dynamic_sidebar( 'test' ); }
replace “test” with the name of your newly created widget area
You can then use the html widget to add your content and we can assist with css to match the size and background color.Best regards,
MikeHi,
Seems your issue is when using columns with “Equal height” setting and nesting columns inside these columns. This breaks the HTML div’s the closing div needed for Equal Height is missing. A workaround is to switch the last one to “Individual Height” setting.
The dev team has a fix where we need to edit 3 files via FTP.
Please include your FTP login in the Private Content area.Best regards,
MikeDecember 3, 2017 at 11:14 pm in reply to: ERROR "not entitled to view previews" on my shop pages – #884459Hey Itty,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I’m not sure if I’m looking at the correct element, please see screenshot in Private Content area.
Please include the url to the page in question so we can take a closer look.Best regards,
Mike -
AuthorPosts