Forum Replies Created

Viewing 30 posts - 1,861 through 1,890 (of 25,536 total)
  • Author
    Posts
  • in reply to: How to remove the “title attribute” in post title link #1395582

    Hi yundian,

    Please edit includes > helper-post-format.php and delete this line of code(line 79):

    $output .= "			<span class='post-format-icon minor-meta'></span>";

    Best regards,
    Nikko

    in reply to: Ein “Zwei-Ebenen-Filter” mit Ausgabe #1395581

    Hi Grobi,

    You’re welcome :)
    Just let us know if you’ll need further assistance.

    Best regards,
    Nikko

    in reply to: Bulk update #1395580

    Hi Oceans247,

    The only reasonable idea I have is at the moment is quick edit but since it did not work, can you give us temporary admin access for the staging site? and we’ll try to see what we can do.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: Bulk update #1395549

    Hi Christopher,

    Please try to setup a staging site first, and then try to go to pages, and bulk edit pages there to draft and re-publish it again.
    I hope it helps.

    Best regards,
    Nikko

    in reply to: Fehlerbehebung nach php Erneuerung #1395548

    Hi fumsel,

    What PHP version are you using?

    Best regards,
    Nikko

    in reply to: Placing images and buttons next to each other #1395547

    Hi AlfredoS,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Blog at the bottom showing #1395546

    Hi limedrop,

    I’m glad that you were able to figure that one out.
    Please let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: IMPOSSIBLE TO IMPORT DEMO ENOLD 2017 #1395525

    Hi Pascal,

    I’m glad that Yigit could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Enfold Developer – API Assistance #1395524

    Hi ellamac,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Change the colour of a table #1395523

    Hi phoenix_hyuk,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .main_color tr:nth-child(even) {
        background: white;
    }

    Best regards,
    Nikko

    in reply to: Website has SSL, but my pictures are saved in http #1395522

    Hi Monika,

    I tried to login but I’m getting this error:

    Fehler: Ungültiger Benutzername, E-Mail-Adresse oder ungültiges Passwort.

    Please check.

    Also, try to go to Settings > General and check WordPress Address (URL) and Site Address (URL) and see if the urls are http, just change to https.

    Best regards,
    Nikko

    in reply to: Page Title Not Showing In Pages #1395521

    Hi ArcLiv-carolt,

    Our pages by default do not show titles (it is only shown when using posts with gutenberg) especially when Advanced layout builder is used, you can use a heading to add a title.

    Best regards,
    Nikko

    in reply to: Having trouble underlining all links #1395520

    Hi Ryan,

    In Appearance > Customize > Additonal CSS, you have this css code:

    a {
    	text-decoration:none !important;
    }

    which prevents Rikard’s code from working, please remove that code.
    Also, targeting all links to have an underline would not look good because it will include the main menu (and other elements), if you have specific areas you want to include in the underline (or don’t want to include) then just let us know and we’ll help you with the CSS code more tailored to what you want to achieve.

    Best regards,
    Nikko

    in reply to: custom PNG instead of bullets #1395519

    Hi Monika,

    You’ll need to change the size of the image using image editors (like photoshop or use online image editors).

    If you don’t want to use resize it using an image editor then an option with be to use this code instead:

    .avia_textblock.bullets li {
        position: relative;
        padding-left: 20px;
    }
    
    .avia_textblock.bullets li:before {
        content: '';
        background: url(https://wery-designstudio.de/wp-content/uploads/2023/01/haken-webdesigner-wordpress-freelancer.png) center;
        background-size: contain;
        display: block;
        width: 12px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 8px;
    }

    Best regards,
    Nikko

    in reply to: Images not showing up on desktop #1395518

    Hi jnightingale,

    I tried to check the link you gave (without logging in to your site) using Windows 11 and viewed it on Chrome, Firefox and Edge, and I could see the image of the woman on a hot tub properly on all browsers. Screenshot in private content (only in chrome).

    Best regards,
    Nikko

    in reply to: Ein “Zwei-Ebenen-Filter” mit Ausgabe #1395517

    Hi Grobi,

    Please try to check Gravity Form’s conditional logic: https://docs.gravityforms.com/enable-conditional-logic/
    It is a paid plugin though, if you want a free one try to check contact form 7 and conditional fields for contact form 7 (I haven’t tried this one).
    I hope this helps.

    Best regards,
    Nikko

    in reply to: WebP Plugin #1395516

    Hi Monika,

    I think you can use Imagify, however, the only problem with it is it breaks some layout as mentioned in this thread: https://kriesi.at/support/topic/lot-of-issues-with-webp-and-enfold/ but the user @Alwin has also posted a solution that worked for him, which is also in imagify’s documentation: https://imagify.io/documentation/my-images-are-broken/

    Best regards,
    Nikko

    in reply to: Show Password Icon missing #1395515

    Hi Steve,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .woocommerce form .password-input, 
    .woocommerce-page form .password-input {
        position: relative;
    }
    
    .woocommerce-page .woocommerce-form-login .show-password-input {
        position: absolute;
        top: 0.8rem;
        right: 1.2rem;
        cursor: pointer;
    }
    
    .woocommerce form .show-password-input::after, 
    .woocommerce-page form .show-password-input::after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-left: 0.618em;
        content: "\e010";
        text-decoration: none;
    }

    Please let us know if it helps.

    Best regards,
    Nikko

    in reply to: Make portfolio grid the same height #1395514

    Hi Camilla,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mobile friendly home page #1395513

    Hi mattyork2,

    Please try the following steps:
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.
    I hope it helps.

    Best regards,
    Nikko

    in reply to: Text Box is not showing preview #1395512

    Hi AU5985,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Build a almost ready Template #1395511

    Hi Monika,

    Go to Enfold > Import/Export, and you’ll find options to Export Layout Builder Templates, that should include all saved templates.

    Best regards,
    Nikko

    in reply to: LInk to an image #1395510

    Hi enfold,

    Since that option isn’t available, I think the workaround would be to use the fade-to-another-image hover effect, but you’ll need to create a button or a link below to redirect the user to another page.
    Please check Ismael’s answer in this thread: https://kriesi.at/support/topic/image-links-not-working-for-images-with-fade-to-another-image-under-animation/#post-1377788
    Hope it helps.

    Best regards,
    Nikko

    • This reply was modified 2 years, 5 months ago by Nikko.
    in reply to: Banner Slider Style #1395509

    Hi woogie07,

    There’s no option for that, the only workaround for that is to use Element Visibility to hide/show the slider in different devices.
    Here are the steps to do it.
    1. Duplicate your slider and on the original slider go to Advanced > Responsive > Element Visibility then check hide on small screens and hide on very small screens.
    2. On the duplicate slider, replace the images
    3. Go to Advanced > Responsive > Element Visibility then check hide on large screens and hide on medium sized screens.
    I hope this helps.

    Best regards,
    Nikko

    in reply to: How to add box shadow for featured image posts #1395508

    Hi yundian,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: How to remove the “title attribute” in post title link #1395507

    Hi yundian,

    Thanks for giving us admin access.
    You we’re using an outdated version of Enfold (4.7.6.4) which seems to have caused that extra space, it was fixed when I updated your test website to the latest version (5.4).
    As for removing the “” (this can really be ignored since it doesn’t add anything) but if you really want to remove it then, you will need to use a child theme, you can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/ (make sure to import parent theme options).
    Then in your child theme’s functions.php file, add this code (at the bottom):

    function avia_default_title_filter( $current_post )
    {
    	if( ! empty( $current_post['title'] ) )
    	{
    		$default_heading = is_singular() ? 'h1' : 'h2';
    		$args = array(
    					'heading'		=> $default_heading,
    					'extra_class'	=> ''
    				);
    
    		/**
    			* @since 4.5.5
    			* @return array
    			*/
    		$args = apply_filters( 'avf_customize_heading_settings', $args, 'avia_default_title_filter', array( $current_post ) );
    
    		$heading = ! empty( $args['heading'] ) ? $args['heading'] : $default_heading;
    		$css = ! empty( $args['extra_class'] ) ? $args['extra_class'] : '';
    
    		$output  = '';
    
    		//$output .= "<{$heading} class='post-title entry-title ". avia_offset_class('meta', false). "'>";
    		$output .= "<{$heading} class='post-title entry-title {$css}' " . avia_markup_helper( array( 'context' => 'entry_title', 'echo' => false ) ) . '>';
    
    		if( ! is_singular() )
    		{
    			$output .=	'<a href="' . get_permalink() . '" rel="bookmark" title="' . __( 'Permanent Link:', 'avia_framework' ) . ' ' . esc_attr( $current_post['title'] ) . '">';
    			$output .=		$current_post['title'];
    			$output .=	'</a>';
    		}
    		else
    		{
    			$output .=		$current_post['title'];
    		}
    
    		$output .= "</{$heading}>";
    
    		$current_post['title'] = $output;
    	}
    
    	return $current_post;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Author picture and name in the single post #1395505

    Hi Zdenek,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Firefox Updating Issue #1395499

    Hi vantagepointmg,

    I tried it on my end using Firefox 109.0 in Windows 11 and it’s working properly.
    I have posted a recording link in private content.

    Best regards,
    Nikko

    in reply to: How to remove the shortlink #1395495

    Hi yundian,

    Yes, it’s the same function, you can remove that code as well as the code I gave and replace it with:

    add_filter('after_setup_theme', 'avia_remove_shortlink');
    function avia_remove_shortlink() {
    	remove_action('wp_head', 'wp_shortlink_wp_head', 10);
    	remove_action( 'template_redirect', 'wp_shortlink_header', 11);
    	remove_action( 'wp_head', 'avia_set_pingback_tag', 10, 0 );
    	remove_action( 'wp_head', 'avia_set_profile_tag', 10, 0 );
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Change distance betweem main menu and sub menu #1395301

    Hi Sebastian,

    Can you give us a link to your page? so we can inspect it further.
    You can post the link privately.

    Best regards,
    Nikko

Viewing 30 posts - 1,861 through 1,890 (of 25,536 total)