Forum Replies Created
-
AuthorPosts
-
Hey!
Great :)
Best regards,
PeterMay 7, 2014 at 9:43 am in reply to: Detailoptimierung: Slide-Show (volle Breite), Google Maps Karte, Akkordeon #261219Hey!
Great :)
Regards,
PeterMay 7, 2014 at 9:42 am in reply to: Unterschied zwischen Portfolio-Einträge /-Categories und Beiträge #261218Hey Sabine!
Es gibt an sich keinen großen Unterschied – WordPress behandelt Portfolio-Einträgen/-Kategorien und normale Beiträgen/-Kategorien genau gleich. Der Hintergrund warum wir Portfolio-Einträgen/-Kategorien eingeführt haben ist, dass sich dadurch die Website besser strukturieren lässt. Die Portfolio-Einträgen/-Kategorien lassen sich in “Portfolio Grids” anzeigen (wie zB hier: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ ) und bieten mit dem “Ajax Preview” eine Funktion, welche nicht von Standard-Einträgen unterstützt wird. Normale Einträge können aber auf der Blog Seite angezeigt werden, was mit Portfolio Einträgen eher nicht zu empfehlen ist.
Best regards,
PeterHey!
Great, glad the plugin works for you :)
Best regards,
PeterHey!
Please update to Enfold 2.7.1 – the ava_after_content hook is not available in 2.7 or previous theme versions.
Best regards,
PeterHey El-Watch!
You can create a activity feed widget here: https://developers.facebook.com/docs/plugins/activity/ and then use a simple “Text” widget to add the feed code to your sidebar.
Regards,
PeterHi MacSpecialist!
Nein, dies ist leider derzeit nicht möglich. Die “paged” Variabel (welche die derzeitige Seitennummer speichert) betrifft alle Elemente und daher wechseln auch die anderen Elemente mit. Wennman dies nicht möchte, muss man die Element entweder auf mehrere, getrennte Seiten verteilen, oder die Paginierung für alle anderen Elemente deaktivieren.
Cheers!
PeterHi!
Great, I’ll leave this thread open in case some follow up questions arise.
Regards,
PeterHi El-Watch!
No, this is not a theme feature and I’m also not aware of a plugin which can handle such an authentication out of the box. You probably need to hire a developer who can create a custom solution for you.
Cheers!
PeterMay 7, 2014 at 9:24 am in reply to: Detailoptimierung: Slide-Show (volle Breite), Google Maps Karte, Akkordeon #261204Hey!
You can define a min-width value like:
@media only screen and (min-width: 769px) and (max-width: 989px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 135px !important; } }
Best regards,
PeterHey!
It works now. Your “Base personalizzata” value on this page: http://www.cosamimettooggi.com/tmp/wp-admin/options-permalink.php?settings-updated=true broke the permalink. I set it back to “product” and the product single page loads now.
Best regards,
PeterMay 7, 2014 at 9:20 am in reply to: Translated blogpost element not showing any translated posts #261202Hi Rime_R!
Please create us an admin account and post the login credentials as private reply. Please also post a link to the blog page which doesn’t work. Make sure that the latest version of WPML (3.1.5) is installed & activated.
Regards,
PeterHey DDamjanovic!
This seems to be a bug with WPML. I posted a fix in this thread: https://kriesi.at/support/topic/the-post-still-shows-8-comments-when-there-are-none/#post-178386
In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php replace
$commentCount = get_comments_number($the_id);
with
//$commentCount = get_comments_number($the_id); $commentCount = $entry->comment_count;
Cheers!
PeterMay 7, 2014 at 8:57 am in reply to: WooCommerce – Inner Product Header, Hover Effect and Sorting #261196Hi Stela!
1) In wp-content/themes/enfold/config-woocommerce/config.php search for:
function avia_shop_overview_extra_header_div() { echo "<div class='inner_product_header'><div class='avia-arrow'></div>"; }
You can add your custom code to this function, below the echo code.
2) In wp-content/themes/enfold/config-woocommerce/config.php replace:
return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s" rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image);
with
return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom noLightbox" title="%s">%s</a>', $image_link, $image_title, $image);
3) The only solution I can think of is to use the “Default sorting (custom ordering + name)” option. Then go to Products > Sort Products and reorder the products with drag’n’drop.
Best regards,
PeterMay 7, 2014 at 8:46 am in reply to: Detailoptimierung: Slide-Show (volle Breite), Google Maps Karte, Akkordeon #261195Hey!
1) Try to insert this code into the quick css field:
@media only screen and (max-width: 989px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0; } }
2) No this is not possible. However in most cases it’s also not possible because the user doesn’t resize the browser window before he/she views the map. If you open the website on a smaller screen (or reload the page after the screen resize) the google maps script will calculate the center position based on the smaller screen size and then the pin is centered again.
Best regards,
PeterHi!
Great idea! Personally I would increase the user interaction time a bit (maybe 500ms to 1s) because it takes some time for the user to notice that some user interaction is possible/required.
Best regards,
PeterHey!
I fixed the problem by inserting this code into the functions.php file:
global $avia; $avia_safe_name = avia_backend_safe_string($avia->base_data['prefix']); update_option( 'avia_stylesheet_dir_writable'.$avia_safe_name, 'false' ); update_option( 'avia_stylesheet_exists'.$avia_safe_name, 'false' );
I added it to the very bottom of enfold/functions.php. You can also place it into the child theme functions.php file.
Cheers!
PeterHey!
Wenn du XAMPP nützt, würde ich persönlich die Dateien einfach in den Theme Ordner kopieren. Bei mir unter Windows ist XAMPP unter C:\xampp\ installiert und der Theme Ordner ist unter C:\xampp\htdocs\wp-content\themes\ erreichbar. Dort kopiert man einfach die Enfold Dateien hinein und überschreibt ggf die alten Dateien.
Cheers!
PeterHi Jamie A!
Please go to Enfold > Theme Options and select the “Recent Work” page as blog page in the “And where do you want to display the Blog?” dropdown. If you want to use a custom blog layout on the “Recent Work” page go to Enfold > Blog Layout and select “Blog layout” > “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”.
Regards,
PeterHey!
Ipad/Iphones and other mobile devices do not support the automatic playback of video and audio files. So if you hide the player with css code the mobile device users will never be able to play the audio file because the must start the playback manually first.
Best regards,
PeterHi!
The version number can be found in the style.css file: http://50.87.144.17/~erukus/wp-content/themes/enfold/style.css – you’re using v 2.4.x at the moment and 2.7.1 ist the latest version. I suggest to activate the auto update feature (Enfold > Theme Options > Update if you want to update the theme automatically).
Best regards,
PeterHey!
Maybe Enfold can’t regenerate the dynamic stylesheet for one language. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file (and all other css files – the name may vary based on the language shortcut) inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button). Please re-save the options for all languages.
Regards,
PeterHi!
You can change the color with:
#top h2 a{ color: #ff0000; }
and the hover color with:
#top h2 a:hover{ color: #ff0000; }
Best regards,
PeterMay 7, 2014 at 7:56 am in reply to: I would like to have a 'Icon box' within a 'Fullscreen Slider' #261170Hi!
Did you solve the issue? I tested the website with IE, Firefox and Chrome (see: http://www.screenr.com/ukgN ) and I didn’t notice any issue with the IconBox. Btw you can add a custom css class to Icon Boxes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ too.
Best regards,
PeterHey!
Bei mir (Chrome) wird die Überschrift richtig mit 300 angezeigt, obwohl ich auch nicht angemeldet bin. hr könntet aber zB diesem Textbox-Element eine “Custom CSS” Klasse zuweisen ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) und dann mit:
.mycustomclass h2{ font-weight: 300 !important; }
dieses nochmals speziell ansprechen.
Best regards,
PeterHey!
I’ll mark this thread for Kriesi.
Regards,
PeterHi Robert!
No, this is currently not possible. I talked to Kriesi and it requires some work to add this option/feature to the map. You can suggest it here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we’ll add this option/feature to the theme framework.
Cheers!
PeterHey motylanogha!
This is not a theme feature no. But maybe you can add it to WooCommerce with an extension.
Cheers!
PeterHey!
Das ist nicht einfach möglich. Hierzu müsstet ihr einen Code (vermutlich auch ein Widget oder Plugin) schreiben welches ein Auswahlfeld mit URLs auswirft und an dieses Auswahlfeld bindet ihr dann zB ein jQuery Event, welches wiederrum (sobald ein Wert selektiert wurde) diese URL in einem neuen Fenster öffnet. Je nach Arbeitsaufwand sollte man dies in 1 – 2 Stunden realisieren können. Ich empfehle hierzu einen Entwickler zu beauftragen.
Best regards,
PeterHi falki!
Füge diesen Code in die enfold/functions.php oder deine child theme functions.php ein:
add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2); function avia_change_title_tag($title, $wptitle) { $title = str_replace('|', '', $title ); return $title; }
Regards,
Peter -
AuthorPosts