Forum Replies Created

Viewing 30 posts - 12,871 through 12,900 (of 14,834 total)
  • Author
    Posts
  • in reply to: Resize colored sections or add color to sections? #366040

    Hey NLPSEO!

    Perhaps your wanting to use a grid row element. After you drag the grid row over to your content you can add cells inside and change their size. You can also set a background to each cell.

    Let us know if that works for you.

    Cheers!
    Elliott

    in reply to: Image sizes and ratio #366036

    Hi Mattias!

    The grid 2 – 3 columns use an image size of 495 x 400. If you open up /enfold/functions.php you can find all of the image sizes starting on line 100.

    $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

    Cheers!
    Elliott

    in reply to: Conflict with WordPress SEO by Yoast Version 1.7.1 #366030

    Hi!

    It’s working fine on my XAMPP setup. Try exporting your SEO settings in Dashboard > SEO > Import & Export and then reset your settings in Dashboard > SEO > Dashboard to see if it’s a problem with some of the SEO settings your using.

    Other than that I would consider uploading a fresh copy of the theme to see if the problem is a part of your customizations.

    Regards,
    Elliott

    in reply to: Blog page display is wrong #366021

    Hi!

    Are you setting the home and blog pages in Dashboard > Settings > Reading? If so then turn those off and use the settings in Dashboard > Enfold > Theme Options.

    Try completely deleting the theme before downloading + uploading a fresh copy from themeforest.

    Other than that I would have to login and take a look to figure out what’s going on.

    Best regards,
    Elliott

    in reply to: Grid row breaks adaptive layout at small resolution #366018

    Hey Evgeny!

    Your link redirects me to a login. Do we need to login to view the site?

    Regards,
    Elliott

    in reply to: Slider banner image broken in IE9 #366015

    Hi!

    I can’t seem to reproduce it. Is compatibility view turned off?

    Cheers!
    Elliott

    Hi Martijn!

    I don’t think twitter lets you share images in your tweets. Do you mean your wanting to include a link to your image in the tweet?

    Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    in reply to: mouseover issues – download product image? #365737

    Hi emilgandersson!

    1. You could try replacing the title with some other content. Here is an example of replacing the title with twitter and facebook social buttons, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/.

    2. Try adding the same tags to the products.

    3. There shouldn’t be any text on hover. Do you mean you wish to get rid of the icon that displays when hovering over the product image? If so then try adding this to your custom CSS.

    .image-overlay-inside { display: none !important; }
    

    4. Go ahead and send us a link to your page so we can get a better idea of what’s going on.

    5. I think #3 should fix this but if it’s not then send us a link to the page so we can get a better idea.

    Best regards,
    Elliott

    in reply to: Use web safe font for headers #365732

    Hi scottybowl!

    The files are small so I don’t really think this is going to speed up your site and if there is actually a speed increase then it’s going to be so small that it’s not noticeable.

    If you still want to though then try commenting out line 369 in /enfold/framework/php/class-style-generator.php.

    //$this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";
    

    Best regards,
    Elliott

    in reply to: extra space above header #365728

    Hey!

    You will not lose any settings but if you have edited any of the theme files then those will need to be redone. Just to be safe though you can create a backup or export your theme options in Dashboard > Enfold > Import/Export.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Floating Widget #365727

    Hi!

    I added it to your functions.php file but it’s giving you this error.

    TypeError: $ is not a function
    	
    
    init: $(function(){

    I don’t think it’s going to be able to work without editing the script. What is this script for?

    Cheers!
    Elliott

    in reply to: Disable all fades #365724

    Hi!

    I’m not seeing it on my end. I’ll flag this for the rest of our team to take a look.

    Cheers!
    Elliott

    in reply to: Content not showing / vanishing and changing #365723

    Hi!

    Hmm, not sure what it could be kashcroft. The About us page seems to be saving fine on my end. Is it only the about us page that is giving you problems?

    Does the problem still happen when you deactivate all plugins and clear your browser cache?

    Cheers!
    Elliott

    Hi!

    Alrighty, if you navigate to Dashboard > Posts > Tags and view the slug for the english translation of your tags you’ll see that it says landscape-en and portrait-en. I think that’s where the problem is.

    I’m not sure what a good fix would be to get it compatible with WPML. I’ll add this to our bug list but for now try opening up /enfold/config-templatebuilder/avia-shortcodes/masonry-entries.php and find lines 673 – 674.

    if(in_array($tag_values['portrait'], $tags)) { $img_size .= ' av-portrait-img'; }
    if(in_array($tag_values['landscape'], $tags)){ $img_size .= ' av-landscape-img'; }
    

    And add this beneath them.

    if(in_array($tag_values['portrait-en'], $tags)) { $img_size .= ' av-portrait-img'; }
    if(in_array($tag_values['landscape-en'], $tags)){ $img_size .= ' av-landscape-img'; }
    

    Cheers!
    Elliott

    in reply to: Yoast SEO #365708

    Hey Erdoğan!

    All this means is that the plugin does not see it because it’s in shortcode form. If you switch to the default editor and add the image in with HTML then it should pick it up.

    Please note this has no adverse effects on your SEO. It just means the plugin does not see the shortcodes. Search engines will still see your images on the front end when they scrape your page.

    Regards,
    Elliott

    in reply to: Masonry gallery image opens in new tab #365705

    Hey!

    Are you sure you are uploading a fresh copy of the child theme? Every time I check in Dashboard > Appearance > Editor I see the same code.

    Regards,
    Elliott

    in reply to: Accordion slider image size no scalling ? #365698

    Hi oliviad!

    Open up /enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php and change line 431 from this.

    $this->slides[$key]->av_attachment	= wp_get_attachment_image( $slide['attr']['id'] , $this->config['size'] , false, array('class' => 'aviaccordion-image'));
    

    To this.

    $this->slides[$key]->av_attachment	= wp_get_attachment_image( $slide['attr']['id'] , 'fullsize' , false, array('class' => 'aviaccordion-image'));
    

    Cheers!
    Elliott

    in reply to: Single product page layout #365692

    Hey!

    Add this.

    .woocommerce-tabs {
        padding-top: 1px !important;
    }

    Not sure if there is an easy fix for the badge. It displays on top of the images in the source code but it’s set to an absolute position. It would be possible if you could add it inside the title.

    Or if you would rather have it on top of the image then add this to your custom CSS.

    .single-product-main-image.alpha { position: relative !important; }
    

    Cheers!
    Elliott

    in reply to: Help with Responsive CSS? #365687

    Hey launchmoxie!

    1. Add this to your custom CSS.

    #mobile-advanced li { background: white !important; }
    

    2. If you open up the /enfold/css/custom.css you can see where to add the mobile css on line 25.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }

    You would play around with the 767 value to change what screen sizes it get’s applied to.

    3. Add this to your custom CSS.

    .responsive .logo img { max-height: 40px !important; }
    

    Cheers!
    Elliott

    in reply to: Testimonials in one column on tablet portrait view #365679

    Hey!

    I don’t see it in your source code. Paste all of your custom CSS here.

    Best regards,
    Elliott

    in reply to: Final touches – help needed #365672

    Hi MarcG5!

    Try adding this to your custom CSS.

    .caption_left .slideshow_caption {
        left: 30px !important;
    }
    @media only screen and (max-width: 479px) {
    .slideshow_caption { display: none !important; }
    }

    I see the tag widget in your footer but it doesn’t look like you have any tags created. Go ahead and add some tags to your posts to have them display with the tag widget.

    Best regards,
    Elliott

    in reply to: General Video Problems #365666

    Hey!

    I don’t see the playback in Firefox on my end. I’m on Windows 8, are you on a mac? We use the mediaelement.js script, http://mediaelementjs.com/, so it would be best to upload the different file types so it’s compatible on all browsers and mobiles.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Pages becomes posts as well….is that a new feature?? #365656

    Hey mar10nlund!

    I’m sorry but I’m not sure I understand. Go ahead and take a screenshot and highlight what your referring to so we can get a better idea.

    Also it would be best to update to Enfold 3.0.4.

    Best regards,
    Elliott

    in reply to: Custom Image Background on pages. #365652

    Hey!

    Add a codeblock over to your color section and add this inside.

    <div style = "width: 50%; height: 50%; background: rgba(0,0,0,0.4);">
    some content
    </div>

    That will create a transparent black layer on top of the color section.

    Best regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: How to switch order of appearance of boxes in mobile view #365651

    Hi DROR!

    Unfortunately I do not see an easy way of going about this. You would have to change it so the first box comes last in your source code but then that would have it display third on the desktop view.

    There may be a way to do it by using CSS to have it float right instead of left while in the desktop view. Go ahead and add it to the third position and then send us a link and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Custom Font not working for slider caption #365644

    Hey ramzan70!

    I downloaded your font and tried it out on my XAMPP setup and it’s working.

    @font-face {
        font-family: test;
        src: url(fonts/test.woff);
    }
    h1, h2, h3, h4, h5, h6 { font-family: test !important; }

    I noticed that only the .woff and .tff were loading on your site and I also noticed a bunch of messages your getting.

    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at /new/wp-content/themes/enfold-child/fonts/BankGothicBT-Medium.woff. This can be fixed by moving the resource to the same domain or enabling CORS.
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at /new/wp-content/themes/enfold-child/fonts/OpenSans-Semibold.woff. This can be fixed by moving the resource to the same domain or enabling CORS.
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at /new/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3. This can be fixed by moving the resource to the same domain or enabling CORS.
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at /new/wp-content/themes/enfold-child/fonts/BankGothicBT-Medium.ttf. This can be fixed by moving the resource to the same domain or enabling CORS.
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at /new/wp-content/themes/enfold-child/fonts/OpenSans-Semibold.ttf. This can be fixed by moving the resource to the same domain or enabling CORS.
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at /new/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3. This can be fixed by moving the resource to the same domain or enabling CORS.

    Try this CSS out instead.

    @font-face{
    font-family: ‘BankGothicBT-Medium';
    src:url(‘fonts/BankGothicBT-Medium.eot’);
    }
    @font-face{
    font-family: ‘BankGothicBT-Medium';
    src:url(‘fonts/BankGothicBT-Medium.woff’);
    }

    Or this.

    @font-face {
      font-family: 'BankGothicBT-Medium';
      src: url('fonts/BankGothicBT-Medium.eot?') format('eot'), url('fonts/BankGothicBT-Medium.woff') format('woff'), url('fonts/BankGothicBT-Medium.ttf') format('truetype');
    }

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: remove part of background #365629

    Hey ideasbyeb!

    You can edit the header in Dashboard > Enfold > Header. There is an option there for adding the social icons to the header which you can turn off.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Read data submitted with Gravity Forms #365626

    Hey!

    Hmm, why would you need to rename/remove it? All you would need to do is edit it around line 580 correct? Also, you don’t want to echo out the content in that file you’ll want to add it to the $output variable and return it.

    Maybe something like this.

    $output .= c2c_get_custom(‘location’, ‘Location: ‘);
    

    Best regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: category dropdown missing from Portfolio Grid editor #365624

    Hey Nancy!

    I’m sorry but I’m not sure I understand. I viewed your link and I see a Masonry element there with the all of the sort terms. Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Regards,
    Elliott

    in reply to: Upscale feature in Enfold? #365619

    Hey GOWD!

    If you use the blog posts element but with the portfolio entries taxonomy that should give a similar look.

    A lot of our themes have been updated to use the avia framework but some are not.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
Viewing 30 posts - 12,871 through 12,900 (of 14,834 total)