Forum Replies Created
-
AuthorPosts
-
Hey!
Tbh I don’t know any details. Your best bet is to search for “cross domain cookies” with google and then decide if you can implement such a solution with a developer or not. Personally I recommend to simple remove the redirection – probably a cheaper and better solution.
Regards,
PeterHi!
Glad you solved the problem :)
Regards,
PeterHey!
Please create me an admin account and post the login credentials as private reply – I’ll check the settings.
Regards,
PeterHi!
I’ll close this thread now. If the issue still persist please make sure that:
1) You’re using the latest version of the theme 2.7.1
2) That no plugin causes the issue – I recommend to deactivate all plugins and to clear the browser cache. Then check if the editor works or not.
3) If not please create a new thread (with a link to your website and the login credentials for the admin account).
Best regards,
PeterHey!
Great, glad you found a solution :)
Cheers!
PeterMay 9, 2014 at 9:22 am in reply to: WooCommerce – Inner Product Header, Hover Effect and Sorting #262253Hi!
1) Please update the theme to the latest version 2.7.1 – this will also solve no 2. (and you’ll be able to find/modify the code).
2) Yes, replace:
function avia_shop_overview_extra_header_div() { echo "<div class='inner_product_header'><div class='avia-arrow'></div>"; }
with
function avia_shop_overview_extra_header_div() { echo "<div class='inner_product_header'><div class='avia-arrow'></div>"; echo "6 months"; }
3) Did you try to change the position of the background image on the “Color Section” option screen – maybe try “top center”: http://www.clipular.com/c/5678544864673792.png?k=jR2lqRzMYtESGH2D1K0xy0KW30Q
Best regards,
PeterHey!
I think it’s a problem of your setup. The authentication cookie isn’t saved and thus the password form won’t work. I now switched the theme to TwentyThirteen: http://plan2.pl/client_478/ and the form doesn’t work for me too. I think the problem is related to the redirection which is going on http://plan2a.kylos.pl/pl/ to http://plan2.pl/ etc. – this would require cross domain authentication cookies.
Cheers!
PeterHey!
The “blank” page template does not support a boxed layout (see Josue’s reply). If you want to use a boxed layout please deselect the “blank” page template.
Cheers!
PeterHi tocal!
You should be able to do this with:
.avia-icon-pos-left { float: none; } .av_font_icon { display: inline; }
However I recommend to add a custom class to the text field (see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and to use a more specific css selector. Otherwise this change will affect all icons on your website.
Best regards,
PeterHi!
Did you use the read more quicktag ( http://en.support.wordpress.com/splitting-content/more-tag/ ) to separate the excerpt from the rest of the content? You can also use the “excerpt” option field on the post editor page to insert a custom excerpt text but if you’re using the default blog template you need to add this code to your child theme functions.php file or enfold/functions.php:
add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1); function avia_category_content_filter($current_post) { if(!is_single()) { $current_post['content'] = get_the_excerpt(); $current_post['content'] .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>'; } return $current_post; }
to query the excerpt from the “excerpt” field.
Cheers!
PeterHey!
Please create us an admin account and post the login credentials as private reply – we’ll look into it.
Cheers!
PeterHey!
Doesn’t work for me. After login it just redirects me to http://plan2.pl/ and I can’t access the admin page.
Regards,
PeterHey!
I recommend to use the table shortcode or http://tablepress.org/ if you want to create tables.
Cheers!
PeterHey!
Great, glad Yigit could help you.
Best regards,
PeterHey!
2) Diese kannst du zB mit:
#top .avia_cart_buttons .button { width: 100%; } #top .button-mini-delimiter{ display: none; }
umgestalten. Den Code einfach in das Quick CSS Feld oder in die Child Theme style.css einfügen. Mir gefällt aber das Standarddesign besser.
3) Kann den Fehler leider nicht mit FF oder Chrome reproduzieren – versuche einmal diesen Code in das Quick CSS Feld einzufügen:
.inner_product .shipping_de.shipping_de_string { margin-bottom: 5px !important; padding: 0 15px !important; }
Best regards,
PeterHi!
I couldn’t get it to work by changing the php code – probably you must hack the template builder javascript code somehow but I’m not sure how much work is required. I’ll mark this thread for Kriesi and we’ll decide if this customization is doable or beyond the scope of our free support/service.
Cheers!
PeterMay 8, 2014 at 11:57 am in reply to: FV simpler SEO plugin – not compatible with product item section #261733Hi!
You can use Yoast SEO – http://wordpress.org/plugins/wordpress-seo/ – it works with any post type, including products.
Cheers!
PeterMay 8, 2014 at 11:56 am in reply to: FV simpler SEO plugin – not compatible with product item section #261732Hey SOPI2006!
I’m not sure if this plugin works with products. I recommend to contact the plugin author: http://wordpress.org/support/plugin/fv-all-in-one-seo-pack and to ask him the question.
Regards,
PeterHey!
Yes, you’re using v2.7.1 now which is the latest version.
Best regards,
PeterHey masseyn!
The guideline is that the featured image must to be bigger than the defined thumbnail size or it must at least equal the thumbnail size. I.e. the portfolio thumbnail size is defined in functions.php with
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Some of your images (i.e.: http://www.zeutscheluk.co.uk/wp-content/uploads/2014/04/OS12002_advanced_plus-280×400.jpg or http://www.zeutscheluk.co.uk/wp-content/uploads/2013/11/OS12002_comfort-280×400.jpg ) are smaller than the thumbnail size of 495 x 400 and thus wordpress won’t resize (and crop) them. WordPress won’t upscale the images but it will only crop/shrink images if they’re bigger than the defined thumbnail dimensions.
You’ve 2 options:
1) Upload bigger images with a dimension of at least 495x400px
2) Change the thumbnail size (with i.e. http://wordpress.org/plugins/simple-image-sizes/ ) and regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/ – make sure that the thumbnail size is 280×400.
Regards,
PeterHi janetgot!
Please post the login credentials as private reply – we’ll look into it.
Cheers!
PeterHi syphadius!
The footer widgets are not directly translatable. You can use Widget Logic or http://wordpress.org/plugins/display-widgets/ to show different widgets for different languages. Please refer to this article: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
To fix the “masonry” issue:
1) Make sure that the masonry element links to the translated categories. You must configure the element for each language separately.
2) Make sure that the page which contains the masonry element is not just a duplicate of the original page – if necessary click the “Translate independently” button.Regards,
PeterHi!
I looked into it and your server fails to load an important php file which breaks wordpress and our theme. I get this error message:
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.wijthmen.nl/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4021-20140412
and obviously http://www.wijthmen.nl/wp-includes/js/tinymce/wp-tinymce.php is an important file because it loads the tinymce text editor dependencies. The issues is also not related to Enfold because when I switch to the TwentyThirteen theme (standard wordpress theme – you can switch it here: http://www.wijthmen.nl/wp-admin/themes.php ) and then try to edit a standard post/page the editor also doesn’t work/show up and I get the same error message. Because this issue is not caused by our code the only recommendation at this point is to contact your server provider (server administrator) and to ask him why the php file (see link above) doesn’t load and to ask him to fix the issue by adjusting the server configuration.
Best regards,
PeterHi!
1) Habt ihr das Problem schon behoben? Ihr müsst vermutlich nur unter Enfold > Theme Options die Einstellungen speichern und dann den Browser Cache leeren. Bei mir wird mittlerweile euer Warenkorb Widget richtig angezeigt: http://www.clipular.com/c/4673624204115968.png?k=YZixmHxM0pk9sYtoh_S5bRNiFIE
2) Ich glaube das Problem kommt von den fehlenden Thumbnails. Regeneriert die Thumbnails mit: http://wordpress.org/plugins/regenerate-thumbnails/ und dan leert den Browser Cache. Anschließend sollten die Pfeile richtig dargestellt werden.
3) Wie 1) – ich glaube ihr müsst nur den Browser Cache leeren. Bei mir wird es richtig dargestellt: http://www.clipular.com/c/6091825760698368.png?k=tZZxMYgHULOz_dEEuLDCQiomTAI (getestet mit Chrome 34 und Firefox 29).
Best regards,
PeterMay 8, 2014 at 7:31 am in reply to: I can'r make a link using the link icons above the text box #261667Hey!
Kriesi fixed some editor/textbox issues with Enfold 2.7.1. Please update to the latest version and check if the issues still persist.
Regards,
PeterHey!
Ok, Kriesi responded and he also can’t reproduce the issue and doesn’t know why the breadcrumb changes on your website. I recommend to deactivate all plugins. If this doesn’t help try to re-install WordPress and Enfold.
Cheers!
PeterMay 8, 2014 at 7:13 am in reply to: Unterschied zwischen Portfolio-Einträge /-Categories und Beiträge #261655Hey!
Das Masonry Grid unterstützt beide Einträge – ihr könnt es daher für Portfolios nützen, oder aber für Blog Einträge. Hierzu selektiert ihr einfach im ersten Auswahlfeld “Beiträge” für “Einträge” oder “Portfolio Beiträge” um “Portfolio Einträge” anzeigen zu lassen. Im zweiten Feld kann man dann noch die Kategorien auswählen.
Best regards,
PeterHi!
Tbh I’m not sure why WordPress displays this “Blog Post” link. If the posts belong to such a category (you can check that on the admin page) then yes, this is the reason. Imo a third party plugin can affect the breadcrumb output too and maybe try to deactivate all plugins to check if a plugin is the culprit.
However you can remove this link by modifying the theme files – just insert following code into your child theme functions.php file or enfold/functions.php:
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 10, 15); function avia_change_breadcrumb($trail) { if(is_single() && get_post_type() == "post") { foreach($trail as $key => $data) { $search = 'Blog Post'; if(strpos($data, $search) !== false) { unset($trail[$key]); } } } return $trail; }
Cheers!
PeterMay 7, 2014 at 7:15 pm in reply to: Youtube video background issue when logged into youtube, cross domain security #261463Hi agbishara!
Please try to modify enfold/js/shortcodes.js a bit – open up the file and replace:
youtube : {loaded: false, src: 'http://www.youtube.com/iframe_api' }
with
youtube : {loaded: false, src: 'https://www.youtube.com/iframe_api' }
Does this code mod fix the issue?
Regards,
PeterHi bluff03!
I get an js error on your website because a woocommerce plugin file is missing:
Failed to load resource: the server responded with a status of 404 (Not Found) http://themakeupfactory.com.au/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1
They created a documentation article which helps you to solve the issue: http://docs.woothemes.com/document/jquery-cookie-fails-to-load/
Regards,
Peter -
AuthorPosts