-
AuthorSearch Results
-
May 1, 2014 at 3:38 pm #258908
In reply to: Pricing table equal height of rows
Hey agernaat!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.pricing-table>li { min-height: 85px; }Regards,
YigitMay 1, 2014 at 3:36 pm #258907In reply to: Enfold tables
Hi!
Please add following code to Quick CSS as well
.avia-data-table .avia-center-col { vertical-align: middle; }Regards,
YigitMay 1, 2014 at 3:36 pm #258906In reply to: Link to a part from the same page
Hi squaic!
Thank you for using the theme!
You can utilize the anchor page navigation as described on this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Instead of using it on the theme menu, use it on the buttons.
Regards,
IsmaelMay 1, 2014 at 3:34 pm #258905In reply to: Woocommerce Shortcode Popup in Posts fehlt
Hey adrianwackernah!
Thank you for using the theme.
The shortcode should be fixed on Enfold 2.7. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
UPDATE: My bad! The shortcode generator is broken: https://github.com/woothemes/woocommerce/issues/5130
Regards,
IsmaelMay 1, 2014 at 3:33 pm #258903Hi wieslander!
Thank you for using the theme!
We suggest that you create a video tutorial for your client in order to do the excerpt variation that you want. Aside from using the Excerpt metabox, you can utilize the wp more tag in which I’m sure you’re familiar with. Please refer to this link :http://en.support.wordpress.com/splitting-content/more-tag/
Regretfully, creating a complex function for this is outside the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Thank you for your understanding.
Best regards,
IsmaelMay 1, 2014 at 3:07 pm #258879In reply to: Link text disappears on hover
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover { color: black; }Cheers!
YigitMay 1, 2014 at 3:01 pm #258874In reply to: Breadcrumbs always visible?
Hi Sean!
Thank you for using the theme.
This is not possible without modifying the theme files. Please edit js > avia.js, find this code on line:
scroll_top = $('#scroll-top-link'),Below, add this code:
title_container = $('.title_container'),Find this one on line 1218:
if(st < el_height/2) { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/2; header.addClass('header-scrolled'); }Replace it with:
if(st < el_height/2) { newH = el_height - st; header.removeClass('header-scrolled'); title_container.removeClass('title_container_fixed'); } else { newH = el_height/2; header.addClass('header-scrolled'); title_container.addClass('title_container_fixed'); }On Enfold > Styling > Quick CSS, add this css snippet:
.title_container_fixed { position: fixed; top: 28px; z-index: 1000; width: 100%; }I hope that helps.
Best regards,
IsmaelMay 1, 2014 at 2:56 pm #258869In reply to: Breadcrumbs always visible?
Hi Sean!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container { position: fixed; top: 35%; z-index: 99; width: 100%; }Please note that it may or may not cause issue, such as responsiveness.
Regards,
YigitMay 1, 2014 at 2:52 pm #258867In reply to: WordPress Help
Hey Omer!
Thank you for using the theme.
Please update to WP 3.9 then update the theme to Enfold 2.7. This should fix any compatiblity issues with WP 3.9. Download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelMay 1, 2014 at 2:48 pm #258863In reply to: Portfolio item not displaying
Hi!
Thank you for using the theme!
I checked the portfolio item but I didn’t see any content there: http://ericvanstaen.com/wp-admin/post.php?post=46&action=edit
The Options de prévisualisation du portfolio AJAX is for the AJAX portfolio. Check this page: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
You’ll see that when you click on a portfolio item, a box will pop up with the portfolio gallery and the right content. You can set the ajax portfolio settings on the Portfolio Grid element’s Link Handling option. Please watch this video: http://vimeo.com/channels/aviathemes/92503992
Best regards,
IsmaelMay 1, 2014 at 2:45 pm #258862In reply to: making my logo bigger
Hey sylentbob3!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height and increase it. If that does not help, please post the link to your website so we can take a look
Regards,
YigitMay 1, 2014 at 2:32 pm #258856In reply to: Editor missing when editing a Text block
Hey!
Please update Enfold to the latest version 2.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitMay 1, 2014 at 1:43 pm #258838In reply to: Please contribute and translate Enfold
@Jean
http://wordpress.org/plugins/codestyling-localization/
This plugin will update your .po file. Simple and easy!
>> Tools >> Localisation >> rescan your language in enfold.Best Regards.
May 1, 2014 at 1:35 pm #258836In reply to: Please contribute and translate Enfold
Hey!
@Jean: You can use this plugin to translate the string: http://wordpress.org/plugins/codestyling-localization/
@yutakaemura: Thank you so much! :)Best regards,
IsmaelMay 1, 2014 at 1:01 pm #258828Topic: Link text disappears on hover
in forum Enfoldxtianj
ParticipantHi,
When I hover over links on my site (e.g. Recent Posts, Breadcrumbs, Categories, Tags) they disappear, and then reappear once I roll the mouse away.
Body text links appear to be unaffected, similarly there are no issues in the header or the footer.
Any ideas what may be causing this?
I’ve just updated to the latest version of Enfold but I cannot confirm with certainty that this problem did not exist before I updated, as I’ve only just noticed it.
Thanks,
Chris
May 1, 2014 at 12:53 pm #258823In reply to: Headings appearing in italics
Hey!
Please try this to make the font style normal:
h3 { font-style: normal !important; }You’re using a very old version of the theme, 1.3.1. Please download the latest version Enfold 2.7 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelMay 1, 2014 at 12:45 pm #258818Topic: Customize Single Post Page
in forum Enfoldhenningtillmann
ParticipantHi there,
first of all, I really love Enfold. It’s not only a great theme, it’s like an entire new WordPress. Keep up the good work!
I’d like to customize the look of the single post page. Besides choosing the position of the sidebar (left/right) I can’t find other options. I’d like to add a custom widget area on top of every blog post or add a slideshow (or even a Layerslider) on top of every post.
How can this be done?
Thanks!!
May 1, 2014 at 12:34 pm #258813In reply to: Bigger header for non-mobile devices
Hi DJQuad!
Thank you for using the theme!
You can adjust the height of the header on Enfold > Header > Header Size. Choose custom pixel value. Select the value that corresponds on the logo height.
Best regards,
IsmaelMay 1, 2014 at 10:03 am #258786In reply to: Enfold tables
Is there a way to join cells?
May 1, 2014 at 10:00 am #258785Hey,
I´have the same problem with my site. After updating WP 3.9 en Enfold 2.7 the layerslider are not working anymore.
May 1, 2014 at 9:30 am #258784Hello, I’m also still having this problem. Are there any ideas? I deactivated all my plugins but it still has the same jumping effect on the add to cart button after I added the quick CSS code posted here.
=Nicolas
May 1, 2014 at 9:08 am #258782sorry – Murphy’s law – just found it on this page…
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
where u have icons then u rollover them & text pops up…
thanks..
May 1, 2014 at 7:56 am #258772This reply has been marked as private.May 1, 2014 at 7:53 am #258770Topic: Advanced Layerslider disappears after upgrade to 2.7 and WP3.9
in forum Enfoldloudcow
ParticipantHi there – I have a live site running perfectly on WP3.8.3 and Enfold 2.4.4
Today I’ve gone in to update on a staging site to WP3.9 and Enfold2.7 – The Advanced Layerslider disappears.
I’ve cleared cache/tested different browsers/resaved element in page builder – nothing works.
I will forward links in private message.
May 1, 2014 at 7:41 am #258768In reply to: Read more tags not working in text editor.
Hi!
It’s not, that’s an issue other users reported too, a fix is already in the newest version of Enfold 2.7.1, try updating. You should also be able to see the magic wand and the wysiwyg editor there too:
Best regards,
JosueMay 1, 2014 at 6:15 am #258755In reply to: Enfold overriding WP Resize tool
Thanks for the assistance. Rather than making a theme edit, I ended up using WooCommerce Product CSV Import Suite to download all products/pages, and used Openoffice find/replace functions to insert shortcodes to better control/restore the look layout of the images.
May 1, 2014 at 5:40 am #258733In reply to: Enfold: Update Dummy Data Import
Hi Mahdi!
I agree, i’ll suggest it :)
Best regards,
JosueNo, the Enfold Widgets show on the available Widgets screen. I have added some plugin Widgets and they no longer show up on the available Widgets choices. They are under the plugins as activated. I would like to use some in a custom widget area.
Thanks
john
May 1, 2014 at 4:24 am #258713In reply to: Enfold overriding WP Resize tool
Hi!
I can really only guess on this one but since its WP Engine hosted perhaps they have the editor cached and its only pulling the default image sizes when using the regular Media editor.
In the Advanced Layout Editor mode the image sizes appear correctly when adding in an image using elements and an image inside of them so there is something else causing a conflict with the regular media element.
Regards,
DevinMay 1, 2014 at 4:23 am #258711In reply to: Enfold Multiple Issues (Menu, Footer, Map and Woo)
Also, here is the Enfold showcase topic:
https://kriesi.at/support/topic/enfold-showcase/ -
AuthorSearch Results
-
Search Results
-
Hi,
When I hover over links on my site (e.g. Recent Posts, Breadcrumbs, Categories, Tags) they disappear, and then reappear once I roll the mouse away.
Body text links appear to be unaffected, similarly there are no issues in the header or the footer.
Any ideas what may be causing this?
I’ve just updated to the latest version of Enfold but I cannot confirm with certainty that this problem did not exist before I updated, as I’ve only just noticed it.
Thanks,
Chris
Topic: Customize Single Post Page
Hi there,
first of all, I really love Enfold. It’s not only a great theme, it’s like an entire new WordPress. Keep up the good work!
I’d like to customize the look of the single post page. Besides choosing the position of the sidebar (left/right) I can’t find other options. I’d like to add a custom widget area on top of every blog post or add a slideshow (or even a Layerslider) on top of every post.
How can this be done?
Thanks!!
