Forum Replies Created

Viewing 30 posts - 2,221 through 2,250 (of 9,352 total)
  • Author
    Posts
  • in reply to: HTTPS fullscreen slider video issue #308674

    Hi!

    Thanks for the bug report. We’ll fix this with the next update. If you need a quick fix open up /wp-content/themes/enfold/js/shortcodes.js and replace

    
    youtube : {loaded: false, src: 'http://www.youtube.com/iframe_api' }
    

    with

    
    youtube : {loaded: false, src: 'https://www.youtube.com/iframe_api' }
    

    Regards,
    Peter

    in reply to: Google Custon Engine (CSE) and CSS #308673

    Hey ayron!

    You can add a negative margin-top to the search input field to move it inside the search bar – insert this code into the quick css field:

    
    #top #wrap_all #gs_id50{
    margin-top: -11px;
    }
    
    #top #wrap_all .gsc-selected-option-container {
        min-width: 76px;
    }
    

    This code will change the height of the input field:

    
    #top #wrap_all  #gsc-i-id1{
    height: 25px !important;
    }
    

    This code should fix the search button:

    
    #top #wrap_all input.gsc-search-button {
        height: 32px !important;
        background: url('http://www.google.com/uds/css/v2/search_box_icon.png') #4D90FE no-repeat 50% !important;
    }
    

    Best regards,
    Peter

    in reply to: WordPress SEO plugin 1.5.5.3 Breaks Enfold Page w/ #308671
    in reply to: Vorschaubild Bug #308668

    Hey Madame_z!

    1) Deaktiviere das “Easy Facebook Like” Plugin, oder füge diesen Code in das Quick CSS Feld ein:

    
    .responsive #top span img {
        width: auto !important;
    }
    

    2) Wenn ihr den Balken entfernen wollt, fügt diesen Code in das Quick CSS Feld ein:

    
    #top .avia-post-nav{ display: none !important; }
    

    3) Welche Font-Größe möchtest du ändern? Die von den Überschriften oder den Fließtext?

    Regards,
    Peter

    in reply to: Hilfe bei Woo Extension Wishlist #308667

    Hi!

    Kannst du mir bitte einen Account einrichten? Wenn ich mir die Wunschzettel-Seite ansehen, steht dort nur “Bitte logge Dich ein oder registriere Dich für ein kostenloses Kundenkonto, um Wunschzettel zu erstellen und Produkte damit zu sammeln.”.

    Cheers!
    Peter

    Hi!

    In fact it seems to be a bug with the latest Yoast SEO plugin version. Another user contacted the Yoast support team and they suggested following (temporary) fix unril they release an update:

    For the moment, I’d recommend that Enfold make an announcement on their home page and advise that customers that who have installed wp-seo 1.5.5.3 fall back to version of WP-Seo 1.5.5 that can be found on https://github.com/Yoast/wordpress-seo/releases.

    The process to fall back is easy.
    1) download 1.5.5
    2) In WP I’d recommend an export of your WP-SEO settings in 1.5.5.3 (just in case)
    3) Upload via FTP v 1.5.5 into plugin folder
    4) In WordPress Deactivate Version 1.5.5.3
    5) In WordPress Activate version 1.5.5
    6) Goto pages that you are using Enfold ‘Blog Content’ and dbl check that they have proper SEO meta description content and not imported content that comes from the ‘bug’. Rewrite Yoast SEO metadescription, keyword, permalinks, slugs as needed. This bug is a bad one, you may need to really clean up your page.
    7) Resubmit page link to Google webmaster tools/Fetch as Google. Your pages that have been corrupted by this bug, your SEO is incorrect, and you have to be re-crawled, after you have updated step#6

    (ref: https://kriesi.at/support/topic/wordpress-seo-plugin-1-5-5-3-breaks-enfold-page-w/ )

    Best regards,
    Peter

    • This reply was modified 10 years, 8 months ago by Dude.
    in reply to: Yoast SEO Plugin Redirect Loop Conflict #308661

    Hey!

    Maybe but in this case I’m pretty sure it’s not a theme conflict. Otherwise I couldn’t reproduce it with the standard wordpress theme :)

    Best regards,
    Peter

    in reply to: "Reveal" footer effect? #308660

    Hi!

    You can test if it works with Enfold – you can insert the css code into the quick css field or into the child theme style.css file:

    
    	#main{
    		z-index:2;
    		position:relative;
    		margin-bottom:500px; /* Set statically, but it illustrates the principle */
    	}
    	
    	#footer{
    		bottom:0;
    		position:fixed;
    		z-index:1;
    		height:500px; /* Statically set to match the #main margin-bottom */
    	}
    

    If it doesn’t work you can try to replace the #main selector with #wrap_all. If it still doesn’t work afterwards you need to hire a freelancer/developer who can look into it and rewrite/customize the code for you if necessary.

    Regards,
    Peter

    in reply to: Suchergebnisseiten ohne Abbildung #308659

    Hey!

    Du könntest versuchen statt dem Exzerpt den gesamten Post Inhalt auf der Suchseite anzuzeigen. Dann sollte wordpress auch die Bilder in den Posts, etc. inkludieren. Hierzu öffne enfold / includes / loop-search.php und ersetze:

    
     $excerpt = trim(get_the_excerpt());
    if(!empty($excerpt))
    {
    the_excerpt();
    }
    else
    {
    $excerpt = strip_shortcodes( get_the_content() );
    $excerpt = apply_filters('the_excerpt', $excerpt);
    $excerpt = str_replace(']]>', ']]>', $excerpt);
    echo $excerpt;
    }
    

    durch

    
    the_content();
    

    Du kannst die loop-search.php auch vom child theme Ordner laden, wenn dies gewünscht wird.

    Best regards,
    Peter

    in reply to: WPML Translate: widget and gallery #308414

    Hi Bruno!

    1) You can use this plugin: http://wordpress.org/plugins/display-widgets/ to translate widgets with WPML.

    2) Please create me an admin account – I need to check the setup of the gallery, etc.

    Best regards,
    Peter

    in reply to: WordPress SEO plugin 1.5.5.3 Breaks Enfold Page w/ #308409

    Hey!

    Glad the Yoast developer team looks into the issue. It’s probably the best solution to downgrade to 1.5.5 until we know what code causes the conflict.The update also seems to trigger some other conflicts with WooCommerce: https://kriesi.at/support/topic/yoast-seo-plugin-redirect-loop-conflict/ (redirection errors, etc.).

    Cheers!
    Peter

    in reply to: Enfold and the SEO WordPress Version 1.5.5.3 #308408

    Hi!

    I posted a temporary fix here: https://kriesi.at/support/topic/conflict-with-enfold-and-seo-yeast-woo-commerce/#post-307331
    We didn’t change the theme code and I think it’s a bug with the Yoast SEO plugin code. As you pointed out in your pot Yoast 1.5.5.1 worked just fine with Enfold 2.9.2 and we didn’t change any code in the meantime. We’ll wait for the Yoast developer team and hopefully they can fix the bug on their end.

    Another user: https://kriesi.at/support/topic/wordpress-seo-plugin-1-5-5-3-breaks-enfold-page-w/#post-308267 reported that the Yoast developer team works on the issue.

    Best regards,
    Peter

    in reply to: Yoast SEO Plugin Redirect Loop Conflict #308406

    Hey j1980mac!

    No, it’s not a theme issue/conflict. I switched to the Twentythirteen theme (standard wordpress theme – you can switch the theme here: http://staging.expresswriters.com/wp-admin/themes.php ) and this page: http://staging.expresswriters.com/product/interview/ still showed the “redirection” error. Probably another plugin, maybe WooCommerce, conflicts with the Yoast plugin. The last Yoast plugin update really messed things up…

    Regards,
    Peter

    in reply to: WordPress SEO plugin 1.5.5.3 Breaks Enfold Page w/ #308210

    Hey!

    I posted a temporary fix here: https://kriesi.at/support/topic/conflict-with-enfold-and-seo-yeast-woo-commerce/#post-307331 – just insert the code into the child theme functions.php or enfold/functions.php. I first thought it’s a conflict between woocommerce and yoast seo but in fact it seems to be a bug in the wp seo plugin because any query (blog post query, woocommerce product query, etc) breaks the “seo analysis” function. Older yoast seo versions worked just fine with WooCommerce or blog queries and we didn’t change our theme code and hopefully the yoast team will fix this bug with the next update.

    Best regards,
    Peter

    in reply to: Incorrect Breadcrumbs? #307875

    Hey!

    Great – glad I could help you :)

    Cheers!
    Peter

    in reply to: Incorrect Breadcrumbs? #307840

    Hi!

    Yes, the code I posted here: https://kriesi.at/support/topic/incorrect-breadcrumbs/#post-307257 should replace the code I posted here: https://kriesi.at/support/topic/incorrect-breadcrumbs/#post-261653

    Best regards,
    Peter

    in reply to: Roboto Font Thin for Headlines #307832

    Hey!

    Great :)

    Best regards,
    Peter

    in reply to: gallery unable to select Images #307828

    Hi!

    Just for the protocol – the thumbnil regenerate plugin can be downloaded here: https://wordpress.org/plugins/regenerate-thumbnails/ for free.

    Cheers!
    Peter

    in reply to: FONT-RENDERING #307822

    Hi!

    Please try to use this code instead:

    
    <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
    

    If it still doesn’t work try to use the magic wand shortcode generator to generate the font icon (Magic wand > Content Elements > Icon) and insert the shortcode directly into the text field.

    Regards,
    Peter

    in reply to: sorting portfolio categories #307816

    Hey!

    Great – I’ll leave this thread open in case the plugin doesn’t work for you :)

    Cheers!
    Peter

    in reply to: Remove Lightbox on Ajax Portfolio #307781

    Hey!

    I changed the code a bit – please try it again.

    Regards,
    Peter

    in reply to: Contact form error #307775

    Hey!

    In fact there’s an easier way to change the url. Go to Appearance > Editor, click on “functions.php” to edit the file and then insert this code at the very bottom of the file:

    
    add_filter('avia_social_share_link_arguments', 'avia_change_social_link_args', 10, 1);
    function avia_change_social_link_args($args)
    {
    	$args['linkedin']['pattern'] = "http://linkedin.com/shareArticle?mini=true&title=[title]&url=[permalink]";
    	return $args;
    }
    

    If you want to use ftp to edit the file connect to your ftp server (i.e. with Filezilla), navigate to wp-content/themes/enfold/ and download the functions.php file. Then edit the file and upload the modified file. Confirm the “overwrite file” dialog if necessary.

    Regards,
    Peter

    in reply to: Hide blogpost title/filename #307771

    Hey!

    I can’t view the website – I just see a sentence “Webbplats under utveckling.”.

    Regards,
    Peter

    in reply to: FONT-RENDERING #307770

    Hey!

    1) You can use this code to target all elements – insert it into the quick css field:

    
    body #wrap_all{
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke: 0.2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    

    Note that some elements (headlines) do have a special font-style or font-weight and you can’t change them with this generic code. The other css attributes (text-rendering, etc.) will be used for all elements though.

    2) I couldn’t find a hr element in the right column. It seems like you replaced it with a minus/dash now. If you still want to use a hr element please add it back to the column and we’ll look into it.

    3) Replace:

    
    <span style=" line-height: 25px; font-size: 1.1em;"> ♥ </span>
    

    with:

    
    <span style='line-height: 25px; font-size: 1.1em; font-family: "entypo-fontello";'> ♥ </span>
    

    and the browser should use the rifght font to display the icon. I’m not sure if you can copy the code from our support forum directly though – maybe it converts the character code again and then the icon code won’t work properly on your website.
    Best regards,
    Peter

    in reply to: Main Menu not working when using slugs twice, WPML #307760

    Hey!

    Your WPML version is outdated. Please update WPML 3.0.1 to 3.1.7 (latest version). I’m not sure if this will fix the issue but I know WPML 3.0.1 is not fully compatible with WP3.9.2 and maybe the WPML update fixes the issue.

    Best regards,
    Peter

    in reply to: Remove Lightbox on Ajax Portfolio #307758

    Hi ProAnts!

    Please insert this code into the quick css field:

    
    #top .portfolio-details-inner .ajax_slide .portfolio-preview-image a.lightbox-added{
    pointer-events: none;
    }
    

    It will deactivate the click event for the ajax portfolio slideshow.

    Cheers!
    Peter

    in reply to: Multiple Domains with enfold – Icons are not displayed #307757

    Hi Siracher!

    Yes – see http://davidwalsh.name/cdn-fonts

    Best regards,
    Peter

    in reply to: Conflict with enfold and seo yeast woo commerce #307756

    Hey!

    Yes exactly. Please add this code to the functions.php file when you want to edit the meta description of the “Photography Courses Blue Mountains” page. Afterwards you can remove it again. If you don’t remove it the Yoast SEO page analysis feature won’t work properly on advanced template pages because the “advanced templates” are based on wordpress shortcodes and our advanced template framework processes/executes these shortcodes before we pass the content to Yoast SEO. The plain/raw shortcode content can vary from the final output which can also affect the seo analysis.

    Cheers!
    Peter

    in reply to: Magazine thumbnails #307751

    Hi Wils1234!

    1) You can add a background color to the preview thumbnail div element – insert the code into the child theme style.css or quick css field:

    
    .av-magazine-thumbnail {
        background-color: #333;
    }
    

    and change the color value if necessary.

    2) You can hide the date with this code:

    
    #top .main_color .av-magazine-time{
    display: none;
    }
    

    3) Use this code to change the thumbnail size:

    
    #top .av-magazine-thumbnail, #top .av-magazine-thumbnail a, #top .av-magazine-thumbnail a img {
        width: 100px;
        min-height: 100px;
    }
    

    and replace 100px with your thumbnail size. If the images display blurry you may increase the thumbnail size of the images – insert this code into the child theme functions.php (or enfold/functions.php) file:

    
    add_filter('avf_magazine_settings', 'avia_magazine_thumbnail', 10, 2);
    function avia_magazine_thumbnail($atts, $magazine){
    $atts['image_size']['small'] = 'square';
    return $atts;
    }
    

    and replace “square” with another thumbnail size like: ‘masonry’, featured’, ‘featured_large’, ‘portfolio’, ‘gallery’, ‘entry_with_sidebar’,’entry_without_sidebar’,extra_large’ or “magazine”

    Best regards,
    Peter

    in reply to: Lightbox gallery from portfolio #307749

    Hey Sebastiano!

    No, this is unfortunately not possible without some theme code customization. I recommend to hire a freelancer who can probably implement such a feature with 2 or 3 hours of work. You can try WerkPress: http://kriesi.at/contact/customization or post a job offer here: http://studio.envato.com/

    Regards,
    Peter

Viewing 30 posts - 2,221 through 2,250 (of 9,352 total)