Forum Replies Created
-
AuthorPosts
-
Hey!
Try an absolute path like so.
<?php echo avia_logo('http://www.yoursite.com/images/new_big_logo_100.svg', $addition, 'strong', true); ?>Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
Yigit’s code is working fine on my XAMPP setup. Try adding it to the top of the file like so.
.avia_section_header.goto_theme_update { display: none!important; } #avia_options_page textarea, #avia_options_page input[type="text"], #avia_options_page input[type="password"], #avia_options_page input[type="file"], #avia_options_page input[type="button"], #avia_options_page input[type="submit"], #avia_options_page input[type="reset"], #avia_options_page select , .avia_select_unify{ border-color: #E2EAED; }Regards,
ElliottHey!
Here is the function used, http://codex.wordpress.org/Function_Reference/get_the_term_list, which does not have an option for that so I don’t see an easy way of doing that unfortunately.
You might be able to do it with this, http://codex.wordpress.org/Function_Reference/get_categories, but this is starting to border on custom work so it would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHey!
I’m not seeing any gaps on top or bottom. Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
Ok, looks like debug is on now. When activating the parent theme I see this.
Notice: Undefined variable: dispenser in /hermes/bosnaweb02a/b1828/nf.reinholdtproductions/public_html/wp-content/themes/enfold/framework/js/avia_dynamic_templates_indesit.php on line 33 Notice: Undefined variable: kickoff in /hermes/bosnaweb02a/b1828/nf.reinholdtproductions/public_html/wp-content/themes/enfold/framework/js/avia_dynamic_templates_indesit.php on line 33 Notice: Undefined variable: attribution in /hermes/bosnaweb02a/b1828/nf.reinholdtproductions/public_html/wp-content/themes/enfold/framework/js/avia_dynamic_templates_indesit.php on line 33Not sure what it could mean. Did you customize some of the files? Try completely deleting Enfold from your WordPress theme directory via FTP and then download + upload a fresh copy from themeforest.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi Phillip!
It looks like you have a custom style set to the hyperlinks.
<a target="_blank" style="color: #333333;" onclick="_gaq.push(['_trackEvent', 'outbound-article', '', 'crate motor']);" href="">crate motor</a>If your wanting to make them underlined then try adding this to your custom CSS.
p a { text-decoration: underline !important; }Cheers!
ElliottHi!
Oh, looks like I misunderstood. Yes you can set custom backgrounds and borders in both shortcodes. Glad you got it sorted.
Cheers!
ElliottDecember 4, 2014 at 5:33 pm in reply to: SIdebar Settings: Nested Pages form automatic to manuel order? #363021Hi Kombifahrer!
You can set a custom order when you edit the page.

Cheers!
ElliottHi bigtime32!
I see the Masonry on your homepage. Did you get this sorted?
I tried logging in but it’s not letting me. Is the information correct? Go ahead and try deactivating all plugins while testing if your still having the problem. Also be sure to clear your browser cache.
Cheers!
ElliottDecember 4, 2014 at 5:26 pm in reply to: Webm video background on color section does not play #363017Hi!
I’m on Windows and don’t have a copy of that version to test on but we use the mediaelement script, http://mediaelementjs.com/, so I think it should be working in Safari. Is your flash player updated to version 11?
I’ll go ahead and flag this for the rest of our team to take a look.
Regards,
ElliottDecember 4, 2014 at 5:18 pm in reply to: FrontPage Shop Slider – Enfold Default Demo – How to Import? #363013Hey CharlieTh!
Are you referring to this one? http://kriesi.at/themes/enfold/homepage/home-v8-frontpage-shop/
Unfortunately that is not available for import. The pricing tooltips you see in the slides are actually images themselves and I think they use the “easeInOutBounce” transition to create that bouncing effect.
Best regards,
ElliottDecember 4, 2014 at 5:09 pm in reply to: Main Menu (primary menu) customization (2 requests) #363011Hey Ducati!
1. Try adding this to your custom CSS.
.main_menu { right: auto !important; left: 110px !important; }Also, when you add rules in the advanced styling area you can add more than one. So you could have two rules being applied to the “Main Menu sublevel links” and set one to be applied on hover.
2. You can target the main level and sub level links with this.
.main_menu > div > ul > li > a > .avia-menu-text { color: red !important; } .main_menu .sub-menu > li > a > .avia-menu-text { color: blue !important; }Best regards,
ElliottHi horsevet!
Try this out, https://kriesi.at/support/topic/adding-468-x-60-banner-to-header/.
Cheers!
ElliottHi!
I couldn’t tell from your child theme but it looks like your using Enfold 3.0.2. Go ahead and update to the latest version, 3.0.4, and let us know when your done.
Best regards,
ElliottDecember 4, 2014 at 4:58 pm in reply to: Custom Widget Element in Layout-Builder doesn't show #363000Hey!
Not sure what it could be. Try setting some other widgets to it and try in a different page.
Also make sure that all plugins are deactivated while testing.
Cheers!
ElliottHey Kayzel!
Try this out, http://speakinginbytes.com/2014/04/currency-code-symbol-woocommerce/.
Cheers!
ElliottHi codecreative!
I don’t think my resolution is big enough. Can you take a screenshot and highlight what your seeing so we can get a better idea?
Regards,
ElliottHey!
Try using an !important rule and clear your browser cache after making the changes.
@media only screen and (min-width: 1140px) { .av-main-nav > li > a { padding: 0 10px !important; } }If your still having problems then send us a link and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey Jaco!
When you edit the fields of your contact form you can select the width of each field setting it to 1/2, 1/3, etc etc.
Best regards,
ElliottHey!
Yes you can add the CSS code I provided to the Quick CSS field as well. It’s their default styling. When using them in a one third column like that there just isn’t enough space on small mobiles.
Best regards,
ElliottHi alvinhy!
Try installing the WordPress SEO plugin, https://wordpress.org/plugins/wordpress-seo/.
And then navigate to Dashboard > SEO > Social and make sure the “Add Open Graph meta data” option is checked.
Cheers!
ElliottHey jdrakeproductions!
Add this to your custom CSS.
.form-allowed-tags { display: none !important; }Cheers!
ElliottHey futemarketing!
Try this CSS out.
@media only screen and (max-width: 925px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Regards,
ElliottHey!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi!
What’s the resolution of the device and version of Android being used?
Also, I would consider downloading the Google Chrome app for Android and view in that. There are lots of various mobile browsers out there which do weird things.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 4, 2014 at 4:11 pm in reply to: Troubles with the header (fixed/responsive/height…) #362938Hi lternis!
1. + 2. Send us a link and we’ll take a look. You can set your reply as private if you wish.
3. That should be the default behaviour. Are you using custom CSS to change it?
4. Are you wanting to remove the gap between them when the header is scrolled or when your viewing the top of the page?
Cheers!
ElliottDecember 4, 2014 at 12:54 am in reply to: Just updated to WordPress 4.0.1 and now the easy slider does not show up #362619Hi gingarts!
The latest version of Enfold is 3.0.4. Go ahead and update and if your still seeing the problem then try deactivating all plugins.
If that does not help then send us a link and we’ll take a look.
Regards,
ElliottHey!
When you drag the element over there is an option for editing the shortcode.

Regards,
ElliottDecember 4, 2014 at 12:46 am in reply to: Accordion Slider Images not showing – no changes caused error #362617Hi alterednative!
It looks like your using Enfold 3.0.1. Updating to 3.0.4 should fix this.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi designhousegroup!
Please see here, https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/#post-304134.
What is the exact code your using in the functions.php file?
Best regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
