Forum Replies Created
-
AuthorPosts
-
Hi!
Excerpts do not support shortcodes by default but you can use the do_shortcode() function to execute them even if wordpress does not support them in excerpts. In your case you need to modify /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php – open up the file and replace
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div>" : '';
with
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".do_shortcode($excerpt)."</div>" : '';
Cheers!
PeterHey mariocarabotta!
Did you enter the copyright text on the theme option page? Go to the admin page and make sure that the “English” setting is selected in the dropdown of the admin bar. Then go to Enfold (En) > Footer and insert your copyright message in English.
Regards,
PeterHey lertnoparat!
Please try to insert following code at the bottom of functions.php to fix the issue.
add_action('init','remove_yoast_analysis'); function remove_yoast_analysis(){ remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); }
Cheers!
PeterHi!
Hehe ok :)
Best regards,
PeterHey!
ZipArchive is a standard php function: http://www.php.net/manual/en/class.ziparchive.php
If your server returns an error like “Class ‘ZipArchive’ not found” please contact your hoster and ask the server administrator to activate the ZipArchive class/feature for you. Maybe they need to update the php version or change the php.ini config file for you.Regards,
PeterHi!
No, the code will add a “css class” option field to all layout elements where you can enter a custom css class name. You can use the css class(es) to apply a custom style to some (or all) advanced layout elements which share the same class. It’s more flexible than the id solution because you can apply the same class to an unlimited number of elements whereas you can’t use the same id for two or more elements on the same page.
Cheers!
PeterHi!
1) I can’t reproduce the bug you reported. I see the featured image here: http://love.tennisgate.com/en/category/coaches/footwork-coaches/ ( http://www.clipular.com/c/5555193345212416.png?k=FVFgow_ww-Gv6rGiwWChRK1bwzI ) and on the single post page: http://love.tennisgate.com/en/2013/11/10/backhand-volley-on-the-run/ ( http://www.clipular.com/c/5357785910870016.png?k=S57_tLSGuqtL2kV7xTS_L7WaTbQ ).
2) Please elaborate. The content slider is a normal shortcode and should display just fine on single post pages. Blog and archive pages ( http://love.tennisgate.com/en/category/coaches/footwork-coaches/ ) show just the excerpt and the excerpt does not support shortcodes (it’s a wordpress limitation – the excerpts do not support html code and shortcodes).
3) a Video placed with iFrame is deleted if change between advanced and default layout editor.
The “Advanced editor” and the “Default editor” do not share the same content. If you click on the “Advanced Editor” button and then save the page the page will display the “Advanced layout editor” content when the user views the website, if you select the “Default Editor” and then save the page content the user will see the default content without the advanced layout elements. If this doesn’t answer the question please elaborate what “iFrame is deleted if change between advanced and default layout editor.” means and please post a link to the page where we can reproduce the issue.Cheers!
PeterDecember 5, 2013 at 10:22 am in reply to: Enfold- Social media icons and widget icons missing #196575Hey!
I can’t reproduce the issue ( http://maxwellcenter.com/new ) with Chrome 31 on Win 8.1. However you can try to insert following code into the quick css field – maybe it fixes the issue
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { font-family: 'entypo-fontello' !important; }
If not try to deactivate all browser extensions and restart the browser – maybe an extension breaks the social icons somehow.
Best regards,
PeterHi!
Ja, ich werde Devin fragen, ob er ein Video hierzu machen kann. Dieses Video: http://vimeo.com/20917974 von WooThemes erklärt ein paar basics bzgl Firebug.
Best regards,
PeterHey!
Personally I recommend to use following code instead
<html <?php language_attributes(); ?> class="<?php if(!is_home() && !is_front_page()) { echo " html_stretched ".$responsive." ".$headerS; } else { echo " html_$style ".$responsive." ".$headerS; }?> ">
the is_page() conditional is imo not the best solution to check if the current page is the home/front page.
Cheers!
Peter-
This reply was modified 11 years, 7 months ago by
Dude.
Hi!
Einfach die Checkbox bei “Set as private reply (Only you and moderators will see the content of this post)” auswählen bevor man den “Submit” Button klickt.
Regards,
PeterHi!
Ok, ich glaube das Problem ist, dass das memory limit mit 90mb “blockiert” ist, daher der Benutzer (= WP Administrator) kannst es nicht auf 128mb mit Hilfe der wp-config.php erhöhen. Ich habe das mit http://wordpress.org/plugins/wp-memory-db-indicator/ getestet, welches nur 90mb anzeigt, obwohl das Limit von dir auf 128mb gesetzt wurde. Hast du schon beim Hoster (nehme an es ist 1&1) angefragt, ob das Limit auf 128mb erhöht werden kann?
Regards,
PeterHey!
No, I can access http://www.marakoudja.ch without problems.
Regards,
PeterHi!
From Austria, Vienna (located in Europe). Screenshot: http://www.clipular.com/c?4627205531369472=3Zhqigfgj4yCAhFBTalHbLZAPlw&f=.png
Cheers!
PeterHey!
Bitte poste auch die url zu der Website :)
Best regards,
PeterHi!
I marked it for Devin, Ismael, Yigit and Josue – maybe one of them can access the admin page.
Regards,
PeterHey bakanahito!
I don’t understand the question. WordPress will load the single.php template by default if you’re on a single post page. I’m not sure what the “wordpress codex” would do with the single.php or why we should use the “wordpress codex” to call this file??
Cheers!
PeterHi!
No, you need to do it manually. You can use “Widget Logic” ( http://wpml.org/2011/03/howto-display-different-widgets-per-language/ ) to display/hide certain widgets for certain languages.
Regards,
PeterHi!
The advanced layout builder uses shortcodes to build the layouts. If you change the layout on one page you also need to change the layout on the translated pages because the shortcodes are embedded like standard text into the post content. It’s not possible to synchronize the layouts in this case. You could save the templates but then you need to translate the content over and over again every time you restore the template for the translated version of the page.
Regards,
PeterHi!
No, the masonry gallery is a “fullwidth element” (similar to the fullwidth color section, fullwidth Layerslider and fullwidth AviaSlider) and you can’t insert the fullwidth elements with a shortcode because they require a special page template and it’s not possible to load this page template inside the default text content/container.
Cheers!
PeterHi Jonathan!
I think a plugin causes this issue. Please try to deactivate all third party plugins and check if the accordion starts to work. If yes activate the plugins one by one to find the culprit.
Regards,
PeterHi Smaskit6!
Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials.php and replace
if($link) $output .= " – <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>";
with
if($link) $output .= " <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>";
Cheers!
PeterHey!
Glad it works now :)
Cheers!
PeterThis reply has been marked as private.Hey!
I tagged this thread for Devin. He should be able to test your website with an IPad.
Regards,
PeterHi!
Ich würde einfach einen margin-left zum Wisget hinzufügen. Verwende hierzu folgenden Code und passe den px Wert an:
#top .widget_search{ margin-left: 10px; }
Cheers!
PeterDecember 4, 2013 at 10:16 am in reply to: No description tag Pretty Photo in posts and other inconsistencies Gallery #196039Hey henkvanm!
1) The reason why the description doesn’t show if you use
[gallery link="file" columns="4" ids="54,55,53,52"]
is that it’s not a theme shortcode but the standard wordpress shortcode. You can use the “gallery” element (or shortcode) of the theme and instead of “Big image with thumbnails below” select “Gallery Style” > “Small Thumbnails”. The default wordpress gallery shortcode produces a different output which is not compatible with the prettyphoto description feature.
2) “Then, in the pages the description tag is shown, but you can’t enter them in gallery upload view:” – I’ll ask Kriesi to look into it. Maybe we can add this option field to the upload view.
Cheers!
PeterHey!
Mir scheint dieses wechselhafte Verhalten mit den Server zusammenzuhängen, da der Code immer derselbe ist. Wenn also der Code einmal funktioniert und einmal nicht liegt es daran, dass der Server (aufgrund von Limitationen der Hardware oder der Konfiguration) ab und zu abbricht die Seite aufzubauen (daher den Code auszuführen). Kannst du uns einen Admin Account einrichten – möglicherweise finden wir die Limitation. Wenn nicht, würde ich empfehlen einmal beim Hoster anzufragen, welche Limits den Fehler verursachen könnten und falls diese Limits nicht umgangen werden können (zB Hoster erlaubt nur 64mb allocated memory), dann würde ich die Seite bei einem anderen Hoster online stellen.
Best regards,
PeterHi!
Please try to add following code into the quick css field
#bbp-single-user-details #bbp-user-navigation li { float: left; width: 100%; }
Cheers!
PeterHey!
It’s a custom script Kriesi created for his website. At the moment it’s not available for Enfold users because the configuration of the shortcode is not user friendly and it’s not flexible enough to bundle it with the theme. Maybe we’ll add an extended version of the circle shortcode to a theme update or Kriesi will write a tutorial/blog entriy about it.
Cheers!
Peter -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts