Forum Replies Created
-
AuthorPosts
-
Hi!
Versucht einmal das Widget ohne Widget Logic hinzuzufügen. Wenn es dann erscheint ist wahrscheinlich die Bedingung im Widget Logic Feld nicht richtig.
Regards,
PeterHi!
Please create me an admin account and post a link to the portfolio page where the social icons don’t display.
Regards,
PeterHey!
Great, glad it works now :)
Best regards,
PeterHi!
You can try plugins like: https://wordpress.org/plugins/displetreader-wordpress-plugin/ or https://wordpress.org/plugins/dsidxpress/ but note that we didn’t test these plugins and it’s very likely that some style adjustments, etc. need to be done. For a perfect integration you maybe need a developer/freelancer.
Cheers!
PeterHi!
You can use this fix https://kriesi.at/support/topic/wordpress-seo-yoast-theme-updates-too-many-redirects/#post-281266 . It will be part of the next update.
Best regards,
PeterJune 21, 2014 at 7:44 am in reply to: Deactivate Avia Framework on a page, when using Visual Composer #281890Hey!
After checking the theme code I noticed you can’t deactivate the builder at all. Kriesi uses some of the template builder functions (i.e. av_icon_css_string()) within the theme files and if you disable the template builder the theme breaks. Unfortunately at this point this means Enfold is not compatible with VC.
Cheers!
PeterHey!
Glad you found the problem :)
Cheers!
PeterHey!
Please check if this page is used as front page (Settings > Reading or Enfold > Theme Options). If yes you can’t set a custom permalink for this page because the page permalink equals the blog/website homepage url.
Regards,
PeterHi!
You can suggest new template elements here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we’ll look into it. Personally I think it’s not very intuitive to open a gallery by clicking on a single image especially because many themes/websites show slideshow controls or preview thumbnails of the gallery images. If these thumbnails are missing many users will probably miss the hidden gallery images.
Regards,
PeterHey coretekk!
Afaik the “Edit” button will only appear if you set a custom “pretty” permalink structure on the Settings > Permalinks page. If it still doesn’t work after you changed the permalink settings try to deactivate all plugins – maybe a plugin removes this option.
Best regards,
PeterHey oliviad!
No, the product grid just supports 2+ columns. However you can try another shortcode ( http://docs.woothemes.com/document/woocommerce-shortcodes/ ) – i.e. the “product” shortcode:
[product id="99"]
or the add to cart shortcode
[add_to_cart id="99"]
Regards,
PeterJune 20, 2014 at 1:00 pm in reply to: FileIce isn't registering that I've filled out and completed surveys. #281568Hi danieloath!
I’m sorry but your post doesn’t make any sense to me. First we are not affiliated with a company called “FileIce” and we can’t provide support for whatever they do/offer. Second we never ask our customers to fill out a survey for kriesi.at themes and we also do not host a survey website anywhere else. If you purchased a kriesi.at theme from themeforest.net you can download it here: http://themeforest.net/ after you logged in ( https://account.envato.com/ ). The theme files are not password protected and you can unzip/install them without requesting additional passwords.
Best regards,
PeterHi!
Yes, I fixed it yesterday on your server. We’ll include the fix with the next update. It’s the same issue (and fix) mentioned here: https://kriesi.at/support/topic/wordpress-seo-yoast-theme-updates-too-many-redirects/
Cheers!
PeterHi Mario!
Yes you can insert the code with a shortcode but you must install a plugin like: http://wordpress.org/plugins/shortcode-exec-php/ which enables you to embed php code into the page/post content. The code block can be used with the exec-php shortcode but it won’t execute the php code directly (without exec-php shortcode) because of security reasons. If you want to display the social icons just use this php code:
avia_social_share_links();
Best regards,
PeterHi blancsolutions!
This post answers your question: https://kriesi.at/support/topic/adding-links-to-a-gallery/#post-224832
Regards,
PeterHey chjmok!
The LayerSlider plugin will load automatically as soon as you activate Enfold. If you want to activate it as a separate plugin copy the wp-content/themes/enfold/config-layerslider/LayerSlider folder into the wp-content/plugins/ folder and activate the LayerSlider plugin (Plugins > All Plugins). Then activate the Enfold theme (Appearance > Themes).
Cheers!
PeterHi tlow87!
Yes, replace:
<a href="http://vimeo.com/92343144" rel="wp-video-lightbox">
with
<a href="http://vimeo.com/92343144" rel="wp-video-lightbox" class="noHover">
– this class will deactivate the overlay script.
Regards,
PeterHey!
Es lag an der is_front_page() Funktion in wp-content/plugins/wordpress-seo/frontend/class-opengraph.php, welche anscheind einen redirect verursacht, wenn diese zu früh aufgerufen wird. Ich habe nun die Priorität des Hooks angepasst und sichergestellt, dass diese Funktion nicht vor dem template_redirect Hook http://codex.wordpress.org/Plugin_API/Action_Reference/template_redirect mit der Priorität 10 aufgerufen wird.
Cheers!
PeterJune 19, 2014 at 6:36 pm in reply to: WordPress SEO (Yoast) & Theme Updates – Too Many Redirects #281310Hey!
Great, we’ll include it in the next update :)
Cheers!
PeterHi!
Ich glaube, den Fehler gefunden zu haben. Wir werden den Fix noch testen und dann in das nächste Update integrieren. Auf deinem Server ist es jetzt behoben.
Best regards,
PeterJune 19, 2014 at 5:24 pm in reply to: WordPress SEO (Yoast) & Theme Updates – Too Many Redirects #281266Hi!
I think I found a fix – please try to open up enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php and replace:
add_action( 'template_redirect',array($this, 'template_redirect') );
with
add_action( 'template_redirect',array($this, 'template_redirect'), 1000);
Then open up enfold/config-wordpress-seo/config.php and delete this code located at the very top:
remove_action('template_redirect', 'wpseo_frontend_head_init', 999); add_action('template_redirect', 'wpseo_frontend_head_init', 9);
Regards,
PeterHey!
Bitte richte mir einen ftp Account ein und poste die Zugangsdaten als private reply.
Cheers!
PeterHey!
Ich glaube das Problem liegt an der htaccess. Versuche den Code, welcher hier ganz unten angezeigt wird: http://www.tp-softtec.de/wp-admin/options-permalink.php in die htaccess einzufügen. Alternativ kannst du die Dateiberechtigung der htaccess auf 777 setzen und die Optionen neu speichern. Anschließend stelle diese wieder auf 444 oder 644.
Best regards,
PeterHey!
Yes, you need to set two main products. Alternatively you can try to build an advanced product form with Gravity Forms and http://www.woothemes.com/products/gravity-forms-add-ons/
Regards,
PeterHey!
Can you post a link to the website please? You can try to add !important to the height attribute.
Regards,
PeterHey!
No, all settings (Enfold > Theme Options) will remain if you update the theme. Only if you edit Enfold theme files directly the update will overwrite them again.
Regards,
PeterJune 19, 2014 at 11:39 am in reply to: Just dates instead of dates & time displayed for each comment #281141Hi!
Please try to place the loop-comments.php file into the “includes” folder of your child theme (where comments.php, etc. is located).
Cheers!
Peter-
This reply was modified 11 years, 2 months ago by
Dude.
Hi!
Yes, unfortunately sometimes threads get closed without any reason. Please excuse the oversight.
Cheers!
PeterHey!
You can’t manage the related products. WooCommerce selects them automatically based on the product category. This is a limitation of WooCommerce (which affects any theme which supports WooCommerce) and there’s no workaround at the moment. The only suggestion I can give you at this point is to contact the WooCommerce developer/support team and to submit a feature request: https://support.woothemes.com/hc/en-us – maybe they will improve the related products feature with an update.
I’ll leave this thread open for Ismael to answer your second question.
Best regards,
PeterJune 19, 2014 at 11:25 am in reply to: Just dates instead of dates & time displayed for each comment #281135Hi!
Please create us an admin account and we’ll look into it. Yigit’s solution should work and we need to check the code first hand to find out why it doesn’t work in your case.
Best regards,
Peter -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts