To have testimonials run from a central hub. So you can enter a collection of testimonials and it displays them either in order or random in the testimonials widgets (in the Avia layout builder) all over your website.
At the moment if you have more than one testimonials widget you have to enter more testimonials in different orders so clients don’t think you only have 5 :-)
You can modify the post query but note that it will affect ALL portfolio grids. Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and search for
$query = array( 'orderby' => 'post_date',
'order' => 'DESC',
'paged' => $page,
'posts_per_page' => $params['items'],
'post_type' => $params['post_type'],
'tax_query' => array( array( 'taxonomy' => $params['taxonomy'],
'field' => 'id',
'terms' => $terms,
'operator' => 'IN')));
Replace the operator value and use AND instead of IN
2 new client sites to show off!
http://mastercleaners.com
Like I’ve said previously, there’s nothing I can’t do with this theme ;) About 95% done with another client site. Will post again soon!
In this case I’d contact the hoster – ask them if any redirect rules are in place which can block or affect search queries. You can also try to switch to another theme (like TwentyTwelve). If this link: http://www.lighthousemktg.com.au/?s=test still redirects you to the front page it’s definitely a sever configuration issue.
No, but you can change the “portfolio-item” slug on the theme option page (Enfold > General Settings). On the portfolio item editor page you can edit the permalink by clicking on the “Edit” button next to the permalink
Hi,
Right now this header type doesn’t support the resize effect and it would require some work to implement it (javascript function to scale the content, new css code etc.). You can suggest your idea here: https://kriesi.at/support/topic/enfold-feature-requests and if more users request it we’ll look into it.
Hey!
Insert following code into the quick css field
.post-meta-infos, .news-time{
display: none;
}
Best regards,
Peter
Hey!
You can suggest the idea here: https://kriesi.at/support/topic/enfold-feature-requests
Best regards,
Peter
So I had my client create a subdomain on their own server, install fresh WordPress, install new copy of Enfold and Enfold Child and…the issue with the Avia Layout Editor “content NOT appearing” seems to have gone away, but…now, after I open up one of the text blocks and edit it > save it > then try and open up another “text block”, the actual text does not show in the WYSIWYG (no text to edit), and, when I try and insert an image via the ALB, when I click the “insert image” button…it does nothing.
I really like this theme, but it seems the more I work on building a site with it, the more it does not want to work.
Hi!
Sounds like a javascript issue/conflict. You can use the browser console to determine which script breaks the website.
Best regards,
Peter
Hi,
I am trying to build a website for a student organization, but I’m running into a bit of trouble (especially since I’m not a hardcore CS person). The header and menu on the website I’m building (url here: http://www.hcs.harvard.edu/~rce/) is completely transparent which makes it hard to read the subcategories and texts. I’ve tried fiddling around with the header background color and the background images to try and create a less transparent, if not solid, background for the header and menu, but each time I make any change on the Enfold Stylization tab whether it be through the options given or through Quick CSS, there seems to be no change on the website after I update. I’m not quite sure I understand what is going on or what to do from here. Could someone advise?
Thanks so much!
tanyuanpei
Hello:
Google analytics is not working and I get the message: Status: Tracking Not Installed.
URL: acolsa.com.mx
I_ paste this in the enfold box:
<script>
(function(i,s,o,g,r,a,m){i=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-43550118-1’, ‘acolsa.com.mx’);
ga(‘send’, ‘pageview’);
</script>
I don’t use any cache plugin and cleaned the browser cache.
I have checked the code in the source code of the pages and it’s appearing close to the footer.
Any idea of what can I do?
Thanks
Jorge
I’ve done what you told me and i get this error when loading the page
Parse error: syntax error, unexpected ‘<‘ in /home/content/16/9955616/html/wp/wp-content/themes/enfold/header.php on line 171
Here is how i placed the code:
/*
* display the main navigation menu
* modify the output in your wordpress admin backend at appearance->menus
*/
$extraOpen = $extraClose = "";
if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>"; }
echo $extraClose;
echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
$args = array('theme_location'=>'avia', 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu());
wp_nav_menu($args);
echo " </div>"
;
<div id=content>
<!-- EXCHANGERATES.ORG.UK LIVE FOREX RATES TICKER START -->
<script type="text/javascript">
var w = '1200';
var s = '1';
var mbg = 'FFFFFF';
var bs = 'no';
var bc = '000044';
var f = 'verdana';
var fs = '10px';
var fc = '000044';
var lc = '210000';
var lhc = 'FE9A00';
var vc = '000044';
</script>
<script type="text/javascript" src="http://www.currency.me.uk/remote/CUK-LFOREXRTICKER-1.php"></script>
<!-- EXCHANGERATES.ORG.UK LIVE FOREX RATES TICKER END -->
</div>;
?>
<!-- end container-->"
Also, looking at the link attribution link you provided, I’m noticing the Google Analytics Tracking Code that’s given to me to drop in is not in the same format as what’s cited, so I wouldn’t know where to place that red text. I’m not sure why the formatting is so different from that bit of code, and code it’s given me in the past. Here’s what It’s giving me (I Xed out the tracking ID) :
<script>
(function(i,s,o,g,r,a,m){i=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘XXXXXXXXX’, ‘omarramirez.net’);
ga(‘send’, ‘pageview’);
</script>
I’ve used Analytics before, so I know to copy the whole field, but I’m sure that’s a very common mistake…
Thanks, I’ll take a look at that again. As far as cache issues, could the use of the WP Super Cache plugin be contributing to issues? It was recommended by my hosting service for WordPress sites, but I’m not really sure what benefit it’s providing.
I answered your single topic with the same question here: https://kriesi.at/support/topic/how-can-i-use-or-activate-woo-commerce-on-my-site#post-136152
Please try not to duplicate a question on multiple topics as it makes it harder for us to answer quickly and for others to search.
Regards,
Devin
This is a work in progress but client is happy so far, custom headers, misc other tweaks… Thank you…
http://bit.ly/1dr0IQ9
Hi yucozt,
Version 1.9 has known bugs and is already the 3.6 updated theme files. You will have the least issue with updating WordPress and your theme files before moving forward.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi, When I install the Enfold theme .. How can I start to use woocommerce..I couldn’t see any setting staff..do I have to install any plugin?
Would you please give me proper way to do it..first time I will use woo-commerce .
When I install Enfold .. I thought that woo commerce already installed with it.. Am I right ?
Thanks
Hi there,
I am having an issue with importing an exported xml file using WordPress importer.
I want to clone the site: http://www.communicastmyanmar.com/site/
to the domain: http://www.ogmyanmar.com/site/
then make updates to the cloned version as basically the information is the same.
I use the Enfold theme with the child theme activated in both. But the import fails and all I get is a blank page after attempting this. I have tried on both the child theme and the parent theme with no luck.
Any ideas as to what I am doing wrong?
Hi, How can I start to use or activate woocommerce..because looks like I dont have woo plugin ..in my server..
When I install the Enfold the theme ..it must be included with it or not..Would you give me the right way to do it..
Thanks
Excuse my ignorance but what do you mean by “put it on a div”? I don’t know much about coding so maybe this is over my head.
One other question – how can I remove the footer text? I don’t want “interesting links”.
I have version 2.01 on 3.6
After working great my main menu layout has changed. The menu titles are on a new line from the bullets. I have a screen shot but don t know how to insert it here.
Hi Ismael,
I am using Arial, which should display well in Safari. I found the solution: in Safari in preferences under appearance, I found a setting for font smoothing. When I changed it to “Medium – best for Flat Panel” that took care of the issue.
An FYI for all of us!
Thanks for your great help in customizing my site.
Valerie.
Please make sure you’re using the latest version of WPML (2.9.x) and the latest version of the theme (Enfold 2.0.x). Then deactivate all plugins except WPML and WooCommerce and check if the issue persists. If yes please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it. However if it works afterwards activate the plugins one by one until the blog element breaks again…
Hi Sam,
A media query wouldn’t work since the image isn’t added in with css. You could try something like this with javascript though: http://stackoverflow.com/questions/12784405/change-image-source-based-on-viewport-width
Regards,
Devin
Hi,
Where can I translate the following fields in the Comment form for Enfold:
Name:
Email:
I also need to take out the Website field and for some reason, Name, Email and Website appear to the right of the field, I would need to change them to the left side.
Thanks