Forum Replies Created
-
AuthorPosts
-
Hi lapajnea!
I’m not sure if this CSS works for mobiles but we can try it.
@media screen and (max-width: 767px) { .av-masonry-container a { pointer-events: none !important; } }
Best regards,
ElliottOctober 19, 2015 at 7:34 pm in reply to: Function or add-on to get a pop-up window with info #521149Hey Paul!
There are lots of plugins like that in the plugin repository, https://wordpress.org/plugins/wordpress-popup/.
I haven’t used one before so I don’t know of any that I can recommend though.
Cheers!
ElliottHi condonpb!
I don’t think you have enough room there. What you’ll need to do is have the responsive menu display earlier than 767px screen size. You can change it in Dashboard > Enfold > Header > Mobile Menu.
Cheers!
ElliottHey!
Try opening up /enfold/js/avia.js and change line 895 from this.
groups : ['.avia-slideshow', '.avia-gallery', '.isotope', '.post-entry', '.sidebar', '.single_group', '.main_menu'],
To this.
groups : ['#footer a', '.avia-slideshow', '.avia-gallery', '.isotope', '.post-entry', '.sidebar', '.single_group', '.main_menu'],
Best regards,
ElliottHey!
It should be flush up against the header by default. You must have some other CSS which is interfering.
You can add this as a quick fix.
#main { padding-top: 89px !important; }
Regards,
ElliottHi!
So you got it sorted correct? It was most likely in your “Displayed Everywhere” widget area I’m guessing.
Best regards,
ElliottOctober 19, 2015 at 7:14 pm in reply to: Color Section Background Image "Position" Table issue #521137Hi Slade!
I don’t have an iPad to test on but when I resize the browser it is displaying topright for me at all sizes. Can you take a screenshot and highlight what your seeing?
Perhaps you need to clear Safari cache and any caching related plugins you might have installed.
Cheers!
ElliottOctober 19, 2015 at 6:38 pm in reply to: How to modify in child_theme the function avia_breadcrumbs() finished with "s" #521124Hi!
What are you trying to change exactly? On line 203 you can see there is a filter that you can use.
$args = apply_filters( 'avia_breadcrumbs_args', $args );
An example in your child theme would look like this.
add_filter( 'avia_breadcrumbs_arg', 'enfold_customization_breadcrumbs', 10, 1 ); function enfold_customization_breadcrumbs( $args ) { $args['echo'] = true; return $args; }
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi!
Perhaps you need to give it an absolute URL for the “amazonaws” URL. Your getting a few javascript errors.
Best regards,
ElliottHey SrdjanRNS!
I do not know of any except WP Job Boards, http://wpjobboard.net/. It seems like there is quite a few of these plugins out there so if you have trouble with one you can try another out.
If anyone has some recommendations then please share.
Cheers!
ElliottOctober 19, 2015 at 6:31 pm in reply to: Custom viible elements for phone leaves large displays of blank space on desktop #521118Hey Justin!
It seems to look fine on my end. Can you take a screenshot and highlight what your seeing?
Regards,
ElliottHi djshortkut!
Your getting a javascript error from it. “Unterminated string literal”. It looks like it has something to do with the ending single quote from the “Desired Inspection Date” text. Try deleting that line and retype it out.
Regards,
ElliottHey!
There is no option for that currently. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get a default option added.
Cheers!
ElliottOctober 19, 2015 at 6:12 pm in reply to: Control number that quantity resets to after adding to cart. #521108Hey Leosoki!
Sounds like a Woocommerce issue. You will want to contact Woocommerce support to help you out with this customization, https://support.woothemes.com/hc/en-us.
Best regards,
ElliottHi!
Send us a WordPress login and make sure the WP SMTP plugin is installed.
Regards,
ElliottHi rbbthemes!
That’s pretty weird, haven’t seen that before. Let’s try the following.
1. Deactivate all plugins and then clear your cache.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey montyburns!
Add this to your custom CSS.
.avia_mega_div .sub-menu { background: transparent; } .avia_mega_div > .sub-menu { background: rgba(255, 255, 255, 0.4) !important; }
Regards,
ElliottHey!
Not sure what you mean. Take a screenshot and highlight what your seeing.
Regards,
ElliottHi!
Yes, you can copy the whole class (lines 409 – 465) to the bottom of your child theme functions.php file and it will be used instead of the parent theme.
Best regards,
ElliottHi!
You could give each element a custom class by doing this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.
Regards,
ElliottHi!
Add this.
.av-magazine-title a { font-weight: bold !important; color: blue !important; }
Regards,
ElliottOctober 19, 2015 at 5:44 pm in reply to: Accordion and Table dont work in WooCommerce 'Product Short Description' #521090Hi!
In your previous post though your still using the shortcode. I said to copy the HTML markup from the frontend and paste it inside the toggle.
<table class="shop_attributes"> <tbody><tr class=""> <th>Material</th> <td><p>316L – V4A – 1.4404* Stainless Steel</p> </td> </tr> <tr class="alt"> <th>Material Finish</th> <td><p>Dull (2B)</p> </td> </tr> <tr class=""> <th>Hole Diameter</th> <td><p>M12</p> </td> </tr> <tr class="alt"> <th>Use Rod Diameter</th> <td><p>M10 or M12</p> </td> </tr> </tbody></table>
Cheers!
ElliottHey Thomas!
Try this out, https://kriesi.at/support/topic/background-video-with-no-sound/#post-229951.
Best regards,
ElliottOctober 19, 2015 at 5:35 pm in reply to: Image height difference in WooCommerce Product Gallery #521080Hey!
For the Woocommerce product image sizes you can set those in Dashboard > Woocommerce > Products > Display.
Regards,
ElliottOctober 19, 2015 at 5:30 pm in reply to: Product woocommerce don't update (Groups) when changed #521075Hi!
Can you take a screenshot and highlight the exact setting your referring to?
Cheers!
ElliottHi!
No progress yet. When we figure something out it will most likely be added to the next update.
Cheers!
ElliottHey!
Not sure if it will work but you can try it. The first snippet you can add to the bottom of your functions.php file. The second snippet can be added to line 23 in the archive.php file and the third snippet can be added around line 33 in the archive.php file.
Regards,
ElliottHey patriscia!
Try doing this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header. You can then add whatever you need inside a text widget.
Best regards,
ElliottHi Munford!
Your link is asking for a login. Take a screenshot and highlight what is going on so we can get a better idea.
Best regards,
ElliottOctober 18, 2015 at 6:28 pm in reply to: Is it possible to disable the built in lightbox on certain pages? #520666Hey kat08glow!
Hmm, not sure if it will effect the other lightbox but you can try surrounding your code with this.
<div class = "noLightbox"> </div>
If it does then try switching the class to “fakeLightbox” or “lightbox-added” instead. You can add your own class on line 898 in the /enfold/js/avia.js file.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
Cheers!
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts