Forum Replies Created
-
AuthorPosts
-
Hi Mike!
The HTML you can paste into your page content. The CSS can go in the Quick CSS theme setting or in one of the stylesheets. The JS can be added to the bottom of your functions.php file like so.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' ); function enfold_customization_footer_scripts() { ?> <script type = "text/javascript"> your javascript goes here </script> <?php }Regards,
ElliottHi simonac!
I think this was caused by a specific plugin. Try deactivating all of your plugins to see if that fixes it.
If not then send us a link and we’ll take a look. Be sure Enfold is updated to the latest version, 3.0.8, as well.
Cheers!
ElliottFebruary 24, 2015 at 11:17 pm in reply to: My clients website is not properly updating In web browser #401774Hey Iconward!
It’s probably from your WP Supercache and Jetpack plugins. Try refreshing their cache.
Also try clearing your browser cache as well.
Best regards,
ElliottHi simonac!
We don’t have any set dates yet but they are currently being worked on with the next update.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi thekeenfolks!
Are you trying to add that to your header social links? You should be able to just paste that into the field and save. It is working fine on my XAMPP setup.
Make sure Enfold is updated and that all plugins are deactivated.
If your still having problems then send us a WordPress login and take a screenshot highlighting what is going on so we can get a better idea.
Regards,
ElliottHey Olivier!
Try adding this to your custom CSS.
.pts.plm { color: white !important; }Best regards,
ElliottFebruary 24, 2015 at 10:55 pm in reply to: [BUG] Table headers applied incorrectly on media query. #401755Hi!
Alrighty, thanks for posting your solution.
Cheers!
ElliottHey!
It’s not letting me login. Is the information correct?
So it’s just one blog post that is having the problem? Go ahead and send us a link to this specific post as well.
Regards,
ElliottHi Marco!
It looks like page 3 and 4 are not working, is that correct? I think this might have something to do with the amount of posts you have set to display in Dashboard > Settings > Reading.
It looks like your using Enfold 2.6.1. Go ahead and update to the latest version, 3.0.8, and make sure WordPress is updated as well.
Also be sure to deactivate all plugins while testing. If your still having problems then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey kerryatflorenceroad!
Are you sure your page is set to a right sidebar layout and not full width?
Go ahead and update Enfold to the latest version, 3.0.8, and deactivate all plugins while testing.
If your still having problems then send us a WordPress login and a link to the exact page.
Regards,
ElliottHi!
@joeathomas, Thanks for the reply. :)
@USEYOURHEAD, It’s 12 images that are created by Enfold and they are used in various areas, blog, portfolio, shortcodes. If you’d like you can change lines 118 – 144 in the functions.php file to this.$avia_config['imgSize']['base'] = []; $avia_config['selectableImgSize'] = [];To get rid of them but really I don’t see why you would want to do that. You would just be limiting your options. I went ahead and flagged this for Kriesi to take a look.
Regards,
ElliottFebruary 24, 2015 at 10:03 pm in reply to: Blog went from masonary to normal when updated wordpress #401729Hey!
Your login is not working for me. Is the information correct?
What does the error say? Perhaps you need to change file permissions or increase your server upload limit.
It’s possible to add an overlay but it might get difficult with the captions and buttons though. What I would do is just edit your image in an image editing program such as paint, photoshop, or fireworks and add the overlay that way.
Regards,
ElliottFebruary 24, 2015 at 9:57 pm in reply to: Icons (Social, other) not appearing properly in IE – works in other browsers #401728Hi!
Sorry for the wait. Go ahead and try this out, http://kriesi.at/documentation/enfold/enable-cors/, and clear your browser cache to see if that works for you.
Cheers!
ElliottHi!
Sounds like a javascript error. What happens when all other plugins except gravity forms are deactivated? Is Enfold updated to 3.0.8?
Go ahead and send us a WordPress login and we’ll take a look.
Regards,
ElliottHey!
Alrighty, let us know if you have any other questions.
Cheers!
ElliottHey USEYOURHEAD!
Add this to the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_extra_header_meta' ); function enfold_customization_extra_header_meta() { ?> insert your code here <?php }Regards,
ElliottFebruary 24, 2015 at 9:50 pm in reply to: Password Protect an Hide My Site not working on Enfold #401721Hey!
If your wanting to add a password to your whole site then try this plugin out, https://wordpress.org/plugins/hide-my-site/.
Regards,
ElliottHey!
Go ahead and update WordPress and Enfold to their latest versions and let us know when your done.
Also be sure to deactivate all plugins while testing.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey emin!
Add this to your custom CSS.
.home .blog-meta { float: left !important; margin-right: 20px !important; } .home .post-title, .home .post-meta-infos { text-align: left !important; }Best regards,
ElliottFebruary 24, 2015 at 9:36 pm in reply to: Enfold Theme Update overwrite other files in the Enfold theme directories. #401714Hi dsmcpherson!
Have them do their customizations in a child theme, http://kriesi.at/documentation/enfold/downloads/, and they will be saved between updates.
Best regards,
ElliottHi mcraig77!
1. + 2. Add this to your custom CSS.
@media only screen and (max-width: 479px) { .slideshow_caption, .slideshow_caption * { font-size: 16px !important; } .aviaccordion-title { font-size: 16px !important; } }3. Try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Cheers!
ElliottHey mxm33!
You can save your content as a template and then create a new page and insert the template there.

