Forum Replies Created

Viewing 30 posts - 9,241 through 9,270 (of 67,443 total)
  • Author
    Posts
  • in reply to: Gallery thumbnails borders and hover color #1376841

    Hi,

    Thank you for the update.

    You can try this css code instead.

    #top div .avia-gallery .avia-gallery-thumb a img { border-left: none; }
    #top div .avia-gallery .avia-gallery-thumb a:first-child img { border-left: 1px solid; }
    

    This will remove the left border of the gallery items except for the first item in the row.

    Best regards,
    Ismael

    in reply to: Top Header / Extra Elements styling #1376839

    Hi,

    Glad @rikard was able to help. 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: critical error with the theme #1376838

    Hi!

    We tried to access the site via SFTP but the authentication failed. Please check the credentials or provide another login account.

    To fix the issue with the function-set-avia-frontend.php temporarily, please edit the file and go to 2254. You should see the avia_count_active_plugins function, delete it, then replace it with this code.

    
    if( ! function_exists( 'avia_count_active_plugins' ) )
    {
    	function avia_count_active_plugins()
    	{
    	   $plugins = count( array[] );
    
    	   if( is_multisite() && function_exists( 'get_site_option' ) )
    	   {
    		   $plugins += count( array[] ) );
    	   }
    
    	   return $plugins;
    	}
    }

    You should be able to login to the site once this is corrected unless the plugin is actually causing the issue. You may need to contact the plugin authors for more info about the error generated by the plugin.

    Best regards,
    Ismael

    in reply to: critical error with the theme #1376820

    Hi,

    Sorry for the delay. The theme is not active when we checked the site. Did you disable it?

    The error above traces back to the mu-plugins/gd-system-plugin, which is a rating system plugin if we are not mistaken and the /function-set-avia-frontend.php file, which is from the theme. Do you see the same error when you temporarily disable the plugin? The plugin is located in the wp-content/mu-plugins folder.

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

    Best regards,
    Ismael

    in reply to: Enfold clash with projects portfolio pro #1376819

    Hi,

    One more thing that you could check is the _aviaLayoutBuilder_active post meta info of the portfolio entries. Make sure that this is set to false.

    Best regards,
    Ismael

    in reply to: Enfold clash with projects portfolio pro #1376818

    Hi,

    Thank you for the update.

    Looks like the toyfactorysurfboards site just redirects to colabsurf, so you probably owned the site as well. Have you tried adding a redirect rule from toyfactorysurfboards pages to the colabsurf builder? This is just a temporary solution until we figure out the issue.

    How did you end up with ALB shortcodes in the portfolio editor? The new portfolio “BELLY SHANK” is not using the theme’s layout builder, so it is not going to use the template-builder.php file or the avia_builder_precompile filter to render those shortcodes. It will not rely on the content of the _aviaLayoutBuilderCleanData either.

    Is there a staging version of the site?

    Best regards,
    Ismael

    in reply to: Main menu: Change #1376817

    Hey Lene,

    Thank you for the inquiry.

    Is it your home or front page? The theme automatically adds the anchor (#top) to the home menu item, so when you click the menu item, it just anchors back to the top of the document or page if necessary. It doesn’t really affect the site in any way.

    Best regards,
    Ismael

    in reply to: Enfold Pagebuilder changes amazon iframe code #1376815

    Hey Jescraw,

    Thank you for following up.

    We actually asked for the site credentials in the previous thread to further inspect the issue, but you didn’t reply back.

    // https://kriesi.at/support/topic/enfold-pagebuilder-changes-amazon-iframe-code/#post-1280047

    You did reply, but only after 8 months.

    // https://kriesi.at/support/topic/enfold-pagebuilder-changes-amazon-iframe-code/#post-1333135

    And we provided a working solution there, but you may have added it incorrectly and it broke the site. We also provided a screenshot.

    // https://kriesi.at/support/topic/enfold-pagebuilder-changes-amazon-iframe-code/#post-1277142
    // https://kriesi.at/support/topic/enfold-pagebuilder-changes-amazon-iframe-code/#post-1278009

    The solution just creates a custom shortcode, which is quite common in WordPress, so that you don’t have to directly add the embed code or iframe in the builder. The Video element in the builder is actually an iframe or an embed code, but it is also added as shortcode.

    Best regards,
    Ismael

    in reply to: a way to put a small image next to a headline? #1376814

    Hey Nic_007,

    Thank you for the inquiry.

    You can manually add an image to a text or input field using html, specifically the img tag. Please check the documentation below for more info.

    // https://www.w3schools.com/tags/tag_img.asp

    Would you mind providing a screenshot of the layout that you would like to implement? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    Best regards,
    Ismael

    in reply to: design a heading in another font #1376813

    Hey Nic_007,

    Thank you for the inquiry.

    You can define unique styles for the h4 element in the Enfold > Advanced Styling panel. Just select the element from the dropdown and adjust the Font Family settings.

    Best regards,
    Ismael

    in reply to: Enfold keeps using dynamic avia instead of Quick css #1376663

    Hi,

    Thank you for the update.

    Did you add this code somewhere in the Quick CSS field or in the style.css file? You should also check the custom css field in the Appearance > Customizer panel.

    #top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul {
        background-color: #109bc5 !important;
    }

    You have to remove the css because it is taking priority over your recent changes.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    A lot of Enfold sites are running properly on PHP 8 without this error, so this might be an issue local to your installation. Did you enable the Maintenance Mode option from the Enfold > Theme Options panel? Line 588 of the config-wpml/config.php seems to be related to the maintenance mode option. Please try to deactivate the option temporarily, before switching again to the latest version of PHP.

    Best regards,
    Ismael

    in reply to: Enfold keeps using dynamic avia instead of Quick css #1376659

    Hey ayeh,

    Thank you for the inquiry.

    Everything in the Quick CSS field is actually included in the enfold_child.css file. Please make sure that there are no invalid tags in the field (missing curly braces, colons etc). You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings, purge the cache and do a hard refresh in order to see the changes in the site.

    Best regards,
    Ismael

    in reply to: Enfold clash with projects portfolio pro #1376654

    Hey icaruscommunicationsltd,

    Thank you for the inquiry.

    How did you add the “Order Now” buttons? Are they added using custom shortcodes? We have found 3 of them in the page above (“shank”) and we’re not really sure which one to check and where the buttons are supposed to go. Please provide the login details in the private field so that we can check the issue further.

    Have you tried using a search-and-replace plugin to adjust the links in the database? Please make sure to create a restore point before doing this.

    // https://wordpress.org/plugins/better-search-replace/

    Best regards,
    Ismael

    in reply to: Images sizes in woocommerce shop catalog #1376652

    Hey hgschaffler,

    Thank you for the inquiry.

    The theme sets its own default image size for the catalogue page to create a more uniform grid, but it can be disabled by adding this code in the functions.php file.

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }
    

    Best regards,
    Ismael

    in reply to: Sorting options limite to 4 #1376649

    Hi,

    . Is there a way to make it show all the categories even if one of them is only on the second page?

    Unfortunately, this is not possible with the current implementation. As explained previously, only posts that already exist in the current page can be sorted.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Mobile display #1376648

    Hey schweg33,

    Thank you for the inquiry.

    Are you referring to the alignment of the privacy buttons? If you want to align the buttons in a single row, please add this css code.

    @media only screen and (max-width: 480px) {
    	.responsive .avia-cookie-consent .container a {
    		font-size: 0.7em;
    		padding: 0.8em 1em;
    	}
    
    	.responsive .avia-cookie-consent p.avia_cookie_text {
    		margin-bottom: 1em;
    	}
    }
    

    Best regards,
    Ismael

    in reply to: critical error with the theme #1376647

    Hi,

    Thank you for the update.

    Yes, you have to add the code in the wp-config.php file in order to write errors in the log. We tried to access the server using the account above, but we were not able to get in. Please check the login credentials.

    You can also add the WP_DEBUG_DISPLAY constant and set it to true so that we can see the errors directly in the browser. Please check the documentation below for more info.

    // https://wordpress.org/support/article/debugging-in-wordpress/#wp_debug_display

    Best regards,
    Ismael

    in reply to: How to use invisible recaptcha (v2) #1376027

    Hi,

    Thank you for the update.

    The v2 option in the theme doesn’t have an invisible mode or option by default (it was not included), but you can always use the v3 option if you don’t want to render a widget in the contact form. This still requires v2 as fallback if the background check fails.

    Best regards,
    Ismael

    in reply to: google fonts #1376026

    Hey Loveronika,

    Thank you for the inquiry.

    Are you using the layer slider element? Please note that layer slider loads Google fonts by default, but it can be disabled in the plugin’s Settings panel. Google map and Google reCAPTCHA widgets also use Google fonts and load them automatically in the page. You may need to enable the privacy options (cookie consent) in the Enfold > Privacy & Cookies panel to prevent them from loading without users’ consent. To remove the default fonts from Google maps, please check this thread.

    // https://kriesi.at/support/topic/important-change-request-for-avia_google_maps_api-js/#post-1346076

    You can also try this plugin.

    // https://wordpress.org/plugins/disable-remove-google-fonts/

    Best regards,
    Ismael

    in reply to: Fatal error after setting PHP 7.4 to 8.0 #1376025

    Hi,

    Thank you for the update.

    Would you mind providing a screenshot of the errors instead? We don’t see any errors when we visited the site. Please use imgur, savvyify or dropbox for the screenshot. Thanks.

    To save the errors in the log, you have to add this code in the wp-config.php file.

      // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false);
    @ini_set( 'display_errors', 0 );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );
    

    Best regards,
    Ismael

    in reply to: Legacy Code: Kriesi Pagination #1376024

    Hey prometheos,

    Thank you for the inquiry.

    You may need to adjust the maximum number of posts displayed in your blog page. Please go to the Settings > Reading panel and adjust the value of the Blog pages show at most field. The value is probably set to 9.

    Best regards,
    Ismael

    in reply to: Replacing logo with text using functions.php #1376023

    Hey GWS,

    Thank you for the inquiry.

    Did you add the following code in the functions.php file?

    //-------------------------------
    // function - Text Logos
    //-------------------------------
    add_filter('avf_logo_final_output', 'avf_text_logo_final_output');
    
    function avf_text_logo_final_output($logo) {
      $link     = apply_filters('avf_logo_link', home_url('/'));
      $logotext = "LOGO TEXT";
      $subtext  = "A CUSTOM SUBTEXT";
      $subtext  = "<span class='subtext'>$subtext</span>";
      $logo     = "<span class='logo'><h1><a href='".$link."'>".$logotext.$subtext."</a></h1></span>";
    
      return $logo;
    }

    You can add this code in the Quick CSS field to adjust the style of the text logo and subtext.

    /* Text logo styling */
    
    #top .logo,
    #top .logo a {  
      overflow: visible;
    }
    
    #top .logo {  
      background: gold;
        display: flex;
        align-items: center;
        padding: 15px;
    }
    #top .logo .subtext {
        font-size: 18px;
        color: #be0027;    
        position: absolute;
        width: 100%;
        left: 0;
        top: 25px;
    }
    
    /* Hide subtext on scroll */
    #header.header-scrolled-full .subtext {
      display: none;
    }
    

    Best regards,
    Ismael

    in reply to: Change background color blog sidebar #1376021

    Hey Alfredo,

    Thank you for the inquiry.

    The issue occurs because of this css code.

    .sidebar_right .container {
    padding-right: 0 !important;
    margin-right: 0 !important;
    }
    

    You have to set the left and right margin of the container to auto in order to align it to the center of the page.

    .sidebar_right .container {
        padding-right: 0 !important;
        margin: 0 auto !important;
    }
    

    Best regards,
    Ismael

    in reply to: Timeline styling not reacting #1376020

    Hey Alfredo,

    Thank you for the inquiry.

    Which part of the Timeline element are you trying to change? Would you mind providing a screenshot of the changes that you would like to implement? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    If you want to override the styles of the element manually, you can start with this css code.

    #top .av-milestone-content {
        color: red;
    }
    
    #top #wrap_all .all_colors h4.av-milestone-title {
        color: bisque;
    }
    
    #top #wrap_all .all_colors h2.av-milestone-date {
        color: black;
    }

    Please make sure to purge the cache and do a hard refresh after adding the modifications.

    Best regards,
    Ismael

    in reply to: Change regular italic ampersand to light #1376019

    Hey Alfredo,

    Thank you for the inquiry.

    You can replace the code above with the following css.

    .special_amp {
        font-size: 1em;
        font-family: 'Heebo', Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 300;
    }
    

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

    Best regards,
    Ismael

    Hey Nic_007,

    Thank you for the inquiry.

    Are you trying to change the background of the whole contact form or just the input fields? You can try this css code to change the background color of the contact form itself.

    #top form {
        background-color: crimson;
    }
    

    To change the color of the input fields, use this instead.

    #top .alternate_color .input-text, #top .alternate_color input[type='text'], #top .alternate_color input[type='input'], #top .alternate_color input[type='password'], #top .alternate_color input[type='email'], #top .alternate_color input[type='number'], #top .alternate_color input[type='url'], #top .alternate_color input[type='tel'], #top .alternate_color input[type='search'], #top .alternate_color textarea, #top .alternate_color select {
        border-color: red;
        background-color: purple;
        color: aqua;
    }

    The labels can be adjusted using this css.

    #top label {
        color: azure;
    }

    Best regards,
    Ismael

    in reply to: Problem with Google Analytics Cookie Consent #1375913

    Hi,

    Thank you for the screenshot.

    Did you place the pixel script in the Enfold > Google Services > Google Analytics Tracking Code field? Please note that the privacy toggle (in the screenshot) will only control the scripts that have been added in the Google Analytics Tracking Code field.

    Best regards,
    Ismael

    in reply to: Updating from 4.7.3 to 5.2.1 #1375912

    Hey threshershark,

    Thank you for the inquiry.

    Did you check if the ‘includes/helper-privacy.php’ file actually exists in the wp-content/themes/enfold folder? If you can’t find the file in theme folder, please download the latest version of the theme from your Themeforest account, then manually upload it to your server via FTP.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: transition a media element #1375911

    Hi,

    Did you enable the fullscreen mode? The elements’ container will automatically become sticky when fullscreen mode is enabled. If not, it will stay fixed at the very top of the builder without covering the top portion of the elements’ field. Maybe disabling the fullscreen mode will make it easier for you to drag/drop elements.

    Best regards,
    Ismael

Viewing 30 posts - 9,241 through 9,270 (of 67,443 total)