Forum Replies Created
-
AuthorPosts
-
Hey!
1 + 2) I marked this thread for Kriesi’s attention.
3) Afaik you shouldn’t wrap block elements into inline elements. Try to use a “span” element instead like:
<a href="http://mydomain.com"><span class="mystyle">HELLO</span></a>
Best regards,
PeterApril 7, 2014 at 7:18 am in reply to: Team member profiles disappearing after adding photos- help! #248057Hey!
Please create us an admin account and post the login credentials as private reply – we’ll look into it.
Best regards,
PeterHi Ronan!
Yes, open up wp-content/themes/enfold/includes/related-posts.php and replace:
'post_type' => get_post_type($this_id),
with
'post_type' => array('post','portfolio'),
Best regards,
PeterHi!
1) You can add the button class to the sort links. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace:
$output .= '<a href="#" data-filter="all_sort" class="all_sort_button active_sort"><span class="inner_sort_button"><span>'.$first_item_name.'</span><small class="av-cat-count"> '.count($entries).' </small></span></a>';
with
$output .= '<a href="#" data-filter="all_sort" class="all_sort_button button active_sort"><span class="inner_sort_button"><span>'.$first_item_name.'</span><small class="av-cat-count"> '.count($entries).' </small></span></a>';
and:
$output .= '<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">';
with
$output .= '<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button button" ><span class="inner_sort_button">';
2) If you want to show related entries for portfolio entries open up wp-content/themes/enfold/single-portfolio.php and replace:
get_template_part( 'includes/loop', 'portfolio-single' );
with
get_template_part( 'includes/loop', 'portfolio-single' ); //show related posts based on tags if there are any get_template_part( 'includes/related-posts');
3) Please see http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/ : “Related products is a section on some templates that pulls other products from your store that share the same tags or categories as the current product. These products can not be specified in the admin, but can be influenced by grouping similar products in the same category or by using the same tags.” – the theme does not influence the WooCommerce output and related product selection.
Best regards,
PeterApril 7, 2014 at 7:09 am in reply to: How to set a fixed sender for contact form in layout builder? #248052Hey Simple!
Can you post a link to your language flags please -.maybe you need to hide the flag images with css and show the text instead.
Regards,
PeterHi!
Ihr könntent mit max-height die maximale Höhe der Bilder bestimmen und mit width:auto; verhindert ihr, dass die Bilder verzerrt dargestellt werden, falls die Höhe die Weite übertrifft.
Soweit ich weiß wird für das Produktbild selbst: http://kriesi.at/themes/enfold/product/zoku-trioquick-pop-maker/ ein Overlay angezeigt. Die Thumbnails darunter (Galerie) sind zu klein für ein Overlay. Dieses wird erst ab 100px Höhe angezeigt und das CSS skaliert die Thumbnails im Regelfall auf 91x91px.
Regards,
PeterHi Viramedia!
You can build an advanced layout template and save it. You just need to click on the “Templates” button to load/save existing templates: http://www.clipular.com/c/6096038653853696.png?k=pSYRDITvp2zO-0UwcurMSisIaLs
Cheers!
PeterHi Gil413!
You must place the code into the child theme functions.php file. i.e. the code must look like:
<?php global $avia_config; add_theme_support('avia_conditionals_for_mega_menu');
You can also try the child theme I uploaded here: http://www.mediafire.com/?05ho02ecut516hu – I use it on my website and I know it works :)
Regards,
PeterHi!
Ich persönlich habe den Event Calendar getestet: http://wordpress.org/plugins/the-events-calendar/ und war damit recht zufrieden.
Cheers!
PeterHi alexbog!
You must configure the settings for each language. Go to the English version of the website and select a blog page, home page, etc. Then save the settings and switch to the Bosnian language. Again select a (Bosnian) page as home page, select a different blog page, etc. and save the settings. Repeat this process for each language. Afterwards go to Settings > Permalinks and re-save the permalink options to flush the permalinks cache. This should solve the issue with the 404 error pages, etc.
Best regards,
PeterHey!
You need use Widget Logic or http://wordpress.org/plugins/display-widgets/ to show a specific widget for a different language. Please refer to this article: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Best regards,
PeterApril 5, 2014 at 9:38 am in reply to: WPML | Theme doesn't load the correct CSS by changing the language #247758Hey Meijestic!
You must configure the settings for each language. Go to the German version of the website, insert your css code into the quick css field and configure the styling. Then save the theme options, switch to the second language and configure the theme options (stylings, quick css, etc.) for the second language. Then save the theme settings again.
Cheers!
PeterHey AsadIC!
You can try this plugin: http://wordpress.org/plugins/taxonomy-terms-order/ to sort your categories and terms.
Regards,
PeterApril 5, 2014 at 9:34 am in reply to: Question on how Enfold stores data in Avia text block elements #247755Hi sr123!
You could install a plugin like: https://wordpress.org/plugins/insert-php-code-snippet/ – then you can embed your custom code with shortcodes and you can place these shortcodes into text blocks. The custom code will be saved in a separate option field (of the php code snippet plugin) and eventually you can separate your custom code from the template builder data. The only connection is the embedded shortcode.
We save the template builder data as post meta data.
Best regards,
PeterHi!
Yes, it’s weird. Unfortunately sticky posts won’t work properly with the category__in query parameter – see: http://core.trac.wordpress.org/ticket/25815
I suggest to try a plugin like: http://wordpress.org/plugins/post-types-order/ – it enables you to change the sort order of the posts easily and you can use it to add your “sticky posts” to the very top.
Regards,
PeterApril 5, 2014 at 9:28 am in reply to: WooCommerce Styles & Scripts menu gone with latest Enfold update #247752Hey Josh!
Afaik Enfold never supported the WooCommerce styles options but I’m not entirely sure about it. I’ll mark this thread for Kriesi.
Best regards,
PeterHey!
Glad Josue could help you.
Best regards,
PeterApril 5, 2014 at 9:25 am in reply to: How to make the animated slider INVISIBLE on mobile PHONE devices #247749Hi Anthony!
Do you mean a “LayerSlider” with animated slider? If yes you can hide the slider with:
@media only screen and (max-width: 767px) { .ls-wp-fullwidth-container{ display: none !important; } }
Maybe you need to change the max-width value – it depends on the phone screen size.
Cheers!
PeterHi!
Afaik this is how the masonry element works. I.e. with a screen size of 1920px you’ve 5-6 columns: http://www.screenr.com/qxdN
Best regards,
PeterHi!
You can add a width attribute to Yigits code like:
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { height: auto !important; width: 200px !important; } }
Instead of 200px insert your custom logo width value.
Cheers!
PeterHey!
Glad you found a solution :)
Cheers!
PeterHi!
2) I’m not sure what you mean with “dots” – do you want to remove/hide the hr elements between the widgets? If yes try this css code:
#top #wrap_all .sidebar .hr-short{ display: none; }
Regards,
PeterHi!
If you don’t want to change the directory it should be easy to migrate the website.
1) Use WP MigrateDB or WP MigrateDB PRO and replace the domain name http://www.contoweb.ch/wordpress with http://www.contoweb.ch
2) Then make a backup of your old database, delete the database and import the sql file into the database.
3) Go to your server administration panel and change the domain mapping – instead of the root folder point the url to /public_html/wordpress/. Wait some minutes (sometimes the changes can take some time) and you’re ready.
Regards,
PeterHey alexoua!
Please post a link to your shop page – I’m sure we can fix it with a few lines of css code.
Cheers!
PeterHi Gary!
You can’t add inline styles to the “class” attribute. Instead of:
<img class="alignright size-full wp-image-3085 vertical-align:text-bottom;" alt="readMoreButton" src="http://www.prismcareernetworks.com/prism_wordpress/wp-content/uploads/2014/02/readMoreButton.png" width="104" height="34">
use:
<img class="alignright size-full wp-image-3085" style="vertical-align:text-bottom;" alt="readMoreButton" src="http://www.prismcareernetworks.com/prism_wordpress/wp-content/uploads/2014/02/readMoreButton.png" width="104" height="34">
Best regards,
PeterHey!
1) Make sure you’re using the latest version of the theme (Enfold 2.6.2) and WordPress (3.8.1). There was an incompatibility issue in the past: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
2) If it still doesn’t work please try to re-install the theme with FTP: https://vimeo.com/channels/aviathemes/67209750
3) Deactivate all third party plugins – maybe a plugin conflicts with the portfolio filter.
Regards,
PeterHey garyguthrie!
The first video (approx. :16-:36) doesn’t demonstrate a color section element but a “Fullscreen Easy Slider” element. Kriesi also uses it here: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
Just add the element to your template and add a caption to each slide. The text will be displayed with a semi transparent overlay.
Best regards,
PeterHey!
Try to insert this code into the quick css field:
#top .main_menu .menu li:hover { color: #666; }
Cheers!
PeterHey!
Yes, please send them the theme files. We also have access to the plugin files.
Cheers!
Peter -
AuthorPosts