Forum Replies Created
-
AuthorPosts
-
Hi Michel!
Check this article:
http://wpml.org/2011/03/howto-display-different-widgets-per-language/Regards,
JosueHi Per!
Are you using the latest version of Enfold?
Cheers!
JosueHi,
There seems to be a typo in the product pages, can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
It’s Open Sans.
Cheers!
JosueHey!
Did you fix it? i checked your website and the entry-footer was empty on all posts:
Edit: i was seeing the archive page, to remove them from the single page try the following: open /includes/loop-index.php and remove these lines:

Best regards,
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
Hey!
They are saved in the database, wp_options table, the option_name will depend on the name of the theme folder:
avia_options_{name of the theme folder}Cheers!
JosueHey!
Your site width is 960px (not 1130px) in IE8, is that what you meant?
Cheers!
JosueHi Richard!
The problem is the quotes, i tried with this and it worked on my end:
<div itemscope itemtype='http://schema.org/LocalBusiness'> <span itemprop='name'>Westfield Air Conditioning LTD</span> <div itemprop='address' itemscope itemtype='http://schema.org/PostalAddress'> <span itemprop='streetAddress'>3 Hopefield Drive</span> <span itemprop='addressLocality'>Leeds</span> <span itemprop='addressRegion'>West Yorkshire</span> <span itemprop='postalCode'>LS26 0XP</span> <span itemprop='addressCountry'>GB</span> Phone: <span itemprop='telephone'>01132 829541</span></div>Best regards,
JosueHey!
Yes, the class format now is:
.av-social-link-{name of the icon here}:hover a{ ... }Check this topic for a reference:
https://kriesi.at/support/topic/use-different-social-icons/#post-263044Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueMay 12, 2014 at 2:39 am in reply to: Update_core repetitive calls after update (PHP errors as well) #263049Hi!
Is this issue the same as here? it would be better to keep the conversation in one topic.
Cheers!
JosueHey!
Have you tried using this button?

Cheers!
JosueHey!
Add this to the Quick CSS:
#top #wrap_all .av-social-link-spotify:hover a{color:#fff; background-color:#46d4fe; }Change as needed.
Cheers!
JosueHi,
Can you post the link to your website please?
Also, the png you want to use and the specific menu item you want to change.
Regards,
JosueHey!
No, i think i found the typo, try with this code:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['spotify'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue907'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Spotify'] = 'spotify'; return $icons; }Best regards,
JosueHey!
That depends on the size the page is being viewed because the LS is set to full width.
Best regards,
JosueMay 12, 2014 at 2:17 am in reply to: How to display a single woocommerce product in detail view on the home page #263027Hi!
That’s not possible at the moment, but you can build something like a single product detail view with the layout builder.
Regards,
JosueHey!
I tried that code on my install and it did work, note that it will add the option here:

Cheers!
JosueHello!
It is possible but it would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHi!
The default width for the columns in the gallery is 20%, but you can change it with this:
#top .avia-gallery .avia-gallery-thumb a{ width: 25% !important; }You can use 25%, 50%, 100%.
Regards,
JosueHey!
You are right, the Options structure has changed, the icon font manager is found here now:

Best regards,
JosueMay 12, 2014 at 1:57 am in reply to: How to disable lightbox for AJAX portfolio items? And not lightbox completely. #263017Hi,
Can you post the link to the portfolio page please?
Regards,
JosueHello!
This is more of a WordPress issue rather than a theme one, but try the following:
http://stackoverflow.com/questions/9342645/add-trailing-slash-to-404-url-so-it-can-be-redirectedCheers!
JosueHello!
This is more of a WordPress issue rather than a theme one, but try the following:

Cheers!
JosueHi @dmoz!
Refer to this video:
Best regards,
JosueHey!
It hides the errors, but only the ‘strict’ (they serve no purpose) not the important ones.
Regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
