Forum Replies Created
-
AuthorPosts
-
Hey!
Hmm, I didn’t see any problems with your menus. Can you take a screenshot and highlight what is going on so we can get a better idea?
Best regards,
ElliottHi hloft!
Please try this out, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/.
Best regards,
ElliottFebruary 25, 2015 at 7:40 pm in reply to: Enfold Theme in conflict with Ubermenu and Nextgen Pro Lightbox #402309Hi!
Alrighty, thanks for posting your solution.
Regards,
ElliottHi!
Not sure what’s going on there but you can add this to your custom CSS to fix it.
#mobile-advanced, #advanced_menu_hide { display: block !important; }Best regards,
ElliottHi!
Add this to your custom CSS.
#header_meta { border-bottom: 0px !important; background: transparent !important; }Regards,
ElliottHey abundancing!
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. After doing this you should be using Enfold 3.0.8.
If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a look.
Regards,
ElliottHey!
1. + 2. Add this.
.home .post-title, .home .post-meta-infos { text-align: left !important; line-height: 16px !important; } .home .post_delimiter { display: none !important; }3. Can you take a screenshot and highlight what your trying to do here?
Cheers!
ElliottHey!
It appears to be working. Try clearing your browser cache.
If your trying to do something else then take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottFebruary 25, 2015 at 7:07 pm in reply to: Related products and left sidebar on products page #402288Hey condonpb!
Try adding this to the bottom of your functions.php file.
add_action( 'init', 'enfold_customization_woocommerce_related' ); function enfold_customization_woocommerce_related() { remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 2); }Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi fgrippe!
Can you send us a link to your page? You can set your reply as private if you wish.
Also be sure to deactivate all plugins while testing.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi roamster!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px) { .responsive #top #wrap_all .container { max-width: 100% !important; width: 100% !important; } .iconbox_top .iconbox_content { padding: 30px 0px !important; } }Best regards,
ElliottFebruary 25, 2015 at 6:43 pm in reply to: Contact form Issue when submitting by Mobile (cell) device #402274Hi!
Hmm, if the contact form 7 is not working either then it doesn’t sound like a theme issue. Your hosting provider still does not have any idea on what it could be? Try deleting your .htaccess file and then refresh your permalinks in Dashboard > Settings > Permalinks again so WordPress recreates it. Perhaps you have some weird blocking code for mobiles in there.
I will flag this for the rest of our team to see if they have any ideas.
Cheers!
ElliottHi!
If you’d like you can change lines 118 – 144 in the functions.php file to this.
$avia_config['imgSize']['base'] = []; $avia_config['selectableImgSize'] = [];Or just delete the image sizes that you do not need. If it was me though I would just leave them alone. If you have a bunch of 1200 x 1200 images loading on your page then that is going to take a long time for the user to download them all so it makes sense to let WordPress create small thumbnail versions to use. You will run out of bandwidth a lot faster than storage space.
Also, nowadays hosting providers give you lots of GB’s of server space so even if you upload 5000 pictures (plus all of the thumbnails) your probably not going to fill up the space (but double check with your hosting provider to be sure). If for some reason they are not giving you a lot of space then they will probably give you an option to upgrade your hosting package. But really I do not think that is going to be an issue at all. I’m on the cheapest hosting package with my provider for $25 a year and they give me 25 GB’s which can hold around 25,000+ photos (I crop mine before uploading so they are roughly 500KB each excluding the thumbnails).
EDIT: I double checked and the 25GB for my hosting provider was two years ago. Now they provide me 100GB for the same price. :)
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Try adding this to your custom CSS.
.social_bookmarks *:hover { background: transparent !important; }Cheers!
ElliottHi!
You can also set the background for the main content in the same area. Go ahead and send us a link to your page and take a screenshot highlighting the exact area your trying to change and we’ll take a look.
Regards,
ElliottHi!
I added this to your custom CSS.
#header-welcome { position: absolute; right: 0; top: -10px; width: auto; } .av_secondary_right .sub_menu { padding-right: 100px !important; }It should be in the correct spot now.
Best regards,
ElliottHi!
I keep getting a “server not found” message. Try contacting your hosting provider and let them know about this.
Regards,
ElliottHi!
The blog grid style should be doing that automatically, http://kriesi.at/themes/enfold/blog/blog-grid/.
Can you send us a WordPress login?
Best regards,
ElliottHi mindthegip!
Try adding this to your custom CSS.
#wrap_all { position: relative !important; }Cheers!
ElliottHi dotpulse2!
It looks like your using Enfold 2.9.2. You’ll need to update to the latest version, 3.0.8.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Best regards,
ElliottFebruary 25, 2015 at 5:49 pm in reply to: AVIA – How to bring Advanced layout Shortcodes section back #402236Hey indurango!
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,
ElliottFebruary 25, 2015 at 5:42 pm in reply to: remove frames/colors in table within a (Text)block #402227Hey!
If you only want it on a page then use a codeblock element in your page content and add this inside.
<style type = "text/css"> your css code goes here </style>To target a specific section then give the section an ID in the shortcode options and use the ID in your CSS like so.
#yourID td:nth-child(1) { width: 160px; }Best regards,
ElliottHey hasbeat!
If your wanting to make completely different sites for each language then you do not need any plugins. If you are wanting to have the same site in multiple languages then it would be a lot easier to use the WPML plugin.
It has multisite support also, http://wpml.org/documentation/support/multisite-support/.
Best regards,
ElliottHi Austin!
You can find most of the Enfold image sizes on lines 117 – 128 in the functions.php file.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $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 sliderAnd the Woocommerce image sizes can be changed in Dashboard > WooCommerce > Settings > Products > Display.
Regards,
ElliottFebruary 25, 2015 at 5:33 pm in reply to: LP Layer Slider – How to keep same layer active on all slides #402215Hi (Email address hidden if logged out) !
You can have the layers stay visible while the slide is in view but I do not think there is a way to keep the layers after the slide has transitioned. I would try contacting the LayerSlider plugin authors to see if it’s possible.
Cheers!
ElliottHey Kayzel!
You will need to find a plugin for that. There are lots of them out there. Here is one I found after a quick search, https://wordpress.org/plugins/nextend-image-magnifier/.
Best regards,
ElliottHey Kayzel!
Those are called breadcrumbs. For Enfold they will automatically display to the right of your page / post title.
Regards,
ElliottHey jasrobb!
I sent you a test email. Is the problem that you are not receiving emails?
If so then try contacting your hosting provider about this to see if they have any ideas on what it could be as it’s usually a problem with the server. Double check your email address for typos and check your spam folder as well.
You can install this plugin, https://wordpress.org/plugins/wp-mail-smtp/, and send a test email in the plugin settings. You can also try switching to SMTP mail if your hosting provider has an SMTP server and test email that way.
Regards,
ElliottHi iceberg_che!
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.
Also make sure that WordPress is updated.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 25, 2015 at 5:21 pm in reply to: Bug report: adding the phrase "include:" in a special heading causes an error #402191Hey Mike!
I can not reproduce it on my XAMPP setup. Are you using the latest version of Enfold, 3.0.8? What happens when you deactivate all plugins?
Regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
