Forum Replies Created
-
AuthorPosts
-
Hi!
I’ll mark this thread for Kriesi – maybe he can work out another solution to load the blog template but I’ll leave this up to him.
Best regards,
PeterMarch 20, 2014 at 10:03 am in reply to: Several Issues: Portfolio Ajax, Image file name appearing on hover, Big Preview #240593Hey!
This didn’t work either. I need the text to change for each gallery. There are 8 different galleries, I have 8 different verbiage per gallery … I want to achieve exactly what your demo does.
I suggest to use the ajax portfolio if you want to get exactly the same styling. Other elements can’t reproduce the same layout. If you just want as similar layout I suggest to use a content slider as the base element and then paste in your gallery shortcodes and text content (gallery description) into the slide text field. I suggest to use two editors side by side to generate the shortcodes with one editor and to build the advanced layout with another. I made a short demonstration video: http://www.screenr.com/0oUN
While I made the video I noticed that you might want to add this code to thee quick css field:
body .slide-entry .column-top-margin { margin-top: 0; }
to avoid different column positions.
Cheers!
PeterHi!
The icon list and other icon elements (i.e. iconbox) don’t support images (that’s why we call them “icon” box/list). You can suggest new options/features here: https://kriesi.at/support/enfold-feature-requests/ and if more users request it we’ll look into it. If you’re in a hurry please hire a freelancer who can help you to implement this feature.
Best regards,
PeterHey!
1) Try this code instead
$('a, img').attr('title', '');
2) Use this code and insert it at the very bottom of functions.php (parent or child theme):
add_filter('avia_masonry_entries_query', 'avia_random_image_query', 10, 2); function avia_random_image_query($query, $params) { if(empty($query['post_mime_type'])) { $query['orderby'] = "title"; $query['order'] = 'ASC'; } return $query; }
Cheers!
PeterMarch 20, 2014 at 9:16 am in reply to: Layer Slider Setting – "Your Logo" is not reflecting / showing #240561Hi!
Maybe it was a cache issue and after the cache was cleared and rebuild it started to work.
Regards,
PeterMarch 20, 2014 at 9:12 am in reply to: #bug: When I place a Product Grid, the Latest News widget stops working #240560Hey!
I found a temporary fix. Please leave the ftp account active because I want to show the conflicting code to Kriesi.
Cheers!
PeterMarch 20, 2014 at 8:15 am in reply to: Language flags from WPML at the top header right disappeared after update #240547Hey!
Please try following code instead:
@media only screen and (max-width: 767px){ .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { text-align: right; } }
Best regards,
PeterMarch 20, 2014 at 7:57 am in reply to: Portfolio raster, selection of categories option missing #240543Hi!
I couldn’t find any js error on the admin page and I’m not sure why the category selector doesn’t work. Please try to re-download the theme files from http://themeforest.net and upload them with ftp: https://vimeo.com/channels/aviathemes/67209750 . Make sure that all old theme files on the server are updated and are overwritten by the new files.
Best regards,
PeterHey!
Ja, der Code sieht nach einer vernünftigen Lösung aus.
Best regards,
PeterHey!
Actually there’s nothing relevant in the private posts. Just the log in info and the website url. The essential information is that google generates the preview content based on the search term of the user and the relevance of your website content. It does not (only) rely on the meta description text. Otherwise everyone could use this meta tag as “backdoor” for better rankings even for search terms which have nothing to do with your website content.
Best regards,
PeterHi!
There’s nothing we can change or “fix” on the admin page. As I said in my last post all pages already have a meta description (you can check this by viewing the source code in your browser or by using a tool like: http://www.seocentro.com/tools/search-engines/metatag-analyzer.html ) and everything works as intended.
Best regards,
PeterHey FotografieDuo!
You can define a new widget based on the existing newsbox widget. Insert this code:
add_action('after_setup_theme','avia_load_additional_widget'); function avia_load_additional_widget() { if (!class_exists('avia_customcptbox')) { class avia_customcptbox extends avia_newsbox { function avia_customcptbox() { $this->avia_term = 'portfolio_entries'; $this->avia_post_type = 'portfolio'; $this->avia_new_query = ''; //set a custom query here $widget_ops = array('classname' => 'newsbox', 'description' => 'A Sidebar widget to display latest cpt entries in your sidebar' ); $this->WP_Widget( 'customcptbox', THEMENAME.' Latest CPT', $widget_ops ); } } register_widget( 'avia_customcptbox' ); } }
into your child theme functions.php or into enfold/functions.php and replace “portfolio_entries” with your custom taxonomy, “portfolio” with your custom post type, “Latest CPT” with your widget title/name.
Best regards,
PeterHey!
You can find them in the wp_options table – it’s a field called “avia_options_enfold”
Cheers!
PeterMarch 19, 2014 at 10:38 am in reply to: Google Maps zusammen mit Enfold und Event Kalender Plugin #239977Hey!
Wenn die Event Plugin Maps ohne diesen Code funktionieren, dann kannst du diesen entfernen. Ansonsten würde ich diesen behalten.
Cheers!
PeterHi!
A complete changelog can be found here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Regards,
PeterHi!
You must install the german wordpress version: http://de.wordpress.org/ .. Also make sure that the WP_LANG contstant in wp-config.php is set to de_DE.
Best regards,
PeterHey!
It seems like the ajax request fails because of an server error (500 – internal server error). This error is very generic and it doesn’t tell us what causes the issue. Maybe try to contact the host/server administrator and ask him for a detailed error log to find the culprit.
Regards,
PeterHi!
Ok, after debugging the code for an hour I found the problem. It seems like WPML didn’t translate many of the existing images yet (see http://www.10-der.ch/wp01/wp-admin/upload.php where it lists 82 German images but only 8 English entries). Because of the missing translations WPML is unable to show the images. I now uploaded an existing image again ( Fotos aus der Schokoladeproduktion von Camille Bloch Bild: Remo Zehnder ) and now WPML created a translation of this attachment for each language. This image also shows up on the translated website: http://www.10-der.ch/portfolio-item/industriefotografie/?lang=en – obviously because a translation of this image exists in the database. All other images are not translated and thus the slideshow can’t show and query them.
I recommend to ask the WPML support staff if you can translate the existing images/attachments somehow without re-uploading the images. If not you probably must delete and re-upload all existing images otherwise the translations are missing and you can’t use the images on the translated websites.
Best regards,
PeterMarch 19, 2014 at 9:27 am in reply to: WPML language switcher disappeared from secondary menue #239952Hey Katrin!
Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again. If this doesn’t help please create me an admin account and post the login credentials as private reply.
Regards,
PeterHey coeval!
No, this is not possible. The main reason is that wordpress attachments/media files do not support categories/terms by default and thus you can’t use the categories to filter them. From a technical point of view it’s not impossible to implement such a feature but it would require some advanced theme code customization.
Cheers!
PeterHey!
I’m not sure if you solved the issue but I didn’t notice any space betwwen the text and the tab section: http://www.clipular.com/c/6249027133767680.png?k=1oZpvrTg3fajJo1-NPsONjsCW5c – please try to clear the browser cache – maybe your browser still uses an old stylesheet which doesn’t reflect the change.
Best regards,
PeterHey!
Please try to deactivate all plugins and check if the “read more” feature starts to work. If yes a plugin breaks it and you must activate the plugins one by one to find the culprit. If this doesn’t solve the issue please create me an admin account and post the login credentials as private reply.
Best regards,
PeterHi theworldawaits!
Please post a link to the gallery. We’ll investigate the source code and provide some custom css code.
Regards,
PeterHi!
1) I see no way to show the buttons on small screens with the current slider. There’s simple not enough space. You can try to increase the image height – then the slider height will increase on smaller screens too and then you should be able to show the buttons and the text. I’d even recommend to try the fullscreen slider. Alternatively you can try to remove the caption and to show the buttons instead. You could hide the caption with:
@media only screen and (max-width: 767px){ .caption_framed .slideshow_caption .avia-caption-content p{ display none; } }
2) Yes, you can use this code to apply a colored background to the main menu links:
.av-main-nav li.menu-item-top-level .avia-menu-text{ background: #e2e2e2; padding: 10px; }
Adjust the color value and padding if necessary.
Best regards,
PeterMarch 19, 2014 at 9:02 am in reply to: I.E. does not display correctly the top menu and social icons #239942Hi eswyt!
If it started “suddenly” please try to deactivate all third party plugins. Maybe a plugin you activated recently breaks IE9 and you need to activate them one by one to find the culprit. If this doesn’t help try to revert your code customization and update Enfold to version 2.6.x. Then apply your changes again and check if the theme layout/styling breaks on IE9.
Best regards,
PeterMarch 19, 2014 at 8:57 am in reply to: Google Map widget height & width not responsive + extra google maps options. #239932Hey!
Actually there’s no reason to resize the height of the google maps widget on smaller screens but you just need to resize the width. It’s an iframe which can display the content based on the current resolution without distorting it. On the other hand the slider must scale the proportions based on the image size otherwise the images would look distorted. Most users to not use the google maps widget side by side with a slideshow and thus there’s no need for them to change the height of the maps widget manually based on the height of the other column. This is not an issue with the responsive layout because the google maps widget will fit into the responsive columns just fine and won’t look distorted or cropped. Changing the height based on the original “aspect ratio” of the map is imo not necessary for most use cases. If more users request this feature we’ll maybe include some media queries but you’re the first one…
Best regards,
PeterHey!
Please create me an ftp account. I must modify the enfold/config-wpml/config.php file to debug the code but I can’t use the default theme editor (gives me an access denied error).
Best regards,
PeterHi!
You can try to download the 2.6.2 version. Kriesi fixed a z-index issue which affects all ipad/iphone users and maybe it fixes your select box issue too.
I’m not sure how to use a standard menu. How would we set that up and keep it place in the same place inside the page?
Right now you can’t place a menu inside the breadcrumb. I recommend to use the main menu and the “Custom Link” option to add the page links with the hash values to the menu.
Regards,
PeterHi!
See https://kriesi.at/support/topic/anchor-text-still-not-working-on-safari-and-ios-after-2-6-2-update/
Best regards,
PeterMarch 19, 2014 at 8:21 am in reply to: Anchor Text Still Not Working on Safari and iOS after 2.6.2 update #239907Hey!
I reopened the ticket. I’ll close this thread now to avoid cross postings.
Cheers!
Peter -
AuthorPosts