Forum Replies Created
-
AuthorPosts
-
Hey jamescccnw!
If your using the default google fonts in our theme settings then it should be the same for all browsers. Send us a link and we’ll take a look.
Cheers!
ElliottHi sasha!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> .av-main-nav > li > a > .avia-menu-text { color: red !important; } </style>Or if your trying to target specific pages then use this.
#menu-item-2577 > a > .avia-menu-text { color: red !important; }Where 2577 is the ID of the page.
Regards,
ElliottHey sasha!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> .header_bg { background: url("URL to your image") !important; } </style>Cheers!
ElliottApril 17, 2015 at 6:08 pm in reply to: /wp-content/themes/enfold/css/print.css forcing to http not https #430494Hi!
It looks like your using a caching plugin and a CDN, perhaps that is causing issues. Go ahead and deactivate all plugins and let us know when your done so we can take another look.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi tkumabe!
All you need to do is paste the tracking code that Analytics gives you into Dashboard > Enfold > Theme Options > Google Analytics Tracking Code. It may take around a day to see the results.
I checked your source code and the analytics script is loading properly. I would try giving it some more time.
If it’s still not working then I would try the debugging steps here, https://developers.google.com/analytics/resources/articles/gaTrackingTroubleshooting.
Best regards,
ElliottApril 17, 2015 at 5:58 pm in reply to: Use Existing Google Map Api For Child Theme Custom Template #430486Hey!
@hunter74, That is for disabling the maps API from loading when using our map shortcodes or the widget. To stop your plugin from loading it you will need to contact the plugin authors.Best regards,
ElliottHey DaveL77!
Your markup looks different. Most likely a plugin or some kind of customization done. Let’s try the following.
1. Deactivate all plugins except the base WooCommerce plugin.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
Oh, the logo is different size. Sorry, not sure how I missed that haha. It looks like you used some CSS to center it.
Try this instead.
.logo { width: 100% !important; left: 50% !important; transform: translate(-50%) !important; } .logo img { left: 50% !important; transform: translate(-50%) !important; }Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey haydaw!
The Masonry is going to display all of the categories in the current set. So if one of your posts is assigned to the “Basic UI” and “Jewelry” categories then they will both be displayed so the user can sort between them.
Cheers!
ElliottHey Vermishelle!
That is going to take a lot of time and code and would have to be considered custom work. It would be best to find some plugins that offer custom widgets where you can change the link order.
Perhaps something like this, https://wordpress.org/plugins/page-list/.
Or even the custom menu widget would work for having complete control over what gets displayed.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi dpogreba!
That’s the “Transparent & Glassy Header” style. If you do not want those lines then try just the “Transparent Header” style.
Best regards,
ElliottHi!
In your page your using a two_third so the CSS for the two_third is this area.
div .av_two_third { margin-left: 6%; width: 64.66666666666666%; }You can reduce the margin and increase the width there.
Cheers!
ElliottHi!
Your talking about the coming soon demo? There should not be any sidebar in that page. I checked your link and it looked fine to me. Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottHi!
Go ahead and send us a link to your page and we’ll give you some CSS to use to move it around.
Regards,
ElliottHey pkagyema!
Thanks for the interest. We do not handle payment processing or refunds, etc etc, that is handled by themeforest so it would be best to contact their support to see if this is possible or not.
https://help.market.envato.com/hc/en-us/requests/new
Best regards,
ElliottApril 17, 2015 at 4:55 pm in reply to: Change Background Opacity & Color on Top Area (Social/Phone) & Main Menu #430413Hi tzola!
It looks like your setting a header background image to create a transparent white section beneath the menu so you will need to edit the background image your using if you want to change the color.
You could add some CSS to change the color of just the menu.
#header_main_alternate { background: none repeat scroll 0 0 rgba(255, 0, 0, 0.3) !important; }But it’s not going to line up perfectly because of the background image your using.
Regards,
ElliottHi abides!
I see them on my end. Did you get this sorted? Try clearing your browser cache if your still not seeing them.

Best regards,
ElliottApril 17, 2015 at 4:45 pm in reply to: Masonry Portfolio: Transparency to title background on mobile devices #430397Hey hoqui!
I can view your site on desktop but when I try with any of my mobile devices your site does not load at all. Can you double check?
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
Yes, just replace red with the color code you wish to use.
Best regards,
ElliottApril 17, 2015 at 4:40 pm in reply to: Site content in custom post type 'Block' & using Shortcode to display on page. #430390Hi!
Our fullwidth elements such as color sections are going to break the HTML and create their own. This is necessary for them to play nice with sidebars.
For what your trying to do I don’t think using color sections or other full width elements is going to work.
Cheers!
ElliottHi shoo!
I think it should be either, “avia”, “avia2”, or “avia3”. Probably “avia2” if your wanting the secondary menu.
Cheers!
ElliottHi Vermishelle!
I’m not sure if we will be able to help with your tracking but send us a link to your page and we’ll check your source code to see if the onclick attribute is being set properly.
Best regards,
ElliottHi bcndisseny!
First off do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.
Next edit your page and switch to Advanced Layout Editor and then click on the “Media” tab. There is an element there called “Gallery”. Create a few galleries and set your images and look into the debug view and you’ll see the shortcodes for each gallery. You can copy that shortcode and paste it inside each toggle of the accordion to get the effect your wanting.
After your done the end result would look something like this.
[av_toggle_container initial='0' mode='accordion' sort=''] [av_toggle title='Toggle 1' tags=''] [av_gallery ids='113,102' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload'] [/av_toggle] [av_toggle title='Toggle 2' tags=''] [av_gallery ids='63,11' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload'] [/av_toggle] [/av_toggle_container]Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 17, 2015 at 4:17 pm in reply to: 'Product added to cart' notice not visible with avia builder #430368Hi!
I see. So your wanting our custom button shortcode when used in the avia layout builder to display the green “added to cart” message instead of our own AJAX cart that displays in the top right hand corner.
I’m not sure if that is going to be possible or not. AJAX often requires that the HTML be the same so it can find where to insert the results. In this case it would be best to just use the default editor so all of the necessary HTML is loaded on the product.
Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we’ll see if we can get an option added in a future update.
Cheers!
ElliottHi fotomestre!
It’s hard to tell what it could be coming from. I would try contacting your hosting provider to see what they recommend.
Also read this and follow the troubleshooting steps, https://codex.wordpress.org/FAQ_My_site_was_hacked.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> div .av_one_half { margin-left: 2% !important; width: 48% !important; } </style>Cheers!
ElliottHey Transformers Universe!
No I don’t think it would be theme related. Did you contact your hosting provider?
Regards,
ElliottHey!
That’s not going to work. What happens when you edit line 9 in the single.php file? Does it work then?
Regards,
ElliottHi Vincent!
I’m not really sure I understand. Can you send us a link and take a screenshot highlighting what your trying to do?
If sounds like your trying to display another menu next to the breadcrumbs. If so then you can use our fullwidth submenu element for this.
Best regards,
ElliottApril 16, 2015 at 9:29 pm in reply to: Spinning wheel of death in pages when attempting to edit #429913Hey OriginsSpeak!
I’m not really sure I understand. Your having trouble editing your pages? Can you send us a WordPress login so we can take a closer look?
Regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
