Forum Replies Created
-
AuthorPosts
-
July 29, 2018 at 12:14 am in reply to: Can't show show create date below title in a blog post #991000
Hey 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,
MikeHi,
Sure, add the custom id “af_social” to the section you want the social icons in, then add this Quick CSS:#af_social .av_font_icon { display: inline-block !important; } #af_social { text-align: center !important; }Best regards,
MikeHi,
Oh, I see. Please try this code in the General Styling > Quick CSS field:.container_wrap { border-top-style: none !important; border-top-width: 0px !important; }and for tables, please try:
table {border: none !important; } table {border-collapse: collapse !important;}Best regards,
MikeHey designyvr,
To adjust the padding of a color section, please enable: Enfold Theme Options > Layout Builder > Show element options for developers
then go to your color section and add a custom ID in the “For Developers: Section ID” box at the bottom of the element.
then add your custom css for the padding in the General Styling > Quick CSS field, like this:#custom_id { padding: 20px 30px !important; }The first number is for top & bottom padding, and the second number is for left & right padding.
We are happy to assist if you would like some help with some custom css to add padding.Best regards,
MikeHey Edgar,
Sorry our advanced layout builder is built into the Enfold theme, and doesn’t install as a plugin or work with other themes.
We do invite you to consider switching your theme to Enfold to enjoy our advanced layout builder.
Thank you.Best regards,
MikeHey frank,
Wir können mit etwas CSS helfen, die Farbe eines Menüelements zu ändern.
Bitte verlinken Sie auf das Menü und geben Sie an, welches Produkt und welche Farbe Sie möchten.
Empfehlen Sie auch, wenn Sie eine Schwebefarbe wünschen.—————
We can assist with some css to change the color of one menu item.
Please link to the menu and advise which item and color you would like.
Also advise if you wish for a on hover color.Best regards,
MikeHey Valinsy,
Please try this code in the General Styling > Quick CSS field:.phone-info { padding-top: 10px !important; padding-bottom: 0px !important; } .social_bookmarks { padding-top: 5px !important; padding-bottom: 0px !important; }Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field:#av_section_11 .av_font_icon { display: inline-block !important; } #av_section_11 .post-entry-12 { text-align: center !important; }Best regards,
MikeJuly 28, 2018 at 7:59 pm in reply to: H1 is a monospace lettertype instead of proportional lettertype #990961Hey FerryK,
I believe you are referring to the letter spacing, you can adjust it with css, like this example:
h1 {letter-spacing: 1px !important;}
with this you can use negative values also.Best regards,
MikeHi,
That is great news, it probably was just a caching issue, unless there is anything else we can assist with, shall we close this then?Best regards,
MikeHi,
Yes you can remove it as it will be loaded with the new function.Best regards,
MikeHey ExquisiteRetail,
To hide the header until the user scrolls down, I used the setting in the “layout” sidebar of the editor for “Header visibility and transparency”

To change the color of the header to gray, I added this code to your General Styling > Quick CSS field:.av_minimal_header #header_main, .av_minimal_header #header_meta { background-color: #D3D3D3 !important; }To change the menu colors, please see the settings at: Enfold Theme Options > Advanced Styling > Main Menu
For the text area across the slider, please provide an example of what text you want there. I believe you should be able to use the caption for the slider to show your text

and then we can add a overlay color to give it the same color as your example site.Best regards,
MikeHey ExquisiteRetail,
I assume that I’m going to the right site, please see Private Content area. Unfortunately I’m not able to login, please check.Best regards,
MikeHey Grant O’Neill,
Sorry about the confusion, we are currently upgrading the feature request system. I will point out that it needs a better notice. Please check back in a couple of weeks.Best regards,
MikeHey Moondreamer21,
I’ve taken a look at your homepage, articles page, and a post page, but I don’t see a white border. I must be looking in the wrong area. Please link to the right area for us. How wide is the border?Best regards,
MikeHey atifaijaz123,
You can add a custom class to the portfolio grid by going to Enfold Theme Options > Layout Builder > Show element options for developers and enable.
Then the custom class option box will show.Best regards,
MikeHey newki75,
Please add your comerso.js file in a js folder in your child theme, then enqueue it by adding this script to your child theme functions.php:// Register and enqueue scripts function my_custom_scripts() { wp_enqueue_script( 'comerso', get_stylesheet_directory_uri() . '/js/comerso.js', array( 'jquery' ) ); } add_action( 'wp_enqueue_scripts', 'my_custom_scripts' );it will then be loaded with your site in the footer.
You can read more about it here: How to add Custom JS or PHP ScriptBest regards,
MikeHey atifaijaz123,
You could have text and image in a lightbox using this solution
in this case you would create your lightbox popup inside of a code block element and open it with a link.
but instead of using the portfolio grid, you could use the masonry gallery to create your grid/gallery on the page and then each image has the option to open a different link on click which you could link to the lightbox.

Best regards,
MikeHey fattlco,
Please try this code in the General Styling > Quick CSS field:#scroll-top-link { border-radius: 50% !important; } #scroll-top-link[data-av_icon]:before { font-size: 30px !important; }Please adjust the font-size to suit.
Best regards,
MikeHi,
That’s great news! We will close this now. Thank you for using Enfold.Best regards,
MikeJuly 28, 2018 at 4:18 pm in reply to: Default Editor and Text editor in avia layout builder not working #990932Hey websevent_1321,
The wordpress default editor use tinymce, and on your site you are getting the error “Failed to load resource: the server responded with a status of 403 (Forbidden)” and “Uncaught ReferenceError: tinyMCE is not defined”
Try disabling your plugins.
I tried viewing some settings and received an error this I don’t have permission, if you are using a role editor or security plugin, or secured the admin folder with a .htaccess rule, this maybe the cause for the 403 error tinymce is giving.Best regards,
Mike -
AuthorPosts
