Forum Replies Created

Viewing 30 posts - 21,301 through 21,330 (of 35,226 total)
  • Author
    Posts
  • in reply to: Custom Category icon at blog post title #1108485

    Hi,
    Sorry for the late reply, you can add icons to the end of your masonry titles with css like this:

    h3.av-masonry-entry-title:after {
      content: url(https://png.icons8.com/color/20/ffffff/usa.png);
        display: inline-block;
        padding-right: 10px;
      }

    just adjust the icon url above.
    you can also show a different one for each of your post types or category by adding the unique class for those items before the other classes in the css above.
    Please let us know if there is anything else we can assist with.

    Best regards,
    Mike

    in reply to: Transparent table with quick css entry #1108478

    Hey salveglobal,
    I took a look at your site and I believe the css in your Quick CSS was created for a pricing table, and not for the table on your homepage “Formulas to stay”
    To make the table and borders transparent Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .main_color tr:nth-child(odd),
    #top.home .main_color tr:nth-child(even) {
        background: transparent !important; 
    }
    #top.home .main_color tr, 
    #top.home .main_color td,
    #top.home tr th:first-child, 
    #top.home tr td:first-child,
    #top.home tr:first-child th, 
    #top.home tr:first-child td {
    border-color: transparent !important;
    }

    Best regards,
    Mike

    Hi,
    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #footer .flex_column {
        margin: 0;
        margin-bottom: 20px;
        width: 100% !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Center socket on mobile only – part 2 #1108466

    Hey kellyCraftMedia,
    Sorry this happened, I was able to re-open your other topic and posted a possible solution.
    Let’s continue in the other thread.

    Best regards,
    Mike

    in reply to: Center socket on mobile only #1108465

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 500px) { 
    #socket > div {
    width: 65% !important; 
    max-width: 65% !important; 
    }
    #socket .avia3-menu {
        width: 85% !important; 
        margin: auto !important; 
    }
    #socket .avia3-menu li {
    padding-bottom: 2px !important;
    }
    }

    Best regards,
    Mike

    in reply to: Footer background image #1108458

    Hey red2design,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #footer {
        background-size: contain !important; 
    }
    }

    Best regards,
    Mike

    Hey bruwa,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #section-container-width {
    background-size: cover !important; 
    }
    

    Best regards,
    Mike

    in reply to: LayerSlider customization bug #1108449

    Hey f.giorgini,
    Sorry for the late reply, glad to hear you were able to create a solution, but can you link to a copy of your layerslider_after_slider_content function so we can try to recreate the issue?

    Best regards,
    Mike

    in reply to: Prograss Bar Values with Comma or Points #1108443

    Hey P4K,
    Sorry for the late reply, thanks for the shortcode and the link to your site. I have investigated this on my localhost and found that if you add a non-breaking space to the end of your number it will move the comma over one space, but the progress bar then fills out completely, as if the number is 100%.
    Unfortunately the element only works will whole numbers, and I don’t see an easy way to adjust this without quite a bit of re-writing of the element, which is more than we can do here.
    If you really want this customization, we can recommend Codeable for their experience and expertise with Enfold. Please follow the link to discuss your project and time frame with them.

    Best regards,
    Mike

    in reply to: Heading font colours #1108438

    Hi,
    Glad Nikko was 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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    When I look at your current questions now, I don’t see one that is related to the sub-menu.
    When I look at your padding it seems average, but this css should help:

    @media only screen and (max-width: 767px) { 
    #top > div.container_wrap.container_wrap_first.main_color.fullsize > div {
    padding: 0px !important;
    }
    }

    Best regards,
    Mike

    Hey m_reiprich,
    Thank you for the links, instead of using and iframe or widget how about creating a shortcode for this Masonry gallery?
    Then you could just use [our_supporters] to display the element
    Here is an example, Try adjusting the shortcode in this code to your Masonry gallery and add it to the end of your functions.php file in Appearance > Editor:

    // our supporters shortcode = [our_supporters]
    function supporters_sc( ){
    	return do_shortcode('[av_font_icon icon="ue889" font="entypo-fontello" size="20px"][/av_font_icon]');
    }
    add_shortcode( 'our_supporters', 'supporters_sc' );

    Just replace:

    [av_font_icon icon="ue889" font="entypo-fontello" size="20px"][/av_font_icon]

    with the shortcode you want to use.
    Please let us know if we can assist further.

    Best regards,
    Mike

    in reply to: Unwanted White Space Below Fullscreen Slider (2) #1108412

    Hey Jan,
    Thank you for the login, I examined your page and the \enfold\config-templatebuilder\avia-shortcodes\slideshow_revolution.php and found line 126 could be edited to change the ID
    look for:

    $params['id'] = "layer_slider_".( avia_sc_revolutionslider::$slide_count );

    change to:

    $params['id'] = "revolution_slider_".( avia_sc_revolutionslider::$slide_count );

    Please try to make this change via ftp to see if it helps, if so then we can create a child element for you and submit it to the dev team for review to include in an update.
    If you wish I can help edit the file if you include ftp access in the Private Content area.

    Best regards,
    Mike

    in reply to: Do not show Cookie Banner in a WebView #1108406

    Hey Michael,
    I believe this javascript will help you. It looks like the javascript is added to your webview app instead of your site.

    Best regards,
    Mike

    in reply to: parts disappear on the product page #1108397

    Hey Sebastiaan,
    Thank you for the video, so what is happening is that products created with the standard editor show the default product page with the default elements, but products created with the Advanced Layout Builder do not show these elements because it’s designed to give you a blank canvas to create with, and you will need to add the elements manually.
    Please also note that the builders are not meant to be interchangeable, that is editing your pages with a different builder each time can cause lost or missing elements or other errors.

    Best regards,
    Mike

    in reply to: Custom sidebar for category #1108393

    Hi,
    I recommend installing the plugin Widget Options, this will allow you to add a widget to your “archive” sidebar and only show it on certain categories.

    Best regards,
    Mike

    Hey Dameon,
    Please try creating a new widget area following these steps.
    The widget area will be 100% width, as so will your widgets in it.

    Best regards,
    Mike

    in reply to: Instagram Feed in Footer #1108387

    Hey Brianne,
    To remove the padding on the right, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer > div {
        max-width: 2000px !important; 
        padding-right: 0 !important; 
    }

    I tried to rotate the Instagram widget title or insert a new title reading up & down, but it doesn’t work well.
    Unfortunately our Instagram widget doesn’t offer showing a caption or title below the images, this could be possible but it would require some time to customize and it’s a bit out of our scope.
    But if you really want this done we can recommend Codeable for their experience and expertise with Enfold. Please follow the link to discuss your project and time frame with them.

    Best regards,
    Mike

    in reply to: Featured Image Search Results (Follow Up) #1108370

    Hey Diana,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .search-result-image img {
        width: 100px !important; 
    }

    Please feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Product slider with add to cart buttons #1108369

    Hey PIW,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 10 );

    This will add the button to your product slider then we can assist with some css.

    Best regards,
    Mike

    in reply to: pages__trashed/ #1108361

    Hey Benjamin Mcavoy,
    Thanks for the login, Please explain what steps you are doing when this occurs.
    Please login to your support account and start a new thread with the login info and the steps so we can try to recreate the issue.

    Best regards,
    Mike

    Hi,
    For the author, please try this css:

    #top span.blog-author.minor-meta {
    display: none !important;
    }

    I’ve been reminded that it helps other people when searching and mods when assisting, if we keep each thread under two pages and within a single issue. As the submenu issue has been solved, please open a new thread for your next issue.
    Thank you for your understanding.

    Best regards,
    Mike

    in reply to: Mix and Match does not count with Enfold theme #1108358

    Hi,
    Please try checking the checkbox at the very bottom of the performance page that says “Delete old CSS and JS files?” and save the settings. Then go to your Quick CSS and add a blank space and save, then go back to your performance page and try enable the merging again.
    This assumes there is an error in your merged files and we want to rebuild them.
    Another possibility is that you have another plugin that is minifying the files a second time causing errors. Autoptimize does this sometimes, among others.

    Best regards,
    Mike

    in reply to: Hamburger Menu not showing up on mobile #1108354

    Hi,
    Please see below.

    Best regards,
    Mike

    in reply to: Hamburger Menu not showing up on mobile #1108353

    Hi,
    I’ve been investigating and am still working on this, but ask that you include ftp access in the Private Content area.

    Best regards,
    Mike

    in reply to: how to increase thumbnail size image for watchlist #1108323

    Hi,
    Thank you. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    div ul.product_list_widget li img {
        width: 100px !important; 
    }

    This makes the images 100px high, please feel free to adjust to suit.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Problems on Pages with Sidebar #1108148

    Hi,
    Thank you, I found the issue is from the HTML widget of the full-width green button.
    I moved it to the “un-used” widget area, you can move it back if you wish.
    Please see the blog page, this is correct now?

    Best regards,
    Mike

    in reply to: Alt for transparent header image #1108137

    Hi,
    Very good we will keep this open to keep you updated.

    Best regards,
    Mike

    in reply to: how to increase thumbnail size image for watchlist #1108133

    Hi,
    Sorry for the late reply, thanks for the login, but I couldn’t find the element in your screenshot “watchlist” to examine closer.
    Please link to it directly.

    Best regards,
    Mike

Viewing 30 posts - 21,301 through 21,330 (of 35,226 total)