Forum Replies Created

Viewing 30 posts - 8,371 through 8,400 (of 35,327 total)
  • Author
    Posts
  • Hi,
    To add a background image to the sub-menu like on the page you linked to, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #idf-submenu {
    	background-image: url(/wp-content/uploads/2023/04/Submenu-woodgrain-background.jpg);
    	background-repeat: no-repeat;
    }

    I see the font in your logo image but I don’t see a example on it on your site so I don’t know the name or if your site is loading it.
    Nonetheless here is an example of the css you could use to change the submenu font to Montserrat:

    #idf-submenu li a span.avia-menu-text {
    	font-family: 'Montserrat';
    }

    Best regards,
    Mike

    in reply to: Css adjustments in the single product page #1404528

    Hi,
    Thanks for the feedback I adjusted it to show on product pages and product categories with this: if(is_product() || is_product_category()) {…}
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Video Element Preview Picture is not showing. #1404525

    Hi,
    Thank you for your patience, this was a known issue and has been fixed in our upcoming release, please see our thread: enfold-upcoming-fixes <strong style=’color:#000′>fixed: ALB video element preview/fallback image not showing
    I created a test page on our test site to demonstrate and linked below.

    Best regards,
    Mike

    in reply to: Masonry Gallery – no images on tablet view #1404522

    Hi,
    Thanks for the screenshot and the link to your site, I tested in Safari v16.3 on a Mac v12.6.3 in Responsive Design Mode as I don’t have an iPad, as well as in Windows in Chrome, Firefox, & Edge emulating a tablet device and couldn’t recreate the missing images.
    Try checking if there is an update available for your iPad.

    Best regards,
    Mike

    in reply to: Cell/Column CSS Overwrite? #1404501

    Hi,
    Did you try the css I provided above?
    You can not edit the css in the Dynamic_Avia directory, you should ensure that your css has enough specificity to overwrite the css you want to overwrite.
    I believe that you will find this works because of its specificity

    Best regards,
    Mike

    in reply to: Gallery with Tabbed Content Slider #1404477

    Hi,
    For the down chevron icon I believe that you mean like this:
    Enfold_Support_1761.jpeg
    If so try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .portfolio-preview-title::before {
      content: "\e883";
      font-family: entypo-fontello;
      font-size: 40px;
      position: relative;
      top: 6px;
      display: inline-block;
      padding-right: 10px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Blog Style Business: ‘Read more’ + Square Gravatar #1404475

    Hi,
    Thanks for the feedback, I made an error in my explanation above, to use the ALB page “test-blog-list-style” for your “Blog” page you need to not choose a blog page in the theme settings, I corrected this for you. Then to have a “Blog” menu item remove the menu item “Blog” and then change the title of the menu item “test-blog-list-style” to “Blog” and then drag into place.
    Enfold_Support_1759.jpeg
    I see that you set the blog element to show “full content” correctly.
    Blog posts work best as “Classic Editor” posts, I adjusted your test post to demonstrate, please check.

    Best regards,
    Mike

    in reply to: Custom menu for products – style #1404471

    Hi,
    Glad to hear that this helped, but unfortunately creating a mobile burger menu will not be an easy task, you would be better off using a menu plugin, I recommend looking for one that will give you a shortage that you can add to the page where you want it to show. I have not tested any of these but here is a list of some free ones on WordPress.

    Best regards,
    Mike

    in reply to: Blog issues #1404470

    Hi,
    Thank you for your patience and the link to your site, I checked the heading Die Kapitalmärkte sind dynamisch – wir sind es auch. on your homepage and see the font is roboto, lighter as you wrote above. I checked on Windows in Chrome, Firefox, & Edge and they looked the same in all browsers.
    What browser version and OS is your client using, can you share a screenshot of what he is seeing?

    Best regards,
    Mike

    Hi,
    Can you link to the image you want to use as a background for the sub-menu and is there a font example on your page that you want to use?

    Best regards,
    Mike

    in reply to: White Screen of Death – when activating Enfold theme #1404448

    Hi,
    It would not be a licensing issue, when you updated the theme via FTP did you overwrite the parent “enfold” directory?
    Please try deleting the parent “enfold” directory and then upload a new one. When overwriting the parent directory old files with different file names may be left behind.
    If this doesn’t help please include FTP access so we can investigate and activate the enfold theme, typically when a theme error like this occurs you can change the name of the theme directory to force WordPress to default back to the WordPress default theme, is this how you have been doing it?
    I assume this is a testing domain so there isn’t anything we can break, correct?

    Best regards,
    Mike

    in reply to: center social media icon in footer #1404445

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hide pagination on specific pages #1404425

    Hi,
    Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    If you are using the custom class link-to-accordion then this should work:

    function anchor_offset_with_slow_scroll() { ?>
      <script>
    (function($) {
      $('a.link-to-accordion[href*=#]:not([href=#])').click(function() {
        if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') 
    && location.hostname == this.hostname) {
    
          var target = $(this.hash);
          target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
          if (target.length) {
            $('html,body').animate({
              scrollTop: target.offset().top - 100 //offsets for fixed header
            }, 1000);
            return false;
          }
        }
      });
    }(jQuery));
    </script>
      <?php
    }
    add_action('wp_footer', 'anchor_offset_with_slow_scroll');

    If not then please add the class to the test link Comparing WPML

    Best regards,
    Mike

    Hey guychalk,
    Thanks for your question but this is not a feature and would not be easily achieved.
    I see that on mobile your secondary menu is at the top and the link text is large, two options that I can think of would be to decrease the font size to make the links easier to read, or make each link full width so the links are stacked instead of side-by-side. If you would like help to achieve one of these let us know.

    Best regards,
    Mike

    in reply to: White Screen of Death – when activating Enfold theme #1404420

    Hi,
    Does this occur when you activate the parent theme or the child theme or both?
    What webhost are you using, is it a managed webhost with a “must-use” or “drop-in” cache plugin?
    If so ask your webhost to disable the must-use plugin and clear the server cache and leave the plugin disabled for now. Are you also using a CDN? If so try disabling and clearing.
    Object-oriented caches can serve damaged files and be hard to clear.

    Best regards,
    Mike

    in reply to: Css adjustments in the single product page #1404418

    Hi,
    Thank you for your patience, I changed the original sub-menu code to this and it seems to have corrected the issue, please clear your browser cache and check.

    add_action('ava_after_main_container', 'ava_after_main_title_mod');
    function ava_after_main_title_mod() {
    	if(is_product()) {
    		echo do_shortcode("[av_submenu which_menu='' menu='58' position='center' sticky='aviaTBsticky' color='main_color' mobile='disabled' mobile_switch='av-switch-768' alb_description='' id='' custom_class='' template_class='' av_uid='av-ldyiqu1t' sc_version='1.0'] [av_submenu_item title='Élément 1 de menu' button_style='' link='' linktarget='' av_uid='av-gb0n7' sc_version='1.0'] [av_submenu_item title='Élément 2 de menu' button_style='' link='' linktarget='' av_uid='av-bn1kr' sc_version='1.0'] [/av_submenu]");
    	}
    }

    Best regards,
    Mike

    Hi,
    You will need to add a custom class to the links to your accordion toggles or we could have it work only on certain pages.

    Best regards,
    Mike

    in reply to: center social media icon in footer #1404415

    Hi,
    Thanks for the login, I found that you had an un-closed “p” tag at the beginning of your copyright, this created an error wrapping your social icons in the same tag, I removed it for you and now your socket looks like my examine. Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: center social media icon in footer #1404344

    Hi,
    It looks like you have added the social icon in the copyright field, please remove and use the Social Icons toggle instead
    Enfold_Support_1755.jpeg
    Then try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #socket .social_bookmarks {
        float: none;
        margin: auto;
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    this is the expected result:
    Enfold_Support_1757.jpeg

    Best regards,
    Mike

    in reply to: Z-index for column in grid row, not working on Ipad #1404333

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hey Marina,
    Thanks for your patience and the link to your site, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function anchor_offset_with_slow_scroll() { ?>
      <script>
    (function($) {
      $('a[href*=#]:not([href=#])').click(function() {
        if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') 
    && location.hostname == this.hostname) {
    
          var target = $(this.hash);
          target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
          if (target.length) {
            $('html,body').animate({
              scrollTop: target.offset().top - 100 //offsets for fixed header
            }, 1000);
            return false;
          }
        }
      });
    }(jQuery));
    </script>
      <?php
    }
    add_action('wp_footer', 'anchor_offset_with_slow_scroll');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: Blog Style Business: ‘Read more’ + Square Gravatar #1404296

    Hi,
    Thanks for your patience and the link to your site, I see that you are using the WordPress ▸ Settings ▸ Reading ▸ Posts page to set the page that displays your blog posts, this uses the default WordPress blog loop and nothing added to the page “blog” will show.
    We recommend using the theme option Enfold Theme Options ▸ Where Do You Want To Display The Blog instead to select your “blog” page and then you can use the Advanced Layout Builder elements to show the blog.
    But first let’s decide how you want to show your posts, you can use a grid style or list style. There are other options within these options but this will be a start. I created two test pages below for you to review and check the backend, you can also read our Blog Element documentation

    Best regards,
    Mike

    in reply to: Gallery with Tabbed Content Slider #1404295

    Hi,
    Thanks for your patience, to show the portfolio title on hover try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .grid-content {
        margin-top: -54px;
    }
    .grid-entry:hover .grid-content {
        opacity: 1;
    }
    .grid-content {
        opacity: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: center social media icon in footer #1404294

    Hey bemodesign,
    Thank you for the link to your site, do you want both the copyright and icon centered on separate lines or centered next to each other on the same line?

    Best regards,
    Mike

    in reply to: Icons Right with center menu #1404293

    Hey goldieslongbeach,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top nav .social_bookmarks {
        float: right;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Small separator color #1404292

    Hey goldieslongbeach,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
    	  border-color: #ab966a;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Custom menu for products – style #1404291

    Hi,
    Oh I see, I was looking at the wrong menu. try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #av_section_1 .flex_column.el_after_av_one_fourth.avia-builder-el-last {
    	z-index: 0;
    	position: relative;
    } 
    .menu-meniu-categorii-container ul.sub-menu {
        position: relative;
        left: 100%;
        top: -42px;
        height: 42px;
        background-color: #fff;
    }
    .menu-meniu-categorii-container .menu-item-has-children {
    	height: 42px;
    }
    .menu-meniu-categorii-container .menu-item-has-children:not(:hover) ul.sub-menu {
    display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 8,371 through 8,400 (of 35,327 total)