Viewing 30 results - 79,621 through 79,650 (of 142,870 total)
  • Author
    Search Results
  • #794389

    Hi,

    best to modify loop-index.php file as Yigit already mentioned, but as a workaround you could try tis code inside Quick CSS field:

    .slide-meta {
    top: -24px;
    }
    header.entry-content-header {
    position: relative;
    top: 24px;
    }

    For yellow line try this workaround:

    .slide-entry-excerpt.entry-content:after {
    content: '';
    border-bottom: 2px solid yellow;
    display: block;
    margin-top: 17px;
    width: 20%;
    }

    and adjust as needed.

    Best regards,
    Andy

    #794385

    Update: still under investigation Rikard. Hope to update this topic soon.
    Regards,
    Peter

    #794383

    In reply to: Update Enfold

    Hi Yigit, would you be able to help me get my update on with FTP? No idea how to go about that… My details are here: https://kriesi.at/support/topic/need-help-ftp-updating-theme-to-v4-0-7-to-fix-fatal-error/

    Thanks in advance.

    #794378

    Enfold users who have applied my patch to solve the blurry image issue in Enfold up to 4.0.5 with WooCommerce 3.0 need to remove the patch after updating to Enfold 4.0.6. Please follow this simple steps.

    #794377

    Enfold users who have applied my patch to solve the blurry image issue in Enfold up to 4.0.5 with WooCommerce 3.0 need to remove the patch after updating to Enfold 4.0.6. Please follow this simple steps.

    #794375

    Enfold users who have applied my patch to solve the blurry image issue in Enfold up to 4.0.5 with WooCommerce 3.0 need to remove the patch after updating to Enfold 4.0.6. Please follow this simple steps.

    #794369
    mensmaximus
    Participant

    Enfold 4.0.6 fixes the blurry image issue on single product pages since WooCommerce 3.0. Therefore the woocommerce patch introduced for Enfold up to version 4.0.5 is not necessary anymore and must be removed to get full control over the new woocommerce gallery settings introduced with Enfold 4.0.6.

    The following instructions apply only to those users who have installed the patch mentioned above. If you do not know what I am talking about you probably don’t need to do anything. Depending on which version of the patch you installed you have to follow a few simple steps.

    Basic Patch (without new WooCommerce Gallery):
    =====================================
    1. Establish a ftp connection to your hosting account
    2. Change to /wp-content/themes/enfold-child/
    3. Download the file ‘functions.php’
    4. Open the downloaded file in a text editor (like notepad++, do not use wordpad!)
    5. Remove the following code block:

    global $woocommerce;
    if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) {
    	function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
    	    return $img;
    	}
    	function avia_woocommerce_post_thumbnail_description($img, $post_id){
    	    return $img;
    	}
    }

    6. Save the file and upload it again.

    Enhanced Patch (with new WooCommerce Gallery):
    =====================================
    1. Establish a ftp connection to your hosting account
    2. Change to /wp-content/themes/enfold-child/woocommerce/single-product
    3. Delete the files product-image.php and product-thumbnails.php.
    3a. If this are the only two files in the ‘single-product’ directory you can delete the ‘single-product’ directory as well
    3b. If the ‘woocommerce’ directory only contains the ‘single-product’ directory and no other files you can delete the ‘woocommerce’ directory as well.
    4. Change to /wp-content/themes/enfold-child/
    5. Download the file ‘functions.php’
    6. Open the downloaded file in a text editor (like notepad++, do not use wordpad!)
    7. Remove the following code block:

    global $woocommerce;
    if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) {
    
    	add_theme_support( 'wc-product-gallery-zoom' );
      add_theme_support( 'wc-product-gallery-lightbox' );
    
    	function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
    	    return $img;
    	}
    	function avia_woocommerce_post_thumbnail_description($img, $post_id){
    	    return $img;
    	}
    
    }

    8. Save the file and upload it again.

    You have successfully removed the patch and can use the gallery selection on the shop options tab in Enfold 4.0.6

    #794330

    @victoria This solution https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/#post-774201 works wrost than better, once the thumbails lose their form, istead of user the defaut it use the image’s original format size.

    https://kriesi.at/support/topic/welcome-username-login-logout-in-top-bar/ I couldn’t do that, i seens to have a syntax error

    `<?php
    if ( is_user_logged_in() ) {
    cho ‘<span class = “welcome-text”>Welcome ‘ . $current_user->user_login.”\n”; echo ‘! My Account | </span>’ ; wp_loginout();
    } else {
    echo ‘<span class = “welcome-text”>Welcome, visitor!</span>’ ; wp_loginout();
    }
    ?>

    Hey Stefan,

    die Schlagwortausgabe klappt ohne bei Enfold ohne das Relevanssi Plugin. Es scheint also eine Inkompatibilität zwischen Enfold und diesem Plugin zu geben. Leider können wir da nicht viel machen, da wir mit Relevanssi keinerlei Kooperation haben. Wenn du auf unsere Plugin Liste schaust (https://kriesi.at/support/topic/recommended-plugins/), dann wirst du dort ein anderes Such-Plugin finden und nicht Relevanssi.

    Es würde über diesen Basic Support hier drüber hinaus gehen die Inkompabilität zwischen Enfold und Relevanssi zu klären, daher würde ich dir empfehlen entweder ein anderes Plugin zu verwenden oder dir einen Freelance Developer zu engagieren für diesen Job. Du könntest einen hierüber finden: http://kriesi.at/contact/customization

    Gruß,
    Andy

    Hi,

    we can’t really help as it’s about a 3rd plugin and we can’t provide support for every plugin out there. Please contact plugin’s author instead. If they can’t help you I would try a different plugin. Have a look at this: https://kriesi.at/support/topic/woocommerce-de-erweiterung-fur-kriesi-themes/

    Of course you could also hire a freelance developer for this job.

    Best regards,
    Andy

    #794280

    Hi NeilJC, the same for me. To restore my site I’ve rolled back database and files. Additionally, to get an access to backend you can rename Enfold folder via sftp like described in this thread – https://kriesi.at/support/topic/http-error-500/

    #794279
    Guilherme Pereira
    Participant

    Hi, i’ve just updated my theme. It fixed the blurry product image, but still don’t changing the product variation image. How can i fix it? This solution https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/#post-774201 works wrost than better, once the thumbails lose their form, istead of user the defaut it use the image’s original format size.

    #794266

    Hi Victoria,
    I actually found a work around using a plug-in that allows for shortcode entries in menus. I just added a menu to the top extra header and added the shortcode for the plug-in I wanted to add.

    For anyone looking for an easy solutions to add the translator plugin Transposh to their extra top menu, using the plugin Shortcodes in Menus and utilizing the shortcodes from Transposh (or any other plugin with a shortcode) within the secondary menu section.

    Thanks!

    #794254
    evdonley
    Participant

    Please let me know how I can substitute another image for the full screen slider image on mobile/tablet (portrait). The slide I am using for desktop has my book image intentionally on the left. However, I would like the portrait-orientation mobile/tablet image to have more of a thumbnail-sized image or a kinda-centered image that is fixed.

    I have tried substituting another image for mobile or scaling/fixing the present image (based on other forum suggestions/code) without success. I do not wish to switch to the full width slider due to the different capabilities.

    Thanks for any help you can provide.

    #794247

    OK – I did start a new thread – here is the link:

    I have not received a response to it yet.

    thank you

    tim

    Well – I did it and it didnt’ blank out the page but it did mess up the fonts on the nav bar at the top.
    Unfortunately, I dont have the bandwidth to start messing around with the updates to our theme. I’m the social media manager.
    We’d need a wordpress pro to help us.

    Is there any way to to just make it so the site is BOXED and there’s white around it?
    That’s all we want for now?

    #794184

    In reply to: Enfold Changelog

    Hi, i’ve just updated my theme. It fixed the blurry product image, but still don’t changing the product variation image. How can i fix it? This solution https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/#post-774201 works wrost than better, once the thumbails lose their form, istead of user the defaut it use the image’s original format size.

    #794158

    Hi mm256,

    You can use shortcodes from Advanced Layout Builder or have a look here.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    Many others having the same issue. URGENT help needed: https://kriesi.at/support/topic/fatal-error-after-update-to-4-0-6/

    Hi Micreate,

    I could not load your website today neither from laptop, nor from mobile. Is it working or are you moving it somewhere?

    Best regards,
    Victoria

    fullrotation
    Participant

    HI, I want to overlap the background image of one color section over the top of another, is this possible?
    I have used a full width curved shape at the bottom of a color section with a transparent png. I want this to overlap slightly the next color section underneath it also with a full width background image

    Many thanks

    #794102
    Blue_Bear
    Participant

    Hi enfold team,

    I just wanna know if it’s possible to change the width of the border of a contactform to 0.5px ?

    I try with css but it’s not working…

    What I try :

    /* modification formulaire de contact */
    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"],#top textarea, #top select {
    border-style: solid!important;
    border-width:0.5px!important;
    border-color:#000000!important;
    }

    Thanks a lot !
    Best regards,
    Clement

    Hi Victoria,
    yeah I got that and am using a SMTP plugin. But since we’re getting a lot of mails, it’s pretty annoying to loose track of them, because we have to create a new mail instead of just replying to them.

    I found the code lines below, but they did not work. (They are from this thread: https://kriesi.at/support/topic/contact-form-messages-not-sent/#post-389784).

    add_filter( 'avf_form_from', 'enfold_customization_contact_form_etc', 10, 3 );
    function enfold_customization_contact_form_etc( $from, $p1, $p2 ) {
    	global $enfold_custom_from_header;
    	$enfold_custom_from_header = $from;
    }
    add_filter( 'avf_form_mail_header', 'enfold_customization_contact_form_etc2', 10, 3 );
    function enfold_customization_contact_form_etc2( $header, $p1, $p2 ) {
    	global $enfold_custom_from_header;
    	$header .= 'Reply-To: ' . $enfold_custom_from_header . '\r\n';
    	return $header;
    }

    Is there any chance to get this working or don’t you provide this kind of support (which would be okay)?

    Best regards,

    Andreas

    #794098
    Blue_Bear
    Participant

    Hi enfold team,

    This time I try to put some custom icon on the top bar. The custom icon are in png (as i cannot add a svg in the media library). I try to follow two methods that you advice but it’s not working… Do you have an idea ?

    1st method : http://kriesi.at/documentation/enfold/custom-social-icons/

    I put the code in functions.php and i have acces to the icon in the social profil manager but when I apply the css it’s not working…

      in functions.php :
    // Changer les icones socials———————–*/
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['picto mail-01'] = 'picto-mail-01';
    	$icons['picto insta-01'] = 'picto-insta-01';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
      in style.css :
    #top #wrap_all .av-social-link-picto-mail-01 a:before {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://bijouterie-valer.fr/wp-content/uploads/2017/05/picto-mail-01.png) no-repeat center center;
        background-size: contain;
    }
    #top #wrap_all .av-social-link-picto-insta-01 a:before {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://bijouterie-valer.fr/wp-content/uploads/2017/05/picto-insta-01.png) no-repeat center center;
        background-size: contain;
    }

    2nd method:: https://kriesi.at/support/topic/custom-social-media-icons-5/

      in style.css
    #top .social_bookmarks li:hover a {
        background: transparent !important;
    }
    #top .social_bookmarks li a:before{
        content: "";
        display: block;
        width: 20px;
        height: 20px;
    }
    #top .social_bookmarks li.social_bookmarks_picto-mail-01 a:before {
        background: url(https://bijouterie-valer.fr/wp-content/uploads/2017/05/picto-mail-01.png) center center no-repeat;
        background-size: contain;
    }
    #top .social_bookmarks li.social_bookmarks_picto-insta-01 a:before {
        background: url(https://bijouterie-valer.fr/wp-content/uploads/2017/05/picto-insta-01.png) center center no-repeat;
        background-size: contain;
    }

    I came back to the custom icon from fontello and flaticon while I foudn a solution for this problem.

    Thank you very much !
    Best regars,
    Clement

    #794096

    In reply to: Boxed Layout

    Hey hackintosh1984,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
       width:1510px !important;
       max-width:95% !important;
    }
    

    Please adjust the values to suit your preferences. (Actually, you can set the width in General Layout > Dimensions.)

    Please let us know if you need more help!

    Best regards,
    Sarah

    #794079

    Hi,

    No problem for the answers. I am just trying to under correctly.

    Try this:

    #av_section_2 .template-page.content.av-content-full.alpha.units{
    padding-top:50px!important;
    }

    Best regards,
    Jordan Shannon

    #794071

    In reply to: Transparent text block

    Hi,

    Do you need any other assistance with this topic, or can we close this thread? :)

    Best regards,
    Sarah

    #794061

    This removed the padding from the top, but I wanted the same padding pixels on top and below, exacly as you can see with the color section at the top of the page. As I said, tried to clone it with no success, tried to add code I found here with no success, and this is not working either :/

    (But thank you anyway for the answers)

    #794059

    Hi,

    Try adding the following to quick css:

    
    #av_section_1 .template-page.content.av-content-full.alpha.units{
    padding-top:0px!important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #794055

    Ok, the only things to display on top of screen are that :

    
    Strict Standards: Non-static method MemberAccess::run() should not be called statically in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-content/plugins/member-access/member_access.php on line 40
    
    Strict Standards: Non-static method MemberAccess::instance() should not be called statically in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-content/plugins/member-access/lib/MemberAccess.php on line 81
    
    Notice: Undefined index: page in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-content/plugins/members-list/core/search.php on line 30
    
    Notice: has_cap est appelé avec un argument qui est déprécié depuis la version 2.0.0 ! L’utilisation des niveaux d’utilisateur par les extensions et thèmes est désormais interdite. Utiliser les rôles et capacités à la place. in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-includes/functions.php on line 4022
    
    Notice: get_bloginfo est appelé avec un argument qui est déprécié depuis la version 2.2.0 ! L’option home est obsolète pour l’ensemble des fonctions bloginfo(). Utilisez plutôt l’option url. in /srv/data/web/vhosts/www.freesalsa.fr/htdocs/wp2016/wp-includes/functions.php

    After bad upload, when “http error” appears, no more debug text is displayed…

    • This reply was modified 8 years, 10 months ago by romano2.
Viewing 30 results - 79,621 through 79,650 (of 142,870 total)