Forum Replies Created
-
AuthorPosts
-
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!
ElliottHi 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 sliderCheers!
ElliottDecember 10, 2014 at 4:30 pm in reply to: Conflict with WordPress SEO by Yoast Version 1.7.1 #366030Hi!
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,
ElliottHi!
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,
ElliottDecember 10, 2014 at 4:21 pm in reply to: Grid row breaks adaptive layout at small resolution #366018Hey Evgeny!
Your link redirects me to a login. Do we need to login to view the site?
Regards,
ElliottHi!
I can’t seem to reproduce it. Is compatibility view turned off?
Cheers!
ElliottDecember 10, 2014 at 12:53 am in reply to: Featured imgae on posts for og-image Twitter, google+ and LinkedIn #365746Hi 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,
ElliottHi 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,
ElliottHi 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,
ElliottHey!
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.
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!
ElliottHi!
I’m not seeing it on my end. I’ll flag this for the rest of our team to take a look.
Cheers!
ElliottHi!
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!
ElliottDecember 9, 2014 at 11:54 pm in reply to: Masonry Blog "portfolio" "landscape" tags are not working in English Version #365722Hi!
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!
ElliottHey 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,
ElliottHey!
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,
ElliottHi 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!
ElliottHey!
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!
ElliottHey 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!
ElliottDecember 9, 2014 at 10:29 pm in reply to: Testimonials in one column on tablet portrait view #365679Hey!
I don’t see it in your source code. Paste all of your custom CSS here.
Best regards,
ElliottHi 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,
ElliottHey!
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.
December 9, 2014 at 10:07 pm in reply to: Pages becomes posts as well….is that a new feature?? #365656Hey 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,
ElliottHey!
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.
December 9, 2014 at 10:04 pm in reply to: How to switch order of appearance of boxes in mobile view #365651Hi 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!
ElliottHey 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.
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.
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.
December 9, 2014 at 9:29 pm in reply to: category dropdown missing from Portfolio Grid editor #365624Hey 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,
ElliottHey 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.
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
