Forum Replies Created

Viewing 30 posts - 9,811 through 9,840 (of 14,834 total)
  • Author
    Posts
  • in reply to: Gravity Forms – Compatability Issues #402339

    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,
    Elliott

    in reply to: Sidebar to the left of Product image #402337

    Hi hloft!

    Please try this out, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/.

    Best regards,
    Elliott

    Hi!

    Alrighty, thanks for posting your solution.

    Regards,
    Elliott

    in reply to: Menu Wraps to another line cont #402308

    Hi!

    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,
    Elliott

    in reply to: Border still showing on transparent top menu bar #402302

    Hi!

    Add this to your custom CSS.

    #header_meta { border-bottom: 0px !important; background: transparent !important; }
    

    Regards,
    Elliott

    in reply to: team page template no longer working in backend #402300

    Hey 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,
    Elliott

    in reply to: Blog post not displaying correctly #402298

    Hey!

    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!
    Elliott

    in reply to: Can I modify the 404 page? #402295

    Hey!

    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!
    Elliott

    in reply to: Related products and left sidebar on products page #402288

    Hey 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.
    in reply to: Partner Logo/Element Issues #402283

    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.
    in reply to: How to Reduce Margin/Gutter Width #402282

    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,
    Elliott

    in reply to: Contact form Issue when submitting by Mobile (cell) device #402274

    Hi!

    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!
    Elliott

    in reply to: media library upload and image proliferation #402267

    Hi!

    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.
    in reply to: Permanent social media icon colors #402264

    Hi!

    Try adding this to your custom CSS.

    .social_bookmarks *:hover { background: transparent !important; }
    

    Cheers!
    Elliott

    in reply to: Full background image – possible like this? #402262

    Hi!

    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,
    Elliott

    in reply to: Woo commerce – Display the user name #402259

    Hi!

    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,
    Elliott

    in reply to: Enfold removing Buddypress "Create Group" #402254

    Hi!

    I keep getting a “server not found” message. Try contacting your hosting provider and let them know about this.

    Regards,
    Elliott

    in reply to: Blog grid elements don´t break at mobile devices #402244

    Hi!

    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,
    Elliott

    in reply to: Mobile Menu visible at right when closed #402240

    Hi mindthegip!

    Try adding this to your custom CSS.

    #wrap_all { position: relative !important; }
    

    Cheers!
    Elliott

    in reply to: Contact Form #402239

    Hi 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,
    Elliott

    Hey 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,
    Elliott

    in reply to: remove frames/colors in table within a (Text)block #402227

    Hey!

    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,
    Elliott

    in reply to: Multilingual Website #402221

    Hey 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,
    Elliott

    in reply to: Image Thumbnail Regeneration #402217

    Hi 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 slider

    And the Woocommerce image sizes can be changed in Dashboard > WooCommerce > Settings > Products > Display.

    Regards,
    Elliott

    Hi (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!
    Elliott

    in reply to: whats the coding for the magnifying feature? #402206

    Hey 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,
    Elliott

    in reply to: whats the coding for the circled subheading? #402203

    Hey Kayzel!

    Those are called breadcrumbs. For Enfold they will automatically display to the right of your page / post title.

    Regards,
    Elliott

    in reply to: Contact form not working #402199

    Hey 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,
    Elliott

    in reply to: Enfold Theme Update #402193

    Hi 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.

    Hey 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

Viewing 30 posts - 9,811 through 9,840 (of 14,834 total)