Forum Replies Created
-
AuthorPosts
-
Hi ceubri!
Open up wp-content/themes/enfold/framework/php/class-framework-widgets.php and replace:
the_excerpt(); echo "</div>";
with
get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>'); echo "</div>";
Regards,
PeterHi asarran!
Yes, the can right click on an image and download the file. However Enfold does not come with a special download script (i.e. with a script which packs the images into a zip file and provides a download link to the zip file, etc.).
Best regards,
PeterHey evtilsley!
You can use the theme option panel (Enfold > Theme options) to insert your analytics code. You don’t need to add the script tags but you must paste in the entire tracking code and not only the google analytics id.
Best regards,
PeterHey!
Yes, the default wordpress cms does not support such a feature and you can’t configure a subscription newsletter. The wordpress.com service uses some custom plugins/scripts which are not included in the wordpress cms core code. Again, I recommend to install a plugin like: Tribulant Newsletter Plugin or My Mail or search the wordpress plugin repository: http://wordpress.org/plugins/search.php?q=subscribe for a free plugin.
Regards,
PeterHey!
srubens issue was solved here: https://kriesi.at/support/topic/product-descriptions-disappeared-from-front-end-of-site/#post-226009 – it was caused by some custom css code.
@dcgraphics1 – I recommend to update the entire theme to version 2.1. You can use ftp to update it. We also updated some framework files (abundance/framework folder) and I we didn’t keep track of the changes. For WooCommerce 2.1.x we updated all files in the wp-content/themes/abundance/woocommerce-config/ folder and wp-content/themes/abundance/includes/helper-templates.php
@jakejules – your server doesn’t serve an important js file and this triggers a js error/conflict which also affects the theme javascript files. I get this error:Failed to load resource: the server responded with a status of 406 (Not Acceptable) http://cocktailsugars.ca/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1
Make sure that the http://cocktailsugars.ca/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js file exists on your server and you can access/open it with your browser.
Cheers!
PeterHey!
Julien90 – Enfold selbst ist bei dir schon übersetzt. Das erkennt man daran, dass zB die Breadcrumb oder die Suchoption auf Deutsch sind. Die Inhalte (inkl Kontaktformular) welche ihr mit dem Dummy Data Button importiert sind immer auf Englisch und lassen sich leider im Vorfeld nicht übersetzen. Um das Kontaktformular zu übersetzen geht zu dieser Seite: http://s517268118.online.de/?page_id=1167 und klickt auf “Seite bearbeiten”. Dann könnt ihr die Texte, Beschriftungen der Formularfelder und den Button Text wie gewünscht abändern und zB auf deutsche Beschriftungen umstellen.
Cheers!
PeterHey!
I’ll add both fields to the masonry grid with the next update. For now you can fix it by replacing this line in: wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php
$this->loop[$key]['date'] = "<span class='av-masonry-date meta-color'>".get_the_time($date_format, $id)."</span>";
with
$this->loop[$key]['date'] = "<span class='av-masonry-date meta-color updated'>".get_the_time($date_format, $id)."</span>"; $author = get_the_author_meta('display_name', $entry->post_author); $this->loop[$key]['author'] = "<span class='av-masonry-author meta-color vcard author'><span class='fn'>". __('by','avia_framework') .' '. $author."</span></span>";
Then replace:
$this->loop[$key]['text_after'] .= $this->loop[$key]['date'];
with
$this->loop[$key]['text_after'] .= $this->loop[$key]['date']; $this->loop[$key]['text_after'] .= '<span class="av-masonry-text-sep text-sep-author">/</span>'; $this->loop[$key]['text_after'] .= $this->loop[$key]['author'];
and insert this code into the quick css field:
.av-masonry-date, .av-masonry-text-sep, .av-masonry-author{font-size: 11px;} .av-masonry-text-sep{padding: 0 5px;}
Regards,
PeterHey vcoronel!
You could create a layout with two columns. Then add a slideshow into the first column and a static image into the second column. If necessary you can use css to change the space (margin/padding) between the columns.
Best regards,
PeterHi Philip!
Please have a look at the troubleshooting guide here: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems – maybe it helps you to fix the issue.
Regards,
PeterHey Philip!
Enfold is already responsive and you don’t need to install a special plugin or theme for mobile devices. If you really want to host a “mobile” website I recommend to use a plugin like: https://wordpress.org/plugins/simple-mobile-url-redirect/ to redirect your users to your mobile optimized website.
Cheers!
PeterHi vcoronel!
Only the theme option panel (Enfold > Theme Options) uses the thickbox script. We didn’t replace it yet because it works as expected and WP3.8 still supports it (thickbox is not deprecated). Note that the template/layout builder already uses the new script and you can use the new media window for your galleries, etc
Best regards,
PeterHi!
Great :)
Best regards,
PeterHi Rockaway_Beach!
Please update your theme to the latest version (Enfold 2.5.4) – it already includes the updated class-envato-protected-api.php.
Cheers!
PeterMarch 7, 2014 at 12:38 pm in reply to: Launch Prettyphoto Inline Popup from Button on Layerslider #233713Hey!
You can’t simply display a contact form within the lightbox. The only solution prettyphoto supports out of the box would be an iframe (some demo code can be found here: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ ) but the iframe displays the entire website (including header, footer, etc.) and the user would need to scroll to the contact form (within the lightbox window) which is not very user friendly and imo it doesn’t look professional. Maybe a dedicated modal form plugin from the plugin repository: http://wordpress.org/plugins/search.php?q=easy+modal will help you though. I haven’t tested them with Enfold or LayerSlider yet.
Cheers!
PeterHey angie3000!
I recommend to use the 1 column portfolio option: http://www.clipular.com/c/5090240494567424.png?k=YGg5m7klX6nrHUT6KKBUJK8yuLA – you could use the “side by side” layout which will give you a similar layout. The text will be displayed on the left side and the image will be displayed on the right side. If you want to change the size of the text area use this css code:
#top .isotope-item.special_av_fullwidth .av_table_col.grid-content { width: 75%; }
The layout you requested above is not possible without some theme code customization. If you need help to create it please hire a freelancer from http://www.microlancer.com/ or here: http://kriesi.at/contact/customization
Best regards,
PeterHi!
I think he uses the default portfolio grid element.
Cheers!
PeterMarch 7, 2014 at 12:20 pm in reply to: Blog Single Author Fullwidth – Want to set-up just like demo #233708Hi!
Please select the “Multi Author” blog layout instead. The “Blog Single Author” layout doesn’t support these icons.
Regards,
PeterHey!
Please check the slider settings – make sure a responsive width is set: http://www.clipular.com/c/4907077319262208.png?k=2Et7yjKsxWEgSrXTqN6cDQjOFks
Cheers!
PeterHey!
Yes, try to delete %%sep%% %%sitename%%.
Regards,
PeterHi betonx!
No, I’m pretty sure this is not possible. Afaik you can use the file header to force the browser to download a file but the problem is you would probably break all other images which are embedded into the content (i.e. logo, icons, etc.) because you can’t serve these images as “application”. I’d recommend to place the images into a pdf file – then you can serve it as document/application (see http://css-tricks.com/snippets/htaccess/force-files-to-download-not-open-in-browser/ ).
Regards,
PeterHi Munford!
Afaik the videos won’t play automatically on most mobile devices because the devices do not support the “autoplay” feature. The user must click on the video to start it. I.e. iphones can’t play videos automatically without an user interaction. Kriesi now added a “fallback” image option to Enfold 2.6 (we’ll release the update next week) which shows a fallback image instead of the video. If the user clicks on the fallback image the video starts to play.
The loading delay is a technical limitation. Obviously the service needs some time to load the video data and to buffer some seconds of the video data.
Best regards,
PeterHey!
Yes, header_title_bar will come with the next version :)
Cheers!
PeterHey!
In this case I recommend to contact the website administrator of http://www.agarkitekter.se/medarbetare/ – maybe he can help you. We can’t provide support for customized code.
Regards,
PeterMarch 7, 2014 at 11:26 am in reply to: Image size in Portfolio lightbox not consistent depending on viewport size #233685Hi!
No, the images sizes are different. I.e. this image: http://jeredtravelphotography.com/wp-content/uploads/2014/02/Egypt-01XCR-Gisa-landscape.jpg has a resolution of 1815 x 1200.
The second image: http://jeredtravelphotography.com/wp-content/uploads/2014/02/Egypt-02X-K-Q.jpg has a size of 1832×1200
And the last image http://jeredtravelphotography.com/wp-content/uploads/2014/02/Egypt-09X-Abu-Simbel-facade.jpg has a size of 1908px x 1200px and thus the lightbox window will be a bit bigger.
2) I wouldn’t recommend to resize the image with css because this may cause display flaws. However if you want to try it insert this code into the quick css field:
#top #fullResImage{ max-width: 70% !important; max-height: none !important; }
and change the width value to another percentage value (i.e. 85%) if necessary.
Cheers!
PeterMarch 7, 2014 at 10:59 am in reply to: Post Slider: need to show full story and button content element #233679Hey!
Please create me an admin account and post the login credentials as private reply – I’ll check the configuration.
Regards,
PeterHey!
I set the blog to fullwidth and added this code to style it properly:
#top.home .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; } #top.home .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 830px; }
Cheers!
PeterHi Richard!
No, our form does not support advanced html emails with logos, etc. at the moment. I recommend to use Ninja forms if it gives you better results.
Cheers!
PeterHey!
I set it to private.
Best regards,
PeterHi MeisDesign!
1) Kriesi hat auf der Demo Seite einfach nur eine Color Section verwendet und zu dieser Color Section ein Hintergrundsbild (Bild mit Couch) gesetzt. In die Color Section hat er noch ein HR Element gegeben, den “Whitespace” Modus ausgewählt und eine Höhe von 100px eingestellt.
2) Dieser Code deaktiviert das Hover Overlay komplett
.image-overlay { display: none !important; }
3) Soweit ich weiß passt sich die Höhe automatisch an. Eine Option gibt es hierfür nicht. Kriesi verwendet bei der Demoseite diese Einstellungen: http://www.clipular.com/c/4907077319262208.png?k=2Et7yjKsxWEgSrXTqN6cDQjOFks
Cheers!
PeterHey!
Oh, ok. The data is stored in a post meta fields called “footer”, “header_title_bar”, “layout”, and “sidebar”.
Cheers!
Peter -
AuthorPosts