Viewing 30 results - 1,801 through 1,830 (of 142,845 total)
  • Author
    Search Results
  • #1481172

    Hi,

    That is the default behavior of the pagination, which is why it’s recommended to place all post elements at the very top of the page. If you need the document to scroll to the appropriate section on load, you can try this modification.

    https://kriesi.at/support/topic/pagination-to-open-at-the-same-anchor-point-and-not-at-the-beginning-of-the-page/#post-1476867

    Best regards,
    Ismael

    #1481169

    In reply to: z position

    Hey limedrop,

    Thank you for the inquiry.

    Edit the Grid Row element, go to the Advanced > Developer Settings, then place the value “av-layout-grid-overflow” in the Custom CSS Class field. In the Enfold > General Styling > Quick CSS field, add this css code to put the grid above the layer slider:

    #top #wrap_all .av-layout-grid-overflow {
        z-index: 1000;
    }

    Best regards,
    Ismael

    Hey ericdkolb,

    Thank you for your inquiry. This has been answered in the previous thread: https://kriesi.at/support/topic/significant-site-slowdown-caused-by-avia_deep_decode-function-in-enfold-theme/#post-1480265

    Best regards,
    Ismael

    #1481160

    Hi,
    I added this css:

    .category .title_container h1 a {
    font-size: 300%!important;
    line-height: 55px;
    font-family: "sacramento", cursive;
    font-weight: 400;
    }

    and this code to your to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    (function($){
      $('#top.category .title_container h1.main-title.entry-title  a').contents().filter(function() {
        return this.nodeType == 3
      }).each(function(){
        this.textContent = this.textContent.replace('Archive for category:','');
        this.textContent = this.textContent.replace('Tag Archive for:','');
        this.textContent = this.textContent.replace('Archive for:','');
      });
      })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );	  

    the result now:
    Screen Shot 2025 04 10 at 4.20.36 PM
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1481146

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1481145

    Hey jscarlett,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top #header_meta .phone-info {
      line-height: inherit;
    }

    Best regards,
    Rikard

    #1481134
    jscarlett
    Participant

    Hi

    I needed to add a small Sign In button on a website, onto the top bar underneath the strapline on a mobile and to the right on desktop view.

    I managed to add the button, but it is too large.

    There are three buttons on the homepage and more buttons inside the site and I do not want CSS changes to affect the other buttons.

    How can I change the size of the Sign In button without changing the size of the other buttons?

    Thanks

    Jane

    • This topic was modified 11 months, 2 weeks ago by jscarlett.
    #1481130

    Topic: z position

    in forum Enfold
    limedrop
    Participant

    I amusing the Advanced layer slier in top. But how can I make two boxes appear on top of the slider?

    #1481111

    Hi,

    Thank you for the update.

    You can use this css code to adjust the style of the pagination:

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 6px;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
        font-size: 18px;
    }
    
    #top .main_color .pagination a {
        background-color: #f2f1ef;
        color: #000000;
    }
    
    #top .main_color .pagination .current {
        background-color: #d5d5d5;
    }
    

    Best regards,
    Ismael

    #1481108

    Hey kevinraposo7,

    Thank you for the inquiry.

    Did you set the Slide Animation > Slideshow Transition to Slide (sideways/up/down)? If so, you can add this css code to disable the initial fade-in transition of the slider.

    #top .avia-slideshow-inner li {
      opacity: 1 !important;
    }

    This will not work if Fade is selected for the Slideshow Transition.

    Best regards,
    Ismael

    #1481106

    Hi,

    Thank you for the update.

    The menu is set to be below the logo, so this has be adjusted with css. To make sure that the search bar is still visible on mobile view and that the burger menu is correctly placed, please add this css code:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #header_main_alternate {
        display: block;
      }
    
      .responsive #top #header_main_alternate .av-main-nav .menu-item-avia-special {
        display: none !important;
      }
    
      .responsive #top #header .main_menu {
        width: auto !important;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1481104

    Hi,
    I disabled your Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs ▸ Display only title and added this to your code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1);
    function avf_header_setting_filter_mod($header_settings) {
        if (is_tax() || is_archive()) {
            $header_settings['header_title_bar'] = "title_bar";
        }
        return $header_settings;
    }

    to only show the title on your category pages.
    and I added this css:

    .category .container_wrap_first {
    	border: none;
    }
    .category .title_container {
    	text-align: center;
    	padding-top: 50px;
    	background-color: #f2f0eb !important;
    }
    .category .title_container h1 a {
    	font-weight: 600 !important;
    	line-height: 1.3em;
    	font-size: 30px;
    }

    so compared to one of you posts:
    Screen Shot 2025 04 09 at 5.23.29 PM
    your category title looks like this:
    Screen Shot 2025 04 09 at 5.25.07 PM
    But note that they are both H1, I don’t see H2 like you asked.

    Best regards,
    Mike

    #1481102

    Topic: #1481091

    jessica venturi
    Guest

    In my last message as a guest, where I explained the problems related to being unable to access my account (#1481091), Rikard (Keymaster) asked if I authorized you to change the email I had written incorrectly to the current one: (Email address hidden if logged out) . Absolutely! and thank you very much, but I can’t reply to the topic because I can’t access my account at the moment, so I hope to resolve this with this post… thanks again.

    #1481103

    Topic: #1481091

    jessica venturi
    Guest

    In my last message as a guest, where I explained the problems related to being unable to access my account (#1481091), Rikard (Keymaster) asked if I authorized you to change the email I had written incorrectly to the current one: (Email address hidden if logged out) . Absolutely! and thank you very much, but I can’t reply to the topic because I can’t access my account at the moment, so I hope to resolve this with this post… thanks again.

    #1481088

    Ismael,

    Thank you very much for your solution. I have added your shortcode generator in functions.php of the child-theme.

    function av_wpbs_wpml_cb() {
        $lang = apply_filters('wpml_current_language', null);
        $id = 1;
        $language = 'en';
    
        switch ($lang) {
            case 'nl':
                $id = 1;
                $language = 'nl';
                break;
            case 'en':
                $id = 1;
                $language = 'en';
                break;
            case 'fr':
                $id = 1;
                $language = 'de';
                break;
            default:
                $id = 1;
                $language = 'nl';
                break;
        }
    
        return do_shortcode('[wpbs id="' . esc_attr($id) . '" language="' . esc_attr($lang) . '" show_prices="yes" title="no" legend="yes" legend_position="side" display="1" year="0" month="0" start="1" dropdown="yes" jump="no" history="1" tooltip="1" highlighttoday="no" weeknumbers="no" show_first_available_date="no" form_id="1" form_position="bottom" auto_pending="yes" selection_type="multiple" selection_style="split" minimum_days="7" maximum_days="0" booking_start_day="6" booking_end_day="6" show_date_selection="no"]');
    	
    }
    add_shortcode('av_wpbs_wpml', 'av_wpbs_wpml_cb');

    Then added the shortcode to a text block:
    [av_wpbs_wpml]

    Test URL:
    https://villasari.de/nl/test-shortcode/

    I get this error:
    Fatal error: Uncaught TypeError: ksort(): Argument #1 ($array) must be of type array, null given in /var/www/vhosts/villasari.de/httpdocs/wp-content/plugins/multilingual-tools-2.2.6/inc/class-mltools-shortcode-attribute-filter.php:86 Stack trace: #0 /var/www/vhosts/villasari.de/httpdocs/wp-content/plugins/multilingual-tools-2.2.6/inc/class-mltools-shortcode-attribute-filter.php(86): ksort() #1 /var/www/vhosts/villasari.de/httpdocs/wp-content/plugins/multilingual-tools-2.2.6/inc/class-mltools-shortcode-attribute-filter.php(66): MLTools_Shortcode_Attribute_Filter->add_tag() #2 /var/www/vhosts/villasari.de/httpdocs/wp-includes/class-wp-hook.php(326): MLTools_Shortcode_Attribute_Filter->do_shortcode_tag_filter() #3 /var/www/vhosts/villasari.de/httpdocs/wp-includes/plugin.php(205): WP_Hook->apply_filters() #4 /var/www/vhosts/villasari.de/httpdocs/wp-includes/shortcodes.php(447): apply_filters() #5 [internal function]: do_shortcode_tag() #6 /var/www/vhosts/villasari.de/httpdocs/wp-includes/shortcodes.php(273): preg_replace_callback() #7 /var/www/vhosts/villasari.de/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(580): do_shortcode() #8 /var/www/vhosts/villasari.de/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/textblock/textblock.php(541): ShortcodeHelper::avia_apply_autop() #9 /var/www/vhosts/villasari.de/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1329): avia_sc_text->shortcode_handler() #10 /var/www/vhosts/villasari.de/httpdocs/wp-includes/shortcodes.php(434): aviaShortcodeTemplate->shortcode_handler_prepare() #11 [internal function]: do_shortcode_tag() #12 /var/www/vhosts/villasari.de/httpdocs/wp-includes/shortcodes.php(273): preg_replace_callback() #13 /var/www/vhosts/villasari.de/httpdocs/wp-includes/class-wp-hook.php(324): do_shortcode() #14 /var/www/vhosts/villasari.de/httpdocs/wp-includes/plugin.php(205): WP_Hook->apply_filters() #15 /var/www/vhosts/villasari.de/httpdocs/wp-content/themes/enfold/template-builder.php(102): apply_filters() #16 /var/www/vhosts/villasari.de/httpdocs/wp-includes/template-loader.php(106): include('...') #17 /var/www/vhosts/villasari.de/httpdocs/wp-blog-header.php(19): require_once('...') #18 /var/www/vhosts/villasari.de/httpdocs/index.php(17): require('...') #19 {main} thrown in /var/www/vhosts/villasari.de/httpdocs/wp-content/plugins/multilingual-tools-2.2.6/inc/class-mltools-shortcode-attribute-filter.php on line 86

    Any clue?

    #1481085
    Marieke Braamskamp
    Guest

    Good afternoon,

    I’m rebuilding the website for my son’s rugbyclub. It’s going very well, but I have 1 problem I can’t fix myself. When you click on 1 of the board members a popup appears with more information. With the popup, the main menu moves to the right. How can I stop this from happening?

    Kind regards,
    Marieke

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top div .avia-gallery .avia-gallery-big {
      padding: 0;
      border-width: 0;
    }

    Best regards,
    Rikard

    #1481066
    sitibus
    Participant

    hello I can’t center the text in the footer on my site https://www.saluteinfamiglia.it/chi-siamo/stefano-campiglio/.

    I used this code in the css but it doesn’t center very well, where am I going wrong?

    #top #wrap_all #socket .container {
    text-align: center;
    }

    #top #wrap_all #socket .copyright {
    float: none;
    clear: both;
    text-align: center;
    }

    thanks a lot for your patience Gianluca

    #1481045

    Hey sitadi,

    Thank you for the inquiry.

    You can add this css code to align the burger menu with the logo.

    .av-burger-menu-main.menu-item-avia-special {
        left: 0 !important;
        top: -70px;
    }

    Best regards,
    Ismael

    #1481039

    Hey mosaic,

    Thank you for the inquiry.

    Try to add this css code to adjust the aspect ratio of the thumbnails:

    #top .av-related-style-full .related_image_wrap, #top .av-related-style-full .related_image_wrap img, #top .av-related-style-full .related_image_wrap .related_posts_default_image {
        object-fit: cover;
    }

    Best regards,
    Ismael

    #1481027

    No I am in the Enfold alternate content Font color for links, dropcaps and other element and changing the color there and it is not changing in the website.

    this page has a lot of links… when I change the color in the Enfold page it does not change in website and back to where we started yes I cleared the cache:

    I do not understand anything about the picture of the code you sent me.

    Thank you for your patience since I don’t know code.

    see here an example page: https://webers-testseite.de/adamad/

    i use for it a color-section with custom class: slanted-background – let the content determine the height.
    this color-section contains the columns and is set with a svg-divider ( tilt ) – bring it back and maybe flip.

    the next color-section got the same color as the svg-divider

    then :

    #top .slanted-background .avia-divider-svg-tilt.avia-divider-svg-bottom,
    #top .slanted-background .avia-divider-svg-tilt.avia-divider-svg-bottom svg {
      height: 75% !important;
    }
    #top .slanted-background .flex_column img {
      box-shadow: 5px 5px 10px -3px #333;
    }

    You can use the height setting (here 75%) to determine the degree of incline.

    #1481015

    In reply to: Custom divider

    but isn’t it a simple section / section boundary – with shiftet content elements?
    see f.e.: the Church Demo: https://kriesi.at/themes/enfold-church/

    you see both color-sections – and the content of the second one is shifted with negative top margin.
    this can be done ( in this case the first column ) on row-settings – row margins:
    because the columns are set to equal height – the value of only -60px goes to flex_column_table – but you can use even relative values like -50%

    #1481014

    put your partner/logo element in a color-section ( do not insert another element to it )
    give a custom class to that color-section – f.e.: full-partners
    then place inside your quick css:

    .responsive #top #wrap_all .full-partners .container {
      width: 100%;
      max-width: 100%;
      padding: 0;
    }
    #1480989
    mosaic
    Participant

    Hi, I recently posted about changing the featured image size on my blog posts here: https://kriesi.at/support/topic/blog-post-featured-image-size-4/

    I don’t know if it’s related, but the thumbnails on the related entries element at the bottom of my blog posts are stretched.

    #1480988

    Hi,

    You can change them under Appearance->Menus. If you don’t see the text in question, then activate the Description field under Screen Options in the top right hand corner of the screen.

    Best regards,
    Rikard

    #1480981

    Hi Ismael, thanks for your quick reply. Has there ever been a question or request like that here in the forum? Couldn’t fine one but maybe you can search in a different way or know of a similar topic.

    #1480976

    Hi,

    Thank you for the update. Try to use this css code instead;

    #top #footer-page .av_inherit_color a {
        text-decoration: none;
    }

    Best regards,
    Ismael

    #1480971

    Hi,

    The images are fading in on our end. Did you install any lazy loading plugins? We recommend enabling pagination and try to reduce the number of images on the page. This should improve the loading speed.

    You can also add this css code to adjust the transition duration:

    .avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry,
    .avia_mobile.avia_transform3d:not(.avia-mobile-no-animations) .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    	animation: avia_masonry_show 1.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
    }

    Default is 0.8s.

    Best regards,
    Ismael

    #1480943

    Wonderful! Thank you, this is very helpful! Items 1 and 4 are solved—the backgrounds work perfectly with a tweak to the image file and adding a norepeat..

    Items 2 and 3 remain issues.
    2. The categories don”t have a strong intro. I need to add an H2 text category title at the top.
    –> The Header Title should not display on all pages. Changing Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs ▸ Display only title, displays the title on all pages, which is not wanted. I need the Category title to display on the category page, and the styling needs to match the titles on the other pages (e.g., H2, no line above and below, not positioned so high up).

    3. I need to add an optional category title image. individual categories would have either a unique title image or no title image.

Viewing 30 results - 1,801 through 1,830 (of 142,845 total)