Forum Replies Created
-
AuthorPosts
-
Hey sjidesign!
I can’t think of an easy way to go about that. You would have to edit the PHP templates and insert a layerslider above the breadcrumbs container but that is most likely going to mess up the layout because the layerslider is a fullwidth element so it would need a lot of work.
It would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHey koszachos!
That’s going to take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottNovember 5, 2015 at 3:46 pm in reply to: Product Purchase Button (Avia Layout) not showing product price #530847Hey drijen!
Try this out.
[add_to_cart id="99"]
Where 99 is the ID of the product.
Best regards,
ElliottHey!
@Translibrium, Your currently using Enfold 3.1. Update to the latest version, 3.3.2, and make sure to deactivate all plugins while testing.Best regards,
ElliottNovember 4, 2015 at 6:38 pm in reply to: A single widget won't display on the homepage, but it displays elsewhere #530340Hi Nathan!
I see it on my end. Try clearing your browser cache and if your using any caching plugins then be sure to clear their cache as well.
Regards,
ElliottHi!
Your site is timing out for me.
So your just trying to change the icon? Each marker you create will have an option near the bottom for uploading a custom icon.
Regards,
ElliottHi!
You can try contacting the plugin author and let them know about this or find a different plugin to use. If your just trying to add google analytics then we already have an option for that in Dashboard > Enfold > Theme Options.
Best regards,
ElliottHey!
It should be on line 920 with the latest version.
You can grab the pinterest button code here, https://developers.pinterest.com/tools/widget-builder/.
Cheers!
ElliottHi!
You would need to create a custom query for that, https://codex.wordpress.org/Class_Reference/WP_Query, and it gets kind of complex. It would be best to hire a freelancer for that customization.
Regards,
ElliottHi!
We do not have any shortcode named “vc_row”. If your trying to use a magazine element then the shortcode should be “av_magazine”.
Send us a WordPress login so we can get a better idea of what’s going on.
Cheers!
ElliottHi!
Go ahead and add it to a layer in the LayerSlider and we’ll see about styling it. You can use HTML to create the boxes or our iconbox element.
Best regards,
ElliottHi!
Add this to a codeblock element in the page content.
<style type = "text/css"> .av-submenu-container li { width: 19% !important; color: white !important; } .av-submenu-container ul > li:nth-child(1), .av-submenu-container ul > li:nth-child(1) a { background: red !important; } .av-submenu-container ul > li:nth-child(2), .av-submenu-container ul > li:nth-child(2) a { background: blue !important; } .av-submenu-container ul > li:nth-child(3), .av-submenu-container ul > li:nth-child(3) a { background: green !important; } </style>
And keep copying the format used for each link.
Regards,
ElliottHi jganer!
Hmm, what happens in the default theme? Try deactivating all of your plugins and make sure Enfold is updated to the latest version, 3.3.2.
Perhaps you did not give it enough time for the images to download?
Send us a WordPress login if your still having trouble and we’ll take a look.
Regards,
ElliottHey!
That would take a lot of time and code to implement unfortunately. It would probably be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHi!
Well your setting the widths to px values instead of percentages so that’s to be expected. You can keep adding in more rules for each size I suppose.
@media screen and (max-width: 400px) { css to change table widths below 400px screens } @media screen and (min-width: 400px) and (max-width: 500px) { css to change table widths between 400px - 500px screens } @media screen and (min-width: 500px) and (max-width: 767px) { css to change table widths between 500px - 767px screens }
Regards,
ElliottHi!
Add this to your custom CSS.
form input.button:hover { padding: 16px 20px !important; }
Cheers!
ElliottHi!
Which element are you using for it? The fullwidth submenu? Can you create a test page and create the element there and then send us a link to the test page?
Best regards,
ElliottHey!
Add this also.
#advanced_menu_hide { display: block !important; }
Regards,
ElliottHey!
Yes, when you use commas in your code like so.
#top .enhanceyourglobalreach h1,h2,h3 {
Do it like this.
#top .enhanceyourglobalreach h1, #top .enhanceyourglobalreach h2, #top .enhanceyourglobalreach h3 {
Otherwise it will target every H2 and H3 element on the page.
Best regards,
ElliottHi williamjohncross!
Hmm, do you mean “Add to cart | Show details” ? Can you send us a link to your product so we can get a better idea?
Cheers!
ElliottHey kimogroup!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey stefansaman!
Not currently. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Cheers!
ElliottHi artursl!
Try again in another web browser.
Send us a WordPress login if your still having trouble.
Please make sure Enfold is updated to latest version, 3.3.2, and all plugins are deactivated while testing.
Regards,
ElliottHey drijen!
Please see here, https://codex.wordpress.org/Function_Reference/is_user_logged_in. It gives you the exact code needed.
If you want to add it around the header then your probably wanting to add it around line 135 in the /enfold/includes/helper-main-menu.php file.
Regards,
ElliottHey vincemilia!
Add this to your custom CSS.
@media screen and (max-width: 1024px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Best regards,
ElliottHi mixedmedia99!
Send us a link to your site and we’ll take a look. Make sure your using the latest version of Enfold, 3.3.2, and make sure all plugins are deactivated.
Also make sure your using the official Chrome browser on Android.
Cheers!
ElliottHi koszachos!
I am not sure. Did you contact the extension authors? They created the plugin so they will have a better idea on what’s going on.
Best regards,
ElliottHi atainha!
If you move the second grid row on top of the first one you’ll see it displays fine. This means there are some typos in the code your using in the grid rows. Most likely in the codeblock elements. Make sure that you close each tag properly.
<div></div> <span></span>
Best regards,
ElliottHi jesseaborden!
No, but you can use the regular tab element and give it some styling so it looks similar.
Regards,
ElliottHey Aristidis!
If your using Woocommerce they have a widget for product categories you can use.
Cheers!
Elliott -
AuthorPosts