Forum Replies Created
-
AuthorPosts
-
July 29, 2018 at 6:26 pm in reply to: Failed to load plugin: media from url domain/wp-includes/js/tinymce #991156
Hey HexaG,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey millend,
Please include the url to the table in question so we can take a closer look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Thanks for the details, I do see it in your screenshot now. But I couldn’t recreate it in my browsers at full screen. I also try dragging my browser across two screens to make in very large.
I checked in Chrome, Firefox, Edge & IE11.
But on a hunch I’m going to suggest this css in your WordPress > Customize > Additional CSS, because it will take precedence.#top.home .avia-layerslider .ls-wp-container { margin: 0px !important } #top.home .ls-wp-container,#top.home .ls-wrapper.ls-bg-wrap { background-color: #000 !important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
The default demo doesn’t include all of the images like the other demos do
if you would like to start with more complete demo, and you are going to build a one page site, I would suggest one of the others.If we reset, you will lose your current content and settings.
I tested the ftp and was able to login, but remember a issue with TsoHost in the past, but I’m sure we can get the demo installed for you. Would you also like to have a child theme installed?
Just let us know if you want to continue with the reset and which demo you would like.Best regards,
MikeJuly 29, 2018 at 4:46 pm in reply to: Can't show show create date below title in a blog post #991095Hi,
I was not sure if you wanted the tags also moved, so this code leaves it in place.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_move_date_script(){ ?> <script> jQuery(window).load(function(){ jQuery( '.post-entry' ).each(function() { jQuery( this ).find( 'span.post-meta-infos' ).insertBefore( jQuery(this).find('.av-vertical-delimiter') ); }); }); </script> <?php } add_action('wp_footer', 'custom_move_date_script');
then add this code in the General Styling > Quick CSS field:
#top.single-post span.post-meta-infos { margin-top: 0px !important; padding-top: 0px !important; } #top.single-post span.av-vertical-delimiter { display: none !important; }
Please see screenshot in Private Content area.
Best regards,
MikeJuly 29, 2018 at 4:22 pm in reply to: H1 is a monospace lettertype instead of proportional lettertype #991082Hi,
Glad to hear that it helped. Without looking, I’m not sure why this happened, but I have seen some plugins setting css rules using the “*” which tends to effect other elements, and I’ve seen minifying plugins that cause odd issues with their aggressive space saving techniques.
But glad it’s solved now, shall we close this then?Best regards,
MikeJuly 29, 2018 at 2:38 am in reply to: Certain pages formatting changes, can't save and it goes to text editor #991014Hey radnerreyes,
I see that your page is giving the js error: “Uncaught ReferenceError: jQuery is not defined”
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey karowebdesign,
Please check if Enfold Theme Options > Burger/Mobile Menu > Clone title menu items to submenu is set to “Create a clone for the title menu item”Best regards,
MikeHey karowebdesign,
Sorry, the versioning is a wordpress core function and it is only for pages and posts.
Is there a chance that a different menu was selected and your menu is in tact and just not selected?Best regards,
MikeHey LCCleworth,
Which demo do you wish to install, and which webhost are you using?
Can we reset your site and install it for you?
Please include FTP access in the Private Content area so we can assist.Best regards,
MikeHi,
Glad Rikard could help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey pistachiouk,
Which slider are you going to be using? Adding this css to your Quick CSS works with the easy slider:#socket { position: fixed; bottom: 0; width: 100%; }
Best regards,
MikeHi,
Sorry, I’m having trouble making out the issue in your screenshot, please draw a arrow on the image to point it out.
It’s not the slideshow control above the slideshow image is it?Best regards,
MikeHey Alexander,
I’m not sure which footer seal you are referring to, it seems that your footer items are already on all pages. Please include a screenshot of the item. You can use https://postimg.cc to post the image.
Please also include admin access to your site so we can assist.Best regards,
MikeHey webWahine,
Do you already have the button in the header? We can assist with moving it and the social icons to the left of the menu with some javascript.
Please link to the page so we can take a closer look.Best regards,
MikeJuly 29, 2018 at 12:14 am in reply to: Can't show show create date below title in a blog post #991000Hey pawder,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey takozzo,
This is because the menu item has no url. Typically on one page sites the link that is for the main url or #top is the one that is assumed for the page.
We can hide the it’s selection on the homepage if you wish. When going to any of it’s sub-menu pages it is also selected because it is the page’s parent, which is correct.
Would you like to have no menu items selected at the top of the homepage?Best regards,
MikeJuly 28, 2018 at 11:48 pm in reply to: [WOOCOMMERCE] Product Grid – Show attributes in excerpt #990997Hey aderal2016,
The only information I could find on this was doing so with woocommerce shortcodes[product_attribute attribute="color" filter="black"]
Perhaps the woocommerce support forum will already have this solution.
Best regards,
MikeHey tinderella,
Looking at the code above I would guess it is coming from the plugin that is adding the flag
“/wp-content/plugins/sitepress-multilingual-cms/”
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Andreas_BS,
If you want to place the no-follow only on external links, please turn on the custom CSS field for Advanced Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then add this custom class (rel-nofollow) to buttons you would like to have rel=’nofollow’ – http://i.imgur.com/KOaCgrv.png
and go to Appearance > Editor and open Functions.php file and add following code:function custom_class_rel(){ ?> <script> jQuery(window).load(function(){ jQuery('.rel-nofollow a').attr('rel','nofollow'); }); </script> <?php } add_action('wp_footer', 'custom_class_rel');
If this doesn’t work please try this instead:
function custom_class_rel(){ ?> <script> jQuery(window).load(function(){ jQuery( '.rel-nofollow' ).each(function() { jQuery( this ).find( 'a' ).attr('rel','nofollow'); }); }); </script> <?php } add_action('wp_footer', 'custom_class_rel');
Best regards,
MikeHey DianaLoola73,
Adding the page ID to your css will solve, please try this:#top.page-id-3313 .avia_ajax_form #avia_4_1 { width: 100px; height: 44px; padding top: 8px; }
Best regards,
MikeHi,
@ExquisiteRetail
I found a different thread of yours that pointed to another site, please see in the Private Content area.
But I’m not sure that it contains the issue you wrote about here, please include a screenshot so we are sure to be looking at the right issue. You can add a screenshot with https://postimg.ccBest regards,
MikeHi,
@mamaimam if I understand correctly, your current mobile menu was a full screen overlay, and your example site is a flyout menu.
I went to Enfold Theme Options > Main Menu > Burger/Mobile Menu > Menu Overlay Style and changed it to “Sidebar Flyout Menu (Classic)”
Please check that this is what you wanted.
I see your menu items are very large, so you will want to make them smaller.
If you have any more questions Please open a new thread so we can assist, as this is not your thread your login info will not be private here and I removed it for your security.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts