Forum Replies Created

Viewing 30 posts - 9,991 through 10,020 (of 67,443 total)
  • Author
    Posts
  • in reply to: Using Icons in the footer widgets #1364396

    Hi,

    Thank you for the update.

    We edited the custom html widget a bit and separated the icons using div containers. We also added this code in the Quick CSS field.

    
    #footer .flex_column.av_one_third:nth-child(3) .textwidget div {
        clear: both;
        margin-bottom: 10px;
    }

    Best regards,
    Ismael

    in reply to: ALB Content Slider Still Not working #1364395

    Hi,

    Thank you for the inquiry.

    We are not sure which slider to check in the page above, so we created a temp page and added two content sliders with the same number of columns. Both of the sliders display correctly in the page. (see private field)

    Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks!

    Best regards,
    Ismael

    in reply to: 404 page #1364394

    Hi,

    Glad to know that this has been sorted out! Thanks to @Sozo. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Move Logo and Add Text #1364297

    Hey edgeofcinema,

    Thank you for the inquiry.

    You can use this css code to align the logo to the left.

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: none;
    }
    

    To insert additional text beside the logo image, try to use this filter in the functions.php file.

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub){
      $sub .= "<span class='logo-title'>";
      $sub .= get_bloginfo( 'name', 'display' );
      $sub .= "</span>";
      $sub .= "<span class='logo-title logo-subtitle'>";
      $sub .= get_bloginfo( 'description', 'display' );
      $sub .= "</span>";
      return $sub;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    in reply to: Changing or Adding Icons to Icon Lists #1364294

    Hey studio3enfold,

    Thank you for the inquiry.

    You can actually upload custom icon fonts from flaticon or fontello in the Enfold > Import/Export > Iconfont Manager. Please check the link below for more info.

    // https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    Best regards,
    Ismael

    in reply to: 404 page #1364293

    Hi,

    Thank you for the inquiry.


    @HulaSlim
    : As instructed above, you have to create a new page, preferably using the Advance Layout Builder, and set this new page as the Custom 404 Error Page in the Enfold > Theme Options panel.

    @Sozo: Thank you for the instructions!

    Best regards,
    Ismael

    in reply to: Enfold #1364291

    Hey Sam,

    Thank you for the inquiry.

    Updating to the latest version of the Enfold theme should definitely help fix the problems with the Advance Layout Builder. After the upgrade, make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache. You should also update the plugins and optimize the database.

    Make sure to create a site backup or a restore point before doing any of the steps above.

    Best regards,
    Ismael

    in reply to: Unwanted underlined in icon list texts #1364290

    Hey HulaSlim,

    Thank you for the inquiry.

    Looks like it is the only title with a link in the list. To remove the underline, try to use this css code.

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

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    in reply to: Shop Options > Discription Text #1364289

    Hi,

    Glad to know that the suggestions above are working. To control the size of the product description on different screen sizes, please try this css code.

    #av_product_description p {
      font-size: 44px;
    }
    
    @media only screen and (max-width: 1024px) {
      #av_product_description p {
        font-size: 38px;
      }
    }
    
    @media only screen and (max-width: 989px) {
      #av_product_description p {
        font-size: 32px;
      }
    }
    
    @media only screen and (max-width: 767px) {
      #av_product_description p {
        font-size: 24px;
      }
    }
    

    Please make sure to purge the cache after adding the css.

    Best regards,
    Ismael

    in reply to: Add custom element to Content Slider #1364288

    Hey dweddell,

    Thank you for the inquiry.

    You can use the actual shortcode of the custom button and add it manually to the content slider. To see the builder shortcodes, you have to set the builder to debug mode.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    After enabling the debug mode, you will see the shortcodes field below the Advance Layout Builder. Just copy the shortcode of the custom button and place it in the slider.

    Best regards,
    Ismael

    in reply to: Breadcrumbs when a parent menu item is a custom link #1364287

    Hi,

    Sorry about that. I forgot about the breadcrumbs. Again, if you can’t set the About page as parent page, you could try and use the avia_breadcrumbs_trail filter to manually adjust the breadcrumb trail on specific pages.

    Example:

    function avia_adjust_breadcrumb($trail) {
               if(is_page([23, 42, 8]) {
    	         $trail[1] = '<a href="https://site.com/new-home" title="About" rel="home" class="trail-begin">About Us</a>';
               }
    	   return $trail;
      }
      add_filter('avia_breadcrumbs_trail', 'avia_adjust_breadcrumb', 50, 1);
    

    The filter above should add the About Us trail when the active page has the ID 23, 42, or 8.

    Best regards,
    Ismael

    in reply to: Logo Transitions Background Color #1364286

    Hey schwabino,

    Thank you for the inquiry.

    You can use this css code to adjust the background color of the preloader to black (#000000).

    #top .av-siteloader-wrap {
        background-color: #000000
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, then purge the cache.

    Best regards,
    Ismael

    in reply to: Dynamic spacing when headlines need more than one line. #1364285

    Hi,

    Thank you for the update.

    We tried to check the site but it seems to be on maintenance mode. We are getting a blank page. Please provide the login details in the private field and a direct link to the page containing the heading element.

    Best regards,
    Ismael

    in reply to: Your Instructions Google Fonts #1364284

    Hi,

    Thank you for the info.

    The handwriting font is displaying correctly on our end, checked on Chrome. We provided a screenshot below.

    // https://1drv.ms/u/s!AjjTfXSRbKTvxAz4mT5g0NbqFt5T?e=BVQVGs

    Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, purge the cache, do a hard refresh, then check the page again.

    Best regards,
    Ismael

    in reply to: Sqaure white box around a transparent header #1364282

    Hi,

    Glad to know that this has been sorted out. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Polices choisies qui n'apparaissent pas dans l'aperçu #1364178

    Hi,

    Thank you for the update.

    We tried to access the dashboard using the account above but it just redirects back to the login page after signing in. Please verify the login info above or provide another. We were not able to check the site because it is currently on maintenance mode.

    Best regards,
    Ismael

    in reply to: Column size mobile view #1364175

    Hey larademartino,

    Thank you for the inquiry.

    Add a color section element at the very top of the page, move the logo or images inside the section and edit the color section. In the Layout > Margin & Padding panel, set the Section Padding to No Padding and set the margins to 0.

    You should also edit the image (see private field) and remove the empty spaces on both sides of the actual logo, then upload it again.

    Best regards,
    Ismael

    in reply to: Shop Options > Discription Text #1364173

    Hey Sozo,

    Thank you for the inquiry.

    You can actually use html tags in the description field and add some css to adjust the style of the elements. To adjust the style of the default elements in the banner for example, you can use this css code.

    #av_product_description  * {
        color: red;
        font-size: 99px;
    }
    

    To add a drop shadow to the description text, use this css.

    #av_product_description p {
        text-shadow: 0 2px black;
    }

    Best regards,
    Ismael

    in reply to: Timeout after 5 min. on page change #1364169

    Hi,

    Thank you for the update.

    We created a copy of the 007 page and we are able to reproduce the issue there even without the forms and booking shortcodes. We also noticed recurring requests posted to youtube while editing and updating the site. It is a little bit unusual because we do not see any embedded youtube videos in the page editor. Do you have any idea what triggers these log requests?

    This is the URL where the requests are being posted: https://www.youtube.com/youtubei/v1/log_event?alt=json&key=AIzaSyAoOsbO_FJ2SlqU8Q421234STEHLGCibw_Yy8_11qcW8

    This might be related: https://wordpress.org/support/topic/multiple-calls-when-editing-a-product/

    Is it only happening in this single page?

    Best regards,
    Ismael

    in reply to: Footer Custom Copyright Text #1364166

    Hi,

    Alright! Please feel free to open another thread if you have more questions about the theme. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Enfold Form Edits #1364165

    Hi,

    Thank you for the update.

    The css code for the label above should have worked. Please try this modified css again.

    .main_color .avia_ajax_form label {
        color: red;
    }

    Do you mean the input placeholder?

    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color:    #909;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color:    #909;
       opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color:    #909;
       opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
       color:    #909;
    }
    ::-ms-input-placeholder { /* Microsoft Edge */
       color:    #909;
    }
    
    ::placeholder { /* Most modern browsers support this now. */
       color:    #909;
    }
    

    Based on: https://stackoverflow.com/questions/2610497/change-a-html5-inputs-placeholder-color-with-css

    Best regards,
    Ismael

    Hey Andrew,

    Sorry for the confusion. We provided a filter in the previous thread, please continue here: https://kriesi.at/support/topic/magazine-thumbnails-display-at-different-sizes/#post-1364153

    Best regards,
    Ismael

    in reply to: map Portfolio custom post type to Portfolio Items #1364158

    Hi,

    No problem. Happy to know that the above suggestions worked. Please let us know if you have more questions about the theme, or if you encounter any issues.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: masonry load more not working #1364156

    Hi,

    No problem! Glad to know that this has been resolved. Let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Slide-Show text size and width #1364154

    Hi,

    No problem. Glad we could be of help! Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: magazine thumbnails display at different sizes #1364153

    Hi,

    Sorry for the confusion. Looks like you can only select the thumbnail size for the big entry in the Styling > General Styling panel, small entries use the default thumbnail (80x80px). Please add this filter in the functions.php file instead.

    add_filter('avf_magazine_settings', function($config) {
        $config['image_size']['small'] = 'full';
        $config['image_size']['big'] = 'full';
        return $config;
    }, 10, 1);
    

    The filter will set the thumbnail size of the small entries to full and display the original image.

    Best regards,
    Ismael

    in reply to: Breadcrumbs when a parent menu item is a custom link #1364151

    Hi,

    If you can’t set the About page as a parent page, we can use css to manually adjust the color of the parent menu item when viewing any of its child pages.

    Example:

    #top.page-id-38 #header #avia-menu #menu-item-146 > a > .avia-menu-text {
        color: red;
    }
    

    This will change the color of the About menu item to red on the Meet Us page. Noticed the selector .page-id-38 and the selector #menu-item-146. The number 38 is the ID of the Meet Us page while 146 is the ID of the About menu item.

    Best regards,
    Ismael

    in reply to: Issue with the Video element #1364150

    Hi,

    Thank you for the update.

    The sliders on both links above behave the same when we checked. Are you aware that there is a mobile version of the video section with the mobile-banner ID? This css was also added to apply a background image with overlay.

    #mobile-banner {
        height: 99vh;
        border-bottom: 20px solid #005499!important;
        display: flex;
        align-items: center;
        aspect-ratio: 1;
        min-height: 99vh;
        background-repeat: no-repeat;
        background-image: url(https://staging-mediconomicscom.kinsta.cloud/wp-content/uploads/bg-img-overlay-201x300.png);
        background-position: 50% 50%;
    }

    Would you mind providing a short clip of the issue? You can use imgur or dropbox for the screencast. Thanks.

    Best regards,
    Ismael

    in reply to: Polices choisies qui n'apparaissent pas dans l'aperçu #1364149

    Hey leshistoiressansfaim,

    Thank you for the inquiry.

    We may need to access the site in order to check the issue properly. Please provide the site URL and login info in the private field. For the meantime, please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, purge the cache and check the page again. Let us know if it helps.

    Best regards,
    Ismael

    in reply to: magazine thumbnails display at different sizes #1364008

    Hi,

    Thank you for the clarification.

    The default size used for the magazine element is 80x80px, so you have to select a different size by adjusting the magazine element’s Styling > Appearance > Preview Image Sizes settings to the second option. In the Select custom preview image size settings, select the first option to display the source image with the original aspect ratio.

    Best regards,
    Ismael

Viewing 30 posts - 9,991 through 10,020 (of 67,443 total)