Forum Replies Created
-
AuthorPosts
-
Hi volmering!
Try increasing the max_input_vars variable, http://sevenspark.com/docs/ubermenu-menu-item-limit.
I would try the .htaccess first but if that does not work then you’ll need to edit the php.ini file.
Contact your hosting provider for more info.
Best regards,
ElliottJanuary 21, 2015 at 5:55 pm in reply to: reducing white space between menu and social icons on right #383198Hi grwebs!
Try adding this to your custom CSS.
.avia-menu { margin-right: 5px !important; padding-right: 5px !important; }If that’s not what your wanting then send us a link and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Cheers!
ElliottHey barrygur!
Try adding this to your custom CSS.
.main-title { color: black !important; font-size: 20px !important; }Best regards,
ElliottHi!
I would consider using something else such as our image hotspots element. Image maps are a very old tag and I wouldn’t be surprised if it is deprecated now. It’s most likely that the mobile operating systems just do not support it.
It’s not really a theme issue though so you will want to hire a freelancer to help you out with this.
Best regards,
ElliottHi!
You can add that to your Quick CSS field or in a child theme stylesheet so it is saved between updates.
Regards,
ElliottHi jdrakeproductions!
All of them seem to be working fine on my end. What browser and operating system are you using?
Your page has about 8MB of content which is way too much for the web. It took a while for me to download all of the images. I would consider reducing the amount of content on that page and optimize your images.
Cheers!
ElliottHey!
It seems to be working fine on my end. Did you get this sorted?

Cheers!
ElliottHey!
I checked your sample page but the LayerSlider seems to be working. Take a screenshot of what’s going on so we can get a better idea.
Regards,
ElliottHi!
Your link is asking for a login. Also please create a screenshot and highlight exactly what your trying to do so we know for sure we understand each other.
Best regards,
ElliottHi!
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi!
I checked your category and forum links but the breadcrumbs are displaying beneath the title like how you said your wanting. Try clearing your browser cache.

Best regards,
ElliottHi!
If you add the columns inside a color section and add a class or ID to the color section then you can use this CSS to make them flush against each other.
#yourID .av_one_third { margin-left: 0% !important; width: 33% !important; }Cheers!
ElliottJanuary 20, 2015 at 11:28 pm in reply to: Position of logo and menu since update version 3.0.5 #382779Hi scfran!
“Logo left, Menu right” should be the default option. 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 then send us a WordPress login and we’ll take a look.
Regards,
ElliottHey pc37075!
That should be working. Try deactivating all plugins and then send us a link so we can take a look.
Regards,
ElliottHey willblueland!
I haven’t tested this out but try deleting lines 473 – 477 in /enfold/framework/php/function-set-avia-backend.php.
add_image_size( $sizeName, $avia_config['imgSize'][$sizeName]['width'], $avia_config['imgSize'][$sizeName]['height'], $avia_config['imgSize'][$sizeName]['crop']);And then upload a new image to your media library to see what happens.
Cheers!
ElliottHi Poretso!
See here, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHi!
Let’s try the following.
1. Deactivate all plugins. If the problem goes away then reactivate them one by one to see which one is causing the issue.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Cheers!
ElliottJanuary 20, 2015 at 10:28 pm in reply to: image or section replace on image or hotspot click #382754Hi pbenewith!
It sounds like it would take a lot of scripting to pull off so it would have to be considered custom work.
Have you considered using the tab or accordion elements?
Cheers!
ElliottJanuary 20, 2015 at 10:25 pm in reply to: How to Change Featured Image Sizes? Changing functions.php has no effect #382753Hi jscarlett!
You have tried changing the sizes on lines 127 – 128 in the functions.php file?
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderBest regards,
ElliottHi Snurp!
It’s possible but it would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Or depending on your marketing platform you could try out a plugin such as Contact Form 7 and Gravity Forms which may have this feature already setup.
Regards,
ElliottHi Snurp!
It needs to be in whichever one is activated so most likely the child theme.
Cheers!
ElliottHi Stefanovic!
Can you send us a link to your page so we can get a better idea of what’s going on?
From the code you provided it looks like the line breaks are from hitting enter in the Visual editor of your textblock element.
Cheers!
ElliottHey!
For the buttons you can set the link manually and add the
?iframe=trueto the end of your URL.You can add a class to line 826 in the /enfold/js/avia.js file but it would be better to just use the iframe=true so you don’t have to change it on every update.
Best regards,
ElliottHi KMikeT!
Your image is set to align center. If you have it align left then that will decrease the gap. Or you can upload a larger image to fill the gap. There is not much margin being applied there.
Regards,
ElliottJanuary 20, 2015 at 9:57 pm in reply to: How to deliver hidden content to new newsletter subscribers? #382730Hi simonac!
Perhaps a membership plugin such as s2member, https://wordpress.org/plugins/s2member/.
Or wishlist, http://member.wishlistproducts.com/.
I have not used any membership plugins though. If anyone has any recommendations then please share.
Regards,
ElliottHey Matthew!
Try adding this to your .htaccess file.
Header set Access-Control-Allow-Origin "*"Cheers!
ElliottJanuary 20, 2015 at 9:43 pm in reply to: Easy Slider – images not displayed in original sizes #382723Hi indurango!
Try adding this to your custom CSS.
.avia-slideshow, .avia-slideshow img { height: auto !important; width: auto !important; }Cheers!
ElliottHi Bernd!
You could use some CSS to set the breadcrumbs and title to an absolute position.
Perhaps something like this.
.title_container { left: 50%; position: absolute; transform: translate(-400px); }Best regards,
ElliottHey Munford!
I tried viewing your link but it’s asking for a password.
Regards,
ElliottHey chriswp!
It’s because you set a background color to the strong tag. Add this to your custom CSS to fix it.
.main-title { background: none repeat scroll 0 0 transparent !important; }Best regards,
Elliott -
AuthorPosts
