Ok, so if I disable all that I will also lose all my SEO meta information that is packed in there for each page. I assume that I have to re-create that elsewhere? What SEO plugin do you recommend using with Enfold?
Hey!
Sure – open up wp-content/themes/enfold/includes/loop-index.php and delete:
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
echo '<span class="vcard author"><span class="fn">';
the_author_posts_link();
echo '</span></span>';
echo '</span>';
echo '</span>';
and:
if ( get_comments_number() != "0" || comments_open() ){
echo "<span class='comment-container minor-meta'>";
comments_popup_link( "0 ".__('Comments','avia_framework'),
"1 ".__('Comment' ,'avia_framework'),
"% ".__('Comments','avia_framework'),'comments-link',
"".__('Comments Disabled','avia_framework'));
echo "</span>";
echo "<span class='text-sep text-sep-comment'>/</span>";
}
Regards,
Peter
Hi!
Please try to install the theme via ftp: https://vimeo.com/64927356 . If you downloaded the files from http://themeforest.net we can guarantee that the theme does not contain viruses or trojans.
Regards,
Peter
Hi, I am a complete wordpress rookie so apologises for this message before hand as I’m sure its obvious.
I have a premium wordpress account already with a different website. I have just downloaded enfold to set up a seperate website unrelated to my existing wordpress. So do I need to set-up another wordpress account to instal enfold? and is a Premium wordpress account enough to use many of the enfold accessories/plugins?
Thanks
Luke
I just installed it and I’m seeing very similar behavior. The first image that Facebook wants to use is something other than the main photo on the blog. Here’s a screen capture of what I mean: http://thinkspace.com/wp-content/uploads/2014/04/fb-screenshot-enfold-theme-blog-problem.png
Hey!
Ah, ok. If you link to the same portfolio entry from different pages the breadcrumb can’t be consistent. WordPress doesn’t know which “masonry page” is the parent page of a “single portfolio entry” because the masonry grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the parent portfolio/grid page into a session.
I.e. if the user first views this portfolio grid page (http://2013.traverscollins.com/us/marketing-capabilities/advertising-media/ ) the server will save the page id into the session and as soon as the user views the single portfolio entry (i.e. http://2013.traverscollins.com/work/harper-international/ ) Enfold uses the session data and the saved page id to build the breadcrumb (You are here:Home / Us / Marketing Capabilities / Advertising & Media / Harper International). If the user accesses the portfolio entry from another portfolio page: i.e. from http://2013.traverscollins.com/work/ the breadcrumb structure might be different. Note that you need to clear the browser cache to remove the session data if you want to test this.
You’ve three options:
1) Make sure that the same portfolio items are not part of several masonry or portfolio grids and remove the masonry/portfolio grid from the other pages.
2) Remove the breadcrumb
3) Try another breadcrumb like Yoast SEO – maybe it gives you better results for your project.
Regards,
Peter
Hey Johan!
1) Yes, you can download the theme after you purchased a license. The purchase requires marketplace credits or a paypal/skrill account.
2) Yes, the installation can be done within minutes. See https://vimeo.com/channels/aviathemes/67209750
Regards,
Peter
Hi!
I recommend to deactivate https/ssl on your server or to add a redirection ( http://stackoverflow.com/questions/8371/how-do-you-redirect-https-to-http ) from https to http to your htaccess file.
Regards,
Peter
Hi there,
Google webmaster tool reported that 2 links on my web site can not be reached (403)
These links are
avia_framework_globals.frameworkUrl from the below snippet
<script type='text/javascript'>
/* <![CDATA[ */
var avia_framework_globals = avia_framework_globals || {};
avia_framework_globals.frameworkUrl = 'http://www.orangeuce.com/wp-content/themes/enfold/framework/';
avia_framework_globals.installedAt = 'http://www.orangeuce.com/wp-content/themes/enfold/';
avia_framework_globals.ajaxurl = 'http://www.orangeuce.com/wp-admin/admin-ajax.php';
/* ]]> */
</script>
and http://www.orangeuce.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/ from the layer slider on the home page.
Visually all appears to work ok. I just wanted to tidy it up. Should I check the permissions or these are just some unnecessary artefacts?
Thanks,
Max
Hi,
Does it happen with the default WordPress theme?
Cheers!
Josue
Hello,
It’s weird, do you have the latest version of Enfold? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue
Hey Steve!
Your content is stored in the database, if you haven’t touched any theme files it is safe to re-install it (keep the same folder name).
Regards,
Josue
I have had this happening for months now, on all different version of Enfold. I have tried Safari and Chrome, it happens on both.
Try adding an accordion, then adding a few elements to it. fine right? Go back into it, edit some elements, add some text to them, maybe a button as well, go to the next one do the same. Eventually – without fail – it will come up with an “undefined” bug showing in the first accordion pop up window instead of all your elements. The only temporary fix is to actually republish the page, then it works (for a while) again.
Any ideas guys? would really appreciate your help, this ones driving me crazy!
I would like to know how to change the header font color for main menu + secondary menu.
It seems the setting in Enfold Styling for “Header Font Color” sets the color but this color is used for the active, non-active, hover color and the non-active link just has a lower opacity.
As seen on my website http://younglife.org.au/wp/pages/services/
I would like all the non active links for main menu + secondary menu to be white (#FFFFFF) but when they are hovered over or it’s the current page your on to be highlighted green (#719430)
Hope that makes sense.
cheers Fudge
Hi Josue,
Thanks for the quick response!
I thought about doing that, but wouldn’t that wipe out my custom slider files and code? And I’m not sure if that would also delete my custom pages built within Enfold. Would there be an easy way to back up and restore the slider data (and perhaps the custom pages if necessary) after I replace the Enfold files?
Thank you so much!
Steve
Hi Enfold,
We are using Enfold theme on our website and currently experiencing a problem. As soon as we make any kind of modifications on this page editing and publish it, entire content on the page will disappear. (Only way to restore this is to use revision history feature.) Any idea how to fix this issue?
Here is our website’s URL:
http://drivemode.com/
Thank you,
Brian
Hey!
He meant that that string (This content is password protected. To view it…) is translated by WordPress; not by Enfold, so in order to have it in your language you’d need to set your WordPress system to that language.
Regards,
Josue
Hi Steve!
The safest and easier solution would be to re-download Enfold from Themeforest again and installing it via FTP, take a look at this video for a reference:
Cheers!
Josue
You are welcome, glad we could help :)
Regards,
Josue
See it now:
http://pencils.com/
An additional “}” was needed before the code in order to exclude it from the media query before it.
Cheers!
Josue
Sorry about that. Give it a go now.
This reply has been marked as private.
This reply has been marked as private.
When you update your theme/re-upload it what are the steps you take?
If you can also provide an admin login for the site through a private reply here on the forums we can log in and see whats going on first hand. Its very very strange since the style.css for the theme shows you are using enfold 2.6.2 but the pages still shows version 2.4.4 in the source code with the themes debug output.
Hello,
Hope someone can help in uploading the newest version of enfold.
I found the instructions for updating the theme through the “Enfold theme options.” But I don’t have a “theme update” tab on my Enfold theme options.
Then I tried uploading the theme through wordpress itself (appearance…install theme, etc)
When I download the most recent Enfold version on Theme Forest I downloaded: “All files and documentation.” Then, in WordPress, I attempted to upload the Enfold.zip file contained within the “All files…” folder. Unfortunately nothing happens. It won’t upload. The status bar on my browser goes part way and then stops and I get a try again message. What am I doing wrong? Should I have downloaded the file: “installable wordpress file only” ??
Any other options? Not too complicated I hope.
Thanks for ant assistance.
Will
ok thank you so much I keep that in mind
Eventually it probably will be. WordPress is changing to a rapid release schedule and new major versions will be coming out more frequently.
For the short term it probably will not be a big issue but eventually it will be.
Hey there –
Great job on the theme!
I’m having an issue that other folks have reported where mobile hyperlinks, especially within color sections, don’t work.
My site is here: http://www.parkchenaur.com.
After applying the latest EnFold update, most of the links outside of the top color section now work. However – the ones on the top color section do not.
I’ve applied the CSS code you pasted in the other threads, pasted below. Any ideas what might be wrong? It is also conceivable that I put the code in the wrong way somehow.
Thanks!
Code I’ve tried…
.avia_mobile #top .av-parallax-section{z-index: 0;}
@media only screen and (max-width: 767px) {
#mobilehometwo a { z-index: 99 !important; }}