Forum Replies Created
-
AuthorPosts
-
June 15, 2017 at 3:37 am in reply to: Retreving Post Meta when using Advanced Layout Builder for blog posts #808367
Hi,
Glad to hear, we will close this now. 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,
MikeHey shalenie,
This is a function of your mail program or FB, they are using Google or Bing to get the info.Best regards,
MikeHi,
I can see the drop shadow working now, please see in Private Content area :)Best regards,
MikeHey mcraig77,
Try this code in the General Styling > Quick CSS field:.s1 {font-size: 18px !important; }
adjust to your liking :)
Best regards,
MikeHey pathaug,
This is happening because your site has the image listed as two different urls, one is good, the other is a 404 file missing error.
Please see the Private Content area and notice the sum-domain “staging” in missing from the 404 error image.Best regards,
MikeJune 15, 2017 at 2:58 am in reply to: Menu cut off in top right, past issue solutions not working #808355Hi,
Try this code in the General Styling > Quick CSS field:#top .main_menu .menu>li:last-child>a { padding-right: 13px!important; }
Best regards,
MikeHey nickgin,
Please include the url to the pages in question so we can take a closer look.Best regards,
MikeHey stanbrid,
Please go to Enfold->Header->Mobile Menu and select to show the mobile menu for tablets as well.
Or you can use the following CSSin the General Styling > Quick CSS field:@media only screen and (max-width: 1024px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important;} }
Adjust the value 1024 to the pixel value of your liking.
Best regards,
MikeHi,
I was able to test your site and found your font is giving a 403 error (Forbidden). This is in all browsers, you probably saw the font in Chrome via your cache.
/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/
You will need to check your File Permissions (chmod). Here’s info for cPanel:
http://www.inmotionhosting.com/support/website/managing-files/change-file-permissions
Or check your .htaccess file to ensure your not blocking the folder.Best regards,
MikeJune 15, 2017 at 1:41 am in reply to: Secondary menu dropdown and submenus opening to the left #808342Hi,
Try this code in the General Styling > Quick CSS field:.sub-menu { left: auto !important; right: 0px !important; } .sub-menu .sub-menu { right: -150px !important; }
Please clear your cache: [http://www.refreshyourcache.com/en/home/] :)
Best regards,
MikeHi,
That’s great news :)
But for your new issue, the screenshot link is not working and your site seems to be down, can you please re-up?Best regards,
MikeHi,
I understand, lets try to recreate the error, Could you create a test sub-domain, install WP, and try to install Enfold.
When it don’t work, please link to the enfold zip you are trying to install (Dropbox or Drive, etc) so we can try and test the error.
Can you also tell us who is your host and any other info, all in Private Content area.
I know this is a lot of effort and time for you, but being able to see and debug the error will help us solve it :)Best regards,
MikeJune 15, 2017 at 12:58 am in reply to: Fullwidth Slider Button Positioning (Responsive Help!!) #808333Hi,
Glad to hear, we will close this now. 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,
MikeHey Timothy,
Have you compared the images that cause the issue and the ones that you use to replace/solve the issue? Perhaps it’s about size?
Perhaps the plugin author has seen this issue before and can explain better?
Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!Best regards,
MikeHey jelle,
I’ve not seen this before. I tested with the Google mobile tester and it passed: https://search.google.com/test/mobile-friendly?id=7JTEIcn7RqrPB9UG6eBXuQ
Try clicking the “submit to Google” link on that page & also the ask questions link. As this is a Google issue, they would be the best resource for a solution.
Please let us know what you learn :)Best regards,
MikeHi,
Great to hear it’s solved, I for one will be saving this solution in my bag of tricks :)Best regards,
MikeHey intrige,
I just realized that my IE11 was replaced with Edge, so the good news is it looks good in Edge. :)
Perhaps the plugin author has a fix to make their plugin behave in IE11, have you put in a request there?
Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!Best regards,
MikeJune 14, 2017 at 4:02 am in reply to: Secondary menu dropdown and submenus opening to the left #807743Hey lesargini,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeJune 14, 2017 at 4:01 am in reply to: WP Layerslider background image not full width after update Enfold theme 4.0.7 #807740Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Ric,
Perhaps this was it? https://kriesi.at/support/topic/fullscreen-slider-other-scroll-down-arrow/#post-417877Best regards,
MikeHey fabiomagliozzi,
If you built your page with the Advanced Layout Editor, you should keep using it to make changes.
But you can enable debug mode to reveal the shortcodes that make up the advanced layout editor. You just need to be careful editing the field and its contents because its directly saved in the database and if the data gets corrupted from a mistype or something like that it may not be recoverable.
Add the following to your functions.php to enable it://set advanced layout editor to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Best regards,
MikeJune 14, 2017 at 3:24 am in reply to: Fullwidth Slider Button Positioning (Responsive Help!!) #807722Hey erhabi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey adminaws123,
You can enable debug mode to reveal the shortcodes that make up the element in the advanced layout editor.
Add the following to your functions.php to enable it://set advanced layout editor to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Then you can copy the code that makes that button.
Please be careful editing the field and its contents because its directly saved in the database and if the data gets corrupted from a mistype or something like that it may not be recoverable.Best regards,
MikeHey gardenstateloans,
Please see: https://kriesi.at/support/topic/remove-blog-post-meta-info/#post-125037
Or you could try a plugin such as: https://wordpress.org/plugins/wp-meta-and-date-remover/Best regards,
MikeHey nicolechanphoto,
That is strange, we would need to have admin access to see what is going on with your Editor, but the good news is you could add your code in the Enfold Theme Options > Google Services > Google Analytics Tracking Code box, because this allows you to add code into your footer.
Or you could use a plugin suce as: https://wordpress.org/plugins/insert-headers-and-footers/ Or: https://wordpress.org/plugins/facebook-conversion-pixel/Best regards,
Mike -
AuthorPosts