-
AuthorSearch Results
-
February 21, 2014 at 4:45 am #227248
Hey!
Please change your Blog Style to this (Enfold > General Settings):

Regards,
JosueFebruary 21, 2014 at 4:40 am #227242In reply to: adjust buttons in login/register
Hey!
Try adding this code to the Quick CSS:
#customer_login .form-row { overflow: hidden; }Regarding the other issue, you can use the Enfold built-in functionality as Peter mentioned in the last reply. Please note that fixes for third-party plugins not officially supported is out of the scope of the support we can offer.
Cheers!
JosueFebruary 21, 2014 at 4:15 am #227224In reply to: URL showing on icon box
Hi!
I tried reproducing this issue on my local install with no success.
Here are the settings i used (post yours if i’m wrong here):

Result:

Are you using the latest version of Enfold?
Regards,
JosueFebruary 21, 2014 at 3:53 am #227219In reply to: enfold theme blog black screen issue
To increate the PHP memory allocation.
February 21, 2014 at 3:36 am #227215In reply to: enfold theme blog black screen issue
What exactly do I want to ask them or tell them to do?
February 21, 2014 at 3:34 am #227214In reply to: enfold theme blog black screen issue
Hmm, try asking your hosting provider about this, earlier i tried changing the title (and permalink) of that post to “Test” and it got fixed, so it’s a definitely a memory limit issue.
Cheers!
JosueFebruary 21, 2014 at 3:32 am #227213In reply to: enfold theme blog black screen issue
Nope. That doesn’t work either.
February 21, 2014 at 3:16 am #227210In reply to: Enfold Woocommerce billing address page
Hey bitinteractive!
Can we see the site live? If you can also provide a test login that would be helpful to see it exactly as you are seeing it.
Cheers!
DevinFebruary 21, 2014 at 3:09 am #227208In reply to: enfold theme blog black screen issue
Put:
define( 'WP_MEMORY_LIMIT', '64M' );in your wp-config.php file.
Best regards,
JosueFebruary 21, 2014 at 3:02 am #227205In reply to: enfold theme blog black screen issue
This reply has been marked as private.February 21, 2014 at 2:42 am #227201In reply to: Remove hover-over and link from Featured Image
Hey grktmktg!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .big-preview.single-big { pointer-events: none; }Regards,
YigitFebruary 21, 2014 at 2:41 am #227200In reply to: Enfold 2.5.2 Bug with Social Stickers Plugin
perfect thank you!
February 21, 2014 at 2:27 am #227191Topic: Remove hover-over and link from Featured Image
in forum Enfoldgrktmktg
ParticipantIn the Enfold theme, the Featured image is normally shown above the blog post with a hover-over and linked to the full-size version of the image.
We don’t want Featured images to be linked to anything. They’re there just to make the post look pretty as they are, not to demonstrate something that needs to be zoomed in. They should not be interactive.
We just need to find where that link is set and remove it throughout the template.
Thanks!
February 21, 2014 at 2:14 am #227187In reply to: shop page question
Hi!
Please go to Enfold theme options > Sidebar tab and choose to display no sidebar in “Sidebar on Archive Pages” section
Cheers!
YigitFebruary 21, 2014 at 2:10 am #227186In reply to: Social icons austauschen
Hey Markus!
You can go to Enfold theme options > Header tab and add/change/remove social icons http://i.imgur.com/dvBrhjn.jpg
Then you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the size of social icons#top .social_bookmarks li a { font-size: 18px; }Regards,
YigitFebruary 21, 2014 at 2:06 am #227184Hi!
1- Please try adding !important rule to force it as following
.fb_iframe_widget { display: inline-flex!important; }2- You can add your Blog Posts element inside of a 2/3 column element and add Widget Area element inside of a 1/3 column element then choose to display a widget area that has Enfold Latest News widget in it
Cheers!
YigitFebruary 21, 2014 at 1:54 am #227182In reply to: ipad portrait view
Hey rocky06!
Please see http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
Best regards,
YigitFebruary 21, 2014 at 1:21 am #227170In reply to: Free translator Plugin – Enfold
Hi!
If you want to use all features you’d need the Multilingual CMS.
https://kriesi.at/support/topic/which-wpml-multiligual-plugin-is-right-for-me/#post-213213Best regards,
JosueFebruary 21, 2014 at 1:17 am #227165In reply to: Icon fade-In animation in google chrome
The issue must be caused by a combination of css classes. I have made some tests.
Isolated (on a simple single test page outside of wordpress) the following css works well on the affected chrome browsers:
.avia_transform .avia_start_delayed_animation.av_font_icon{ -webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ opacity: 1; -moz-transform:scale(1); }Removing the duration or setting the y2 value to 1 or less solves the issue in Enfold:
.avia_transform .avia_start_delayed_animation.av_font_icon{ -webkit-animation: avia_appear 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ opacity: 1; -moz-transform:scale(1); }or
.avia_transform .avia_start_delayed_animation.av_font_icon{ -webkit-animation: avia_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1); /* Safari 4+ */ opacity: 1; -moz-transform:scale(1); }I guess it is something with .avia_animate_when_visible or .avia_start_delayed_animation.
Regards
Michael
-
This reply was modified 11 years, 10 months ago by
mensmaximus.
February 21, 2014 at 1:15 am #227163In reply to: How to add an image to the top of my blog page
Hey!
You should modify archive.php file in root folder and loop-archive.php file inside wp-content\themes\enfold\includes folder, however you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Regards,
YigitFebruary 21, 2014 at 1:12 am #227160In reply to: Portfolio-grid is not working
Hi!
@sonnenschein13 Can you post the link to website you have setup for testing?
@jbennettrhycom Yes, the latest version is 2.5.2, please update it to make Enfold fully compatible with WordPress 3.8.1Regards,
YigitFebruary 21, 2014 at 1:07 am #227156In reply to: Categories page is displaying full posts?
Hi!
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Make sure to update WordPress to the latest version as well.Best regards,
YigitFebruary 21, 2014 at 1:04 am #227152In reply to: Images of Filter gallery as a portfolio
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow-inner { border: solid 2px red!important; }Regards,
YigitFebruary 21, 2014 at 12:59 am #227150Hey tusing!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow { margin-top: 0; }Cheers!
YigitFebruary 21, 2014 at 12:51 am #227143In reply to: Enfold 2.5.2 Bug with Social Stickers Plugin
Hey!
Try adding this code to the Quick CSS:
.social_stickers_widget a img { width: 32px; height: 32px; }Cheers!
JosueFebruary 21, 2014 at 12:45 am #227142In reply to: A bulk CSS surprise
Hi!
This css output is basically the fallback solution if the theme is not allowed to read/write the folder and file that Dude mentioned before. Since the backend needs to save the color and styling rules somewhere it tries to create the file: wp-content/uploads/dynamic_avia/enfold.css
If this file is not located on your server then the theme is probably not allowed to read or write. if it is available make sure to set the file permission of both, folder and css file to 755 or 777
Thats pretty much the only advice I can offer without having access to your server…
Cheers!
KriesiFebruary 21, 2014 at 12:39 am #227139In reply to: Easyslider
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab to remove arrows on mobile
@media only screen and (max-width: 768px) { #top .avia-slideshow-arrows a { display: none; }}As there is no hover possibility on touch-screen, that would be the only solution if you do not want to display arrows.
Best regards,
YigitFebruary 21, 2014 at 12:24 am #227129Topic: Enfold Woocommerce billing address page
in forum EnfoldSurigliaStudio
ParticipantHello,
i tried really a lot to solve this little problem.
I’m building an ecommerce and i’ve a bad alligment with email field into the billing address page (once i registered and logged in)
Here’s what happens
i checked the code and noticed that the field got the .form-row-first field, instead of .form-row-last one
it’s that correct? How can i fix it?THank you :)
February 21, 2014 at 12:20 am #227123In reply to: Is Enfold really SEO optimised?
Hi Jason,
Can you post the link to your website please?
Also, you can use this plugin to define meta attributes manually.
Regards,
JosueFebruary 21, 2014 at 12:19 am #227122In reply to: anchor problem
Hi Peter
Thanks – I deactivated it – it’s better but now the title is hidden at the top:
http://www.copenhagenfilmcompany.dk/2014/films/films-2/#short-docI thought that W3TC was compatible with ENFOLD but maybe I don’t need to use it?
If it’s causing problems I would rather avoid it.
best
N -
This reply was modified 11 years, 10 months ago by
-
AuthorSearch Results
-
Search Results
-
In the Enfold theme, the Featured image is normally shown above the blog post with a hover-over and linked to the full-size version of the image.
We don’t want Featured images to be linked to anything. They’re there just to make the post look pretty as they are, not to demonstrate something that needs to be zoomed in. They should not be interactive.
We just need to find where that link is set and remove it throughout the template.
Thanks!
Hello,
i tried really a lot to solve this little problem.
I’m building an ecommerce and i’ve a bad alligment with email field into the billing address page (once i registered and logged in)
Here’s what happens
i checked the code and noticed that the field got the .form-row-first field, instead of .form-row-last one
it’s that correct? How can i fix it?THank you :)
