Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using Enfold.
Please take some time to review the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme. If it’s not enough, try to search for any related topic inside the support forum: https://kriesi.at/support/
You can download the demo content on Enfold > Demo Import panel. Look for the photography demo.
If you can’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you.
Cheers!
IsmaelMay 8, 2015 at 7:44 am in reply to: Import of demo content message received, but no content added to site. #441418Hi!
Follow these steps as suggested on the thread:
If your import is failing try the following (this method resolved this issue for me):
1) Download and Install 7zip.
2) Right click on your .XML file -> 7zip -> Add to Archive
3) Change the “Archive format” to gzip and hit “OK”
4) Try to import the file again (using the .gz you just created) and it should work.I also had to bump up the following settings in my php.ini (these settings might be a bit excessive but my importer step 2 was going to a “page not found” front end error until I did this):
memory_limit = 64M default_socket_timeout = 600 pfpro.defaulttimeout = 600
Cheers!
IsmaelHey!
Thank you for using Enfold.
Please try to regenerate the thumbnails then select the “Extra Large” thumbnail again. Use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelHey dethfire!
Thank you for using Enfold.
Where exactly do you want to apply the attribute? Please give us a link to the page with the image links. A screenshot will help.
Regards,
IsmaelMay 8, 2015 at 7:37 am in reply to: Hide Color Section with ID #heroSpace on Certain Resolutions #441413Hi!
I think it’s because of the capital S. Try this:
@media only screen and (max-width: 375px) { div#herospace { display: none !important; }}
Best regards,
IsmaelHi!
Maybe, you’re looking for this: http://stackoverflow.com/questions/503093/how-can-i-make-a-redirect-page-using-jquery
// similar behavior as an HTTP redirect window.location.replace("http://stackoverflow.com"); // similar behavior as clicking on a link window.location.href = "http://stackoverflow.com";
As suggested above, add another link in the Navigation label, enclosed in a span tag with a unique id or class attribute or something like that.
Regards,
IsmaelMay 8, 2015 at 7:24 am in reply to: How do I change what is shown when sharing site on facebook #441410Hey theonlykieran!
Thank you for using Enfold.
It takes time before facebook clear the cache. Please wait for a few hours or test it again tomorrow.
Cheers!
IsmaelHey labla!
Thank you for using Enfold.
You can add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .header_color .header_bg { background-image: none !important; }}
Best regards,
IsmaelHey!
Please provide a screenshot of the header layout that you want. Try to change the position property to absolute:
.phone-info { position: absolute; right: 50px; top: 5px; }
Regards,
IsmaelHi!
The menu structure doesn’t look right. Did you add any modifications in the theme files?
Regards,
IsmaelHey jordivicen!
Thank you for using Enfold.
Use this to change the border:
.header_color .main_menu ul ul { border-top: 5px solid red !important; }
Regards,
IsmaelMay 8, 2015 at 7:12 am in reply to: Progress Bars Element – Not displaying properly when viewed on Mobile & Tablets #441404Hi!
I checked the site on safari and the progress bar looks OK. The progress bar title location will change on mobile devices.
@kpundyk: Please upgrade the theme to version 3.1.5.Best regards,
IsmaelHi igoogleyes!
Thank you for using Enfold.
I’m not sure if you have the latest version, 3.1.5. If not, please update the theme. Post the login details so that we can check it.
Cheers!
IsmaelHi Desire!
Thank you for using Enfold.
You can decrease the thumbnail size but it will, somehow, reduce the image quality. Look for this code in functions.php:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
Adjust the width and height then regenerate the thumbnails. https://wordpress.org/plugins/regenerate-thumbnails/
Use this plugin to optimize the images: https://wordpress.org/plugins/wp-smushit/
Best regards,
IsmaelHey!
Adjust the bullet with this:
.avia_mega_div .avia-bullet { margin-top: 6px; }
Regards,
IsmaelMay 8, 2015 at 6:05 am in reply to: Main content background color in left sidebar + fullwidth layout (part II) #441380Hey RavanH!
Thank you for using Enfold.
So.. you already fixed the issue? The .html_header_sidebar #header .container float property is set to none by default.
Cheers!
IsmaelHey!
It will require a lot of custom css modifications to clean the elements for browsers with javascript turned off. For example, to display the tabs properly, you can add this in a code block element. Place it above the tab element:
<noscript> <style> .tab_inner_content { left: 0; } </style> </noscript>
Since you don’t need to open or close the toggles, you can remove the toggle icon:
<noscript> <style> span.toggle_icon { display: none; } </style> </noscript>
A lot of elements in the theme is not going to work if javascript is disabled. Unfortunately, we can’t help you with each and every one of them. If you really want to provide support for those users, less than 1% of internet users and declining according to browser stats, you will need to hire a freelance developer to configure the elements. Please contact codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelHey cannan!
Thank you for using Enfold.
The whole slider container acts as the video control and inside this container is the caption. It’s not possible to separate the two unfortunately. You can create a custom play/pause button and disable the default controller. I’m sorry but we can’t help you with that here. Try to contact codeable: http://kriesi.at/contact/customizationEDIT: Use the default slider button then apply the button shortcode style in the slider button.
Best regards,
IsmaelHi!
Use this to adjust the gap:
section#avia_partner_widget-5 { margin-top: 1%; }
Regards,
IsmaelHey!
The settings looks OK. Try to completely delete the enfold theme then override it with a new one. If possible, override the WordPress installation as well.
Best regards,
IsmaelHi!
Thank you for using Enfold.
The mobile menu fix is included on version 3.1.5. Please update the theme. Remove browser cache then reload the page.
Best regards,
IsmaelHi Mattias!
Thank you for using Enfold.
First, turn on the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the icon, add a unique icon class attribute. Use “icon-fb” for the facebook icon for example. Add this in the Quick CSS field to change the color:
.icon-fb a.av-icon-char [ color: blue !important; }
Regards,
IsmaelHi!
Thank you for using Enfold.
“Why so spacious?”.. hehe. Good one.
You can follow @aribann’s suggestion in order to decrease the content padding.
Best regards,
IsmaelMay 8, 2015 at 4:04 am in reply to: No way to advance to the next month: Enfold + Events Calendar Pro #441347Hi!
Alright. First, try to purge the cache or disable the plugin. Post the login details here. Set it as a private reply. We would like to check it.
Best regards,
IsmaelHey!
The fastest way to get the category id is in the category url. In this category, the id is “76”: http://www.geoclima.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=76&post_type=post
Where do you want to show the Archives widget? It is currently placed in the Sidebar Blog widget that’s why it displays in the category pages. Use the widget logic field to control the visibility of the widget.
Refer to this link regarding the language settings: https://wpml.org/2011/03/howto-display-different-widgets-per-language/
Note that you can add multiple conditional tags in a single widget. Something like this:
is_category(76) && ICL_LANGUAGE_CODE == 'en'
I modified the first widget: http://www.geoclima.com/wp-admin/widgets.php
Cheers!
IsmaelHey!
Alright. If you use the advance layout for post and if you want to show an excerpt in the blog overview page, you need to add the summary or excerpt manually by using the Excerpt meta box.
Best regards,
IsmaelHey!
Try to include this inside the mod_expire module:
ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" ExpiresByType application/x-javascript "access plus 1 month"
Refer to this link regarding the W3 Total Cache config: http://customizewp.com/eliminate-render-blocking-javascript-and-css-above-the-fold-content-in-wordpress-w3-total-cache/
Note that the minify settings might break the layout of the theme so you have to include/exclude some of the files. Play around with different combinations to get the right settings on your current installation.
Cheers!
IsmaelHey!
I checked the page and the content padding is set to 0 so I think it’s working: http://www.alfaweb.at/testwaldi/lukas-philippovich-arteffekt-detailseite/
Please remove browser cache then reload the page.
Cheers!
IsmaelHey!
That’s not how the advance layout builder works, default editor content is separated or different from the advance layout builder. It’s not recommend to switch from the advance layout builder to the default editor vice versa. You need to decide which one of the editor you’d like to use. If you want to see the actual shortcodes on the default editor, switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Try this:
.main_color .widget_nav_menu ul:first-child>.current-menu-ancestor { background: #f5f5f5 !important; }
Cheers!
IsmaelHi!
Re-configure the yahoo SMTP settings accordingly: http://www.serversmtp.com/en/smtp-yahoo
Best regards,
Ismael -
AuthorPosts