HI Yigit,
Thank you for the prompt reply and for the link provided. The issue was related to font files being retrieved from CDN
with different domain names than the main domain. It seems that Firefox and IE require that font files originate from the
same domain. After excluding font files from CDN everything is back to normal. The issue is not related to Enfold code
or specific Enfold version.
Regards,
Dimi
Hello,
My galleries all say this error message instead of opening images in lightbox. It has just started happening after several months of functioning correctly.
I am running WordPress 3.8.1 and the latest Enfold update.
Any ideas?
Thanks for your help!
Craig
Hi Guys…
Absolutely, hands down…best theme I’ve ever purchased and worked with. I’m using this theme to redo my website and was wondering (praying) if there would be a quick css that would:
1) Allow me to remove the small margin above the header so that my logo could be flush with the top of screen
2) Have the main navigation sit to the left and right of the logo view
http://www.ericrusselldp.com/wordpress
Thanks in advance!
Hi, thought this thread is the most appropriate for translation bugs. There is an error in the Russian .po file. Not in the translation, but the original text. In the string “If you are not happy with the results bellow please do another search” “bellow” should be changed into “below”. Because of this error the string doesn’t translate properly.
EDIT: opened a separate ticket, please ignore this post.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-icon-char {
line-height: 0!important;
}
Cheers!
Yigit
Hi snafroth!
Please go to Enfold theme options > Styling tab and re-save the options and check if that helps. If not, add following code to Quick CSS in Enfold theme options under Styling tab
#socket .copyright {
font-size: 11px;
}
Best regards,
Yigit
Hi!
Can you post the link to your website so we can take a look?
Regards,
Yigit
Hey DaveL77!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.image-overlay .image-overlay-inside:before { background-color: red !important; }
Regards,
Yigit
Hi!
Ihr könntent mit max-height die maximale Höhe der Bilder bestimmen und mit width:auto; verhindert ihr, dass die Bilder verzerrt dargestellt werden, falls die Höhe die Weite übertrifft.
Soweit ich weiß wird für das Produktbild selbst: http://kriesi.at/themes/enfold/product/zoku-trioquick-pop-maker/ ein Overlay angezeigt. Die Thumbnails darunter (Galerie) sind zu klein für ein Overlay. Dieses wird erst ab 100px Höhe angezeigt und das CSS skaliert die Thumbnails im Regelfall auf 91x91px.
Regards,
Peter
Hi murphy88!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .av-main-nav ul a { border: none!important; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 5px; }}
I cannot reproduce the issue when i resize browser window but this code should help
Best regards,
Yigit
I have broken theme error. The error logs also point to the same error in
/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 394
the error states:
PHP Parse error: syntax error, unexpected ”colum’ (T_ENCAPSED_AND_WHITESPACE), expecting ‘]’
If I comment out line 394 completely, then my site will work and I no longer get the white screen of death, but then If I try to go to a slide the site freezes.
At first I thought this might be a problem with some custom CSS in a slide, but I’ve tried a completely new wordpress install, uploaded the newest version of Enfold, and I still get the white screen of death with that error.
Hey!
You have many plugins installed. Please try deactivating them and check if that helps. Then you can activate them one by one to find the culprit
Best regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#top .main_color .price, .main_color .stock, #top #wrap_all .main_color ins { color: transparent; }
Cheers!
Yigit
Hey Holger!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.archive .post-meta-infos { display: none !important; }
Regards,
Yigit
This reply has been marked as private.
Prior to using the Enfold theme I used Jetpack extensively on my sites. Although I installed Jetpack and activated several of the features to use widgets in sidebars and the footer, none of them are showing up in the widgets area. Is Enfold not compatible?
Hi,
I’m building a website on the Enfold theme, and I want to make links that go to my portfolio page. Specifically, I want the portfolio grid (that is sortable by clicking categories) to pre-sort on a specific category, depending on the link clicked. Is this possible via GET parameters, or some other visitor-friendly and SEO-friendly way? I don’t want to make a seperate page for each category to start in.
Cheers,
Gijs
Dear Dude,
I mean those red dots that appear between the advertising in the right sidebar. I simply added a text widget and pasted the adsense code. Instead of displaying the advertising I began to also display as red dots. I attach a photo.
Thank you!
http://thomasgraziani.com/?attachment_id=5422
Hi!
Ich persönlich habe den Event Calendar getestet: http://wordpress.org/plugins/the-events-calendar/ und war damit recht zufrieden.
Cheers!
Peter
Hi sr123!
You could install a plugin like: https://wordpress.org/plugins/insert-php-code-snippet/ – then you can embed your custom code with shortcodes and you can place these shortcodes into text blocks. The custom code will be saved in a separate option field (of the php code snippet plugin) and eventually you can separate your custom code from the template builder data. The only connection is the embedded shortcode.
We save the template builder data as post meta data.
Best regards,
Peter
Hey Josh!
Afaik Enfold never supported the WooCommerce styles options but I’m not entirely sure about it. I’ll mark this thread for Kriesi.
Best regards,
Peter
Hey!
Glad Josue could help you.
Best regards,
Peter
Hi!
Afaik this is how the masonry element works. I.e. with a screen size of 1920px you’ve 5-6 columns: http://www.screenr.com/qxdN
Best regards,
Peter
Hi!
You can add a width attribute to Yigits code like:
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
height: auto !important;
width: 200px !important;
}
}
Instead of 200px insert your custom logo width value.
Cheers!
Peter
Hi!
2) I’m not sure what you mean with “dots” – do you want to remove/hide the hr elements between the widgets? If yes try this css code:
#top #wrap_all .sidebar .hr-short{ display: none; }
Regards,
Peter
Hey!
1) Make sure you’re using the latest version of the theme (Enfold 2.6.2) and WordPress (3.8.1). There was an incompatibility issue in the past: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
2) If it still doesn’t work please try to re-install the theme with FTP: https://vimeo.com/channels/aviathemes/67209750
3) Deactivate all third party plugins – maybe a plugin conflicts with the portfolio filter.
Regards,
Peter
Hey garyguthrie!
The first video (approx. :16-:36) doesn’t demonstrate a color section element but a “Fullscreen Easy Slider” element. Kriesi also uses it here: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
Just add the element to your template and add a caption to each slide. The text will be displayed with a semi transparent overlay.
Best regards,
Peter
Hey!
Yes, German is included. You can find the files in enfold\lang\. Search for de_DE.po to modify the German translation. You can use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to edit the files.
Best regards,
Peter
Hi Josue,
It worked! I transferred a new copy of the Enfold theme to my hosting folder and labeled the old one as ‘Enfold_old’. I just kept the old folder there as a reference. I’m able to see now all of the changes that were made to the Enfold files.
Thanks for the plugin too! I tried it on my local host site without success. I’m sure it works fine. I just ran out of time to troubleshoot.
Thanks once again Josue for your rapid responses, expertise, and advice.
Sincerely,
Steve