Forum Replies Created
-
AuthorPosts
-
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,
PeterHey 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,
PeterHey!
Yes, I created sticky post: https://kriesi.at/support/topic/yoast-seo-1-5-5-3-bug-may-affect-your-seo-please-downgrade-to-1-5-5/
Best regards,
PeterHey 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,
PeterHi!
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!
PeterAugust 25, 2014 at 7:57 am in reply to: Yoast WordPress SEO problem with Page with POST.SLIDER content. #308662Hi!
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.
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,
PeterHi!
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,
PeterHey!
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,
PeterHi 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,
PeterHey!
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!
PeterHi!
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,
PeterHey 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,
PeterHey!
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,
PeterHey!
Great – glad I could help you :)
Cheers!
PeterHi!
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,
PeterHey!
Great :)
Best regards,
PeterHi!
Just for the protocol – the thumbnil regenerate plugin can be downloaded here: https://wordpress.org/plugins/regenerate-thumbnails/ for free.
Cheers!
PeterHi!
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,
PeterHey!
Great – I’ll leave this thread open in case the plugin doesn’t work for you :)
Cheers!
PeterHey!
I changed the code a bit – please try it again.
Regards,
PeterHey!
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,
PeterHey!
I can’t view the website – I just see a sentence “Webbplats under utveckling.”.
Regards,
PeterHey!
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,
PeterHi 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!
PeterAugust 22, 2014 at 10:51 am in reply to: Multiple Domains with enfold – Icons are not displayed #307757Hey!
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!
PeterHi 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,
PeterHey 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 -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts