Forum Replies Created
-
AuthorPosts
-
Hi IMPLUS!
So the problem is when you hit update for your page it doesn’t actually save? It only saves when you hit update the second time?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a look.
Regards,
ElliottHey!
Your still getting some weird javascript errors. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not help then try adding this to the bottom of your wp-config.php file.
define('CONCATENATE_SCRIPTS', false );And let us know when your done so we can take another look.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
January 21, 2015 at 9:37 pm in reply to: Post with featured image not above but beside the header #383359Hi!
I checked your single post views but it’s already displaying like that so I’ll assume you figured it out.
Regards,
ElliottHi bingisser!
So on your homepage you want the featured images in the blog posts shortcode to display a bit smaller like in your second link correct? Add this to your custom CSS.
.home .big-preview { max-width: 50%; }Cheers!
ElliottJanuary 21, 2015 at 9:26 pm in reply to: Parallax Color Section background problem with animated numbers #383356Hey irfan_arif!
Can you send us a link so we can take a look? What browser and operating system are you using?
Cheers!
ElliottHi jruizmatrix!
Try adding an !important to it like so.
@media only screen and (max-width:767px){ .page-id-2294 .avia-builder-el-33, .page-id-11 .avia-builder-el-33 {display:none !important; } }Best regards,
ElliottHey!
For the second and third columns you have this.
<div style="padding-bottom:10px;" class="av-special-heading av-special-heading-h3 avia-builder-el-4 el_before_av_textblock avia-builder-el-first "><h3 class="av-special-heading-tag" itemprop="headline">Hello</h3>You can see the bottom padding of 10px there. For the first column you have this.
<div style="padding-bottom:0px;" class="av-special-heading av-special-heading-h3 blockquote modern-quote avia-builder-el-1 el_before_av_textblock avia-builder-el-first "><h3 class="av-special-heading-tag" itemprop="headline">Hello</h3>Which the padding is set to 0px which is why they look different.
Best regards,
ElliottHi!
If there is white space above the color section then you most likely have something displayed above it in the avia layout builder.
What is this part for?
$content = <<<EODSend us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey vissmedia!
I logged in and created a test page and uploaded an image but everything seems to be working fine. Can you take a screenshot and highlight what the problem is so we can get a better idea?
Also be sure to deactivate all plugins and clear your browser cache while testing.
Cheers!
ElliottHey!
Unfortunately not. It would take a lot of CSS work to pull that off. It would be best to hire a freelancer to help you out with this customization.
You can use our grid row element and add some images inside each cell but with how you have things setup I don’t think that’s what your wanting.
Best regards,
ElliottHey ichuckwow!
We don’t have any features for this. You could try using the custom menu widget and then add some CSS to create this effect though.
Perhaps something like this.
aside .sub-menu { display: none !important; } aside li:hover .sub-menu { display: block !important; }Best regards,
ElliottJanuary 21, 2015 at 8:54 pm in reply to: WooCommerce single product page sidebars not showing up. #383339Hi!
When you view your products they will use the “Single Products Pages” widget area that you can find in Dashboard > Appearance > Widgets.
If you add widgets to that area and they are not displaying then try deactivating all plugins and send us a WordPress login.
Best regards,
ElliottHey rpl_admin!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having problems after doing the above two steps then send us a WordPress login and we’ll take a look.
Regards,
ElliottJanuary 21, 2015 at 7:27 pm in reply to: How to Change Featured Image Sizes? Changing functions.php has no effect #383278Hi!
After you change the sizes try installing this plugin, https://wordpress.org/plugins/regenerate-thumbnails/, to regenerate your thumbnails.
Send us a WordPress login if your still having trouble.
Cheers!
ElliottHey!
The bottom of the functions.php file.
Regards,
ElliottJanuary 21, 2015 at 7:23 pm in reply to: Issues with mobile/tablet display (possibly in-between sizes) #383276Hey imagemakerswi!
It’s your separator that is causing the problem. If you remove it then you can see it displays fine on both desktops and mobiles.
I didn’t see the issue with the mobile menu button on my end. Can you take a screenshot? Also when I try to view the second site in your multisite installation that you provided it does not load for me (neither does the dashboard).
Cheers!
ElliottHi markmiller717!
I logged in but it’s not doing the same for me. I noticed your dashboard is running very slow for me though which is probably because of all the plugins your using.
Try deactivating all of your plugins to see if that fixes it for you.
Regards,
ElliottHi rteckagencyllc!
Try adding this to your custom CSS.
.header_bg { background-size: cover !important; }If that’s not what your wanting then take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
You can target it with this.
.avia-menu-text { }But if your just trying to style them then you can do this easily in Dashboard > Enfold > Advanced Styling for both the main level links and the sub menu links.
Cheers!
ElliottHey!
So your wanting to remove it on your homepage correct? Add this.
.home #after_full_slider_1 { background: none repeat scroll 0 0 transparent !important; }Best regards,
ElliottHi avanzamas!
Not sure why you would want to do this but you can try searching for all areas of wp_enqueue_script, http://codex.wordpress.org/Function_Reference/wp_enqueue_script, and set the $ver parameter to null.
There are too many areas where we call this function in the theme so you will need to search for them on your own. I recommend using a text editor that has search capabilities such as notepad++.
Cheers!
ElliottJanuary 21, 2015 at 6:53 pm in reply to: How can I move the framed caption to the top of the picture? #383258Hi ClevelandSeoGuy!
Try adding this to your custom CSS.
.avia-fullscreen-slider .caption_bottom .slideshow_caption { bottom: auto !important; top: 200px !important; }Best regards,
ElliottHey alanboyle5355!
Try this out, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/#post-185420.
Best regards,
ElliottHey Pappasdg!
Are you trying to create some kind of visual aid to let the user know there are sub menus on certain links? If so then you can use this CSS.
.dropdown_available { background: none repeat scroll 0 0 green; bottom: 0; display: block; height: 20px; position: absolute; width: 20px; }That is just going to create a green square. You’ll probably want to style it differently.
Regards,
ElliottHi!
I checked your link again but the logo looks the same to me.
It will not display bigger than your header. If you want to set a custom size for your header then you can do so in Dashboard > Enfold > Header > Header Size.
Regards,
ElliottHey!
I’m not sure. I see it in your stylesheet and it’s loading fine. My guess is there is a typo somewhere but I could not find it. What happens when you add the line to the top of the stylesheet? Does it get applied then? If so then there surely is a typo somewhere.
For your second question I think what your wanting is this.
.content .entry-content-wrapper { padding-right: 50px; }Best regards,
ElliottJanuary 21, 2015 at 6:22 pm in reply to: I don't receive notifications of replies to my posts #383236Hi Kevin!
It started happening recently but our devs know about the issue and are looking into it.
Cheers!
ElliottHey Jean!
The tabs have to have at least one open at all times. If you want to have them all closed then you will want to use the accordions instead or you’ll have to hire a freelancer to help you out in customizing the tab script as it’s going to take a lot of work.
Best regards,
ElliottHi!
If you want to display a map on your contact page you can use our google maps element. Just click on the “Media Elements” tab in our avia layout builder and drag the google maps element to your page content.

You can then edit the shortcode to setup your address, etc etc.
Cheers!
ElliottHi Genivaldo!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. That should fix the error.
Best regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