Cheers!
ElliottHi dypfryser!
Try adding this to your custom CSS.
.widgettitle:before { font-family: "entypo-fontello"; content: "\e822"; font-size: 20px; }And then send us a link to your page so we can check it.
Regards,
ElliottFebruary 24, 2015 at 9:15 pm in reply to: Request: WP Version Compatibility chart and issue list #401695Hey solarmediapro!
I think looking at the version on themeforest is the best way. If there is an important bug introduced in a WordPress update then we usually have a new update pushed to themeforest within the day and we update the compatibility information there.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi hamiltonbuchanan!
You would have to edit the loop-index.php template and use this function, http://codex.wordpress.org/Template_Tags/the_time, to display those specific date components. If you look around line 131 in the file you can see where we display the title and the post meta information so it’s that area that you’ll want to use the functions.
Some CSS work would probably be required also.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
I see. Try adding this to the bottom of your functions.php file.
add_action( 'avia_after_footer_columns', 'enfold_customization_extra_footer' ); function enfold_customization_extra_footer() { ?> <hr /> <div class="flex_column av_one_fourth first el_before_av_one_fourth"> 1st column content </div> <div class="flex_column av_one_fourth el_after_av_one_fourth el_before_av_one_fourth "> 2nd column content </div> <div class="flex_column av_one_fourth el_after_av_one_fourth el_before_av_one_fourth "> 3rd column content </div> <div class="flex_column av_one_fourth el_after_av_one_fourth el_before_av_one_fourth "> 4th column content </div> <?php }Regards,
ElliottHey!
You did not have any custom menu widgets set in your “Opt-In” widget area so I went ahead and added one but it’s displaying fine for me. (I removed it afterwards)
Can you take a screenshot and highlight what is going on? Perhaps it was a caching issue?
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
It should be working. Perhaps you have a typo somewhere in your other CSS. Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey!
Hmm, that’s weird because it doesn’t say you have any posts for those categories in Dashboard > Posts > Categories. Are you sure you have them translated?
What happens when you deactivate all of your plugins?
I tested this out on my XAMPP setup and the private posts still display in the blog posts shortcode so I’m not really sure what’s going on there.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 24, 2015 at 7:17 pm in reply to: Contact form Issue when submitting by Mobile (cell) device #401630Hey!
I see you have the contact form 7 plugin activated. Do those forms not work either on mobiles? What happens when you deactivate all of the other plugins, specifically the web portal lite, and then clear your browser cache and try again?
Regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
