Forum Replies Created
-
AuthorPosts
-
November 2, 2015 at 9:44 pm in reply to: images not rendering (safari & firefox only) on multi-site after domain mapping #528824
Hi Kyle!
It’s referring to an error from a plugin. Have you tried deactivating all plugins?
Make sure Enfold and WordPress are updated as well. Latest version of Enfold is 3.3.2 currently.
Cheers!
ElliottNovember 2, 2015 at 9:38 pm in reply to: Tabs shifting showing wrong images from different tab in ligthbox #528820Hey!
Try surrounding all the contents in tab 3 with this.
<div class = 'post-entry'> </div>
That should separate the lightbox galleries.
Best regards,
ElliottHi!
Well, there is probably not enough room for the regular menu to display on mobiles then you can use this CSS to display it instead.
nav.main_menu { display: block !important; } #advanced_menu_toggle { display: none !important; }
You can append a search icon to the menu in Dashboard > Header > Extra Elements. Or are you wanting to display a regular search field? In that case it would be best to use the widget in your header, take a screenshot highlighting how your wanting to style it.
Cheers!
ElliottHey!
You can copy the sidebar.php template to your child theme and it will be used instead.
Cheers!
ElliottHey!
Try this out.
.ppt { font-size: 20px !important; background: red !important; }
Cheers!
ElliottHi!
Well, you can set the header logo position to center with menu below in Dashboard > Enfold > Header. That will kind of get the layout your looking for I think.
As for the image on the left you could try adding it as the header background image or add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and add it in a text widget.
Cheers!
ElliottNovember 2, 2015 at 9:27 pm in reply to: Add custom caption content in Opacity box to slideshow. #528807Hi!
Try adding this to your custom CSS.
.avia-slideshow td img { max-width: 100% !important; width: auto !important; } .avia-slideshow table, .avia-slideshow tr { background: transparent !important; }
Best regards,
ElliottHey!
I don’t know, I’m guessing Chrome has some kind of image smoothing effect it uses when rendering images. You’ll notice if you hover over the image you’ll get the sharpness as well though.
It would be best to solve the root of the problem and crop / scale the images down before uploading to your site. As they are now it’s going to use up your bandwidth quickly and take a long time for the users to download them.
Regards,
ElliottNovember 2, 2015 at 9:17 pm in reply to: Magazine Not Displaying all Posts Within a Category #528800Hi!
Not sure, I’m guessing it’s a customization. Try uploading a fresh copy of the theme and deactivate all plugins.
But besides that, why are you using a custom page template for your homepage? You can easily create the same thing using our layout builder when editing the page.
Regards,
ElliottHey!
Hmm, your getting a bunch of weird javascript errors in the LayerSliderWP options panel and I’m not sure why. Are you sure you have completely deleted Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest?
Cheers!
ElliottNovember 2, 2015 at 9:02 pm in reply to: Masonry Gallery layouts worse after publishing compared to Preview #528794Hi!
Not sure, perhaps the preview has some extra elements / CSS not being applied yet.
Regards,
ElliottHey!
Ok I see it now. The problem was because you had both the events calendar and the events calendar pro plugins activated at the same time. You need to use one or the other.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi!
What are you trying to change them to? I suppose you could switch the variable to “$temp” and then add this somewhere above the line.
$temp = ''; if ($icon['social_icon'] == 'twitter') { $temp = 'something else'; } if ($icon['social_icon'] == 'facebook') { $temp = 'something else'; }
Cheers!
ElliottNovember 2, 2015 at 8:45 pm in reply to: Lazy load / Infinite Scroll for Woocommerce Shop pages #528785Hey!
In the loop-index.php file you can try changing line 258 from this.
if(empty($avia_config['remove_pagination'] ))
To this.
if(empty($avia_config['remove_pagination'] ) && !is_archive())
But I think the CSS is better because it will be saved between updates.
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey tmkhc!
Try adding this to your custom CSS.
#top .av-large-testimonial-slider .avia-testimonial-meta { min-width: 300px; }
Best regards,
ElliottHi voldemarasp!
Yes, all you need to do is link to one of the images.
<a href = "URL to the image">Click me</a>
You can add additional images to the gallery like so.
<a href = "URL to another image" style = "display: none;">Hidden</a> <a href = "URL to another image" style = "display: none;">Hidden</a> <a href = "URL to another image" style = "display: none;">Hidden</a>
Regards,
ElliottHi Gilbert!
Add this to your custom CSS.
.button_add_to_quote { margin-top: 0px !important; }
Best regards,
ElliottHey Peter!
So in your menu your wanting to replace the “Exclusive” category link with a link to a certain post correct? When you edit the menu items there should be a section for “Posts” which you can use to insert links to exact posts.
Or if your trying to make it automatically link to the latest post then that is going to take a lot of time and code to implement and would have to be considered custom work.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi Vinicius!
Add this to your custom CSS.
#top .avia-post-nav { background-color: red !important; }
If you want to keep the opacity then use this instead.
#top .avia-post-nav { background: rgba(255, 0, 0, 0.3) !important; }
Cheers!
ElliottHi AlainTernet!
1. Add this to your custom CSS.
.home .product-sorting { display: none !important; }
2. Add this.
.product-sorting > .sort-param:nth-child(3) { display: none !important; }
3. It would be best to contact Woocommerce support about this.
Best regards,
ElliottHey Slade!
Add this to your custom CSS.
aside .entry-content-wrapper li { display: block !important; clear: both !important; margin-left: 0px !important; }
Cheers!
ElliottHey Nathan!
We’ll need an admin account to check.
Have you tried deactivating all plugins?
Cheers!
ElliottHey ZeOmega!
Add a codeblock element to the page and add this inside.
<style type = "text/css"> #after_section_1 .template-page { padding-top: 20px; padding-bottom: 20px; } </style>
Best regards,
ElliottHi srs6270!
I don’t have a tablet to check on but it seems to be working fine on moto e 2nd gen. Can you take a screenshot and highlight what your seeing?
Cheers!
ElliottHey laptophobo!
Yes it looks like the wrong image is being shared that you have set. Are you using a caching plugin? If so then try clearing your cache to see what happens.
Also try creating a new post and set the image there to see if facebook picks it up correctly.
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi Emmygraph!
It looks like your using Enfold 3.0.2. Go ahead and update to the latest version, 3.3.2, and it should fix itself.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHey grooveva!
Try adding this to the bottom of your functions.php file.
add_action( 'pre_get_posts', 'enfold_customization_archive_order', 50, 1 ); function enfold_customization_archive_order( $query ){ if ( $query->is_archive() ) { $query->set( 'order', 'ASC' ); } return $query; }
Cheers!
ElliottHi Marcel!
I haven’t tried it before. I think it should work fine if used on it’s own but if your trying to integrate it into our shortcodes then it’s most likely going to take some work.
Regards,
ElliottNovember 2, 2015 at 4:57 pm in reply to: Some Enfold Masonry Gallery items not opening in lightbox #528625Hi itchybrain!
Around line 896 in the /enfold/js/avia.js file you should see this.
autolinkElements: 'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
Try changing it to this.
autolinkElements: 'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".JPG?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
Or you can delete those images from your media library and upload them again but make sure you rename the extention to “jpg” instead of “JPG”.
Regards,
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts