Forum Replies Created
-
AuthorPosts
-
December 17, 2015 at 3:43 am in reply to: Video content not displaying within internal network. #554123
Hi psstudiosinc!
I think youtube would set that automatically but you can try adding it to the end of the URL you use. You can also try just clicking on the “share / embed” link on the youtube video and copy the code it gives you to use and then paste that inside a codeblock to see what happens.
Best regards,
ElliottDecember 17, 2015 at 3:39 am in reply to: Different business units: use multisite, 4 different installs or adding code? #554120Hey!
I think multisite is allowed on a single license but it would be best to contact themeforest support to be sure it applies in your case.
There are no issues with multisite and Enfold that I am aware of. If you see any weird behaviours then let us know and we’ll take a look.
Regards,
ElliottHey!
I don’t know of any plugins or of any quicker way to do this. You would need to just keep adding CSS targeting each page to change their colors.
Regards,
ElliottHi!
Send us a link to your page with the sidebar menu and we’ll see if we can get you some CSS to use.
Cheers!
ElliottHi!
Your HTML markup looks weird. There are extra divs with a class of “protcted_area” surrounding your content. Have you done customizations?
Try deactivating all plugins and clear your browser cache.
Regards,
ElliottHi!
It should just be comma separated.
test, test1, test2
You can see where we split them on line 565. Not really sure why the pipe is there for. It seems to have something to do with sub options but I don’t think we have any features for that currently.
Cheers!
Elliott-
This reply was modified 9 years, 6 months ago by
Elliott.
December 16, 2015 at 2:34 am in reply to: Enfold version and WordPress version incompatibility #553414Hi!
Alrighty, if you have a question then post a new topic and we’ll be with you shortly. If your doing a lot of advanced customizations though you will want to hire a freelancer to help you out with them as they will be considered custom work.
Cheers!
ElliottDecember 16, 2015 at 2:32 am in reply to: Product Category Pages Full width page banner and description #553413Hey!
When you select the image in the media library look to the settings on the right and make sure the “Full size – no scaling” is selected instead of the 1500 x ? option.
Regards,
ElliottHi!
Oops, switch it to this.
<span class = “socket_spacer” style = “width: 100px; display: inline-block;”></span>
Best regards,
ElliottHi!
Yes you can do that. I’m not sure on how it would effect your SEO though.
Best regards,
ElliottDecember 16, 2015 at 2:25 am in reply to: Color section / how to reduce the section custom height? #553406Hey!
There is a minimum value of 100px set but you can remove it by adding this to your custom CSS.
.avia-section { min-height: 60px !important; }
Best regards,
ElliottHey alukhanov-logon!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi Chris!
Add this to a codeblock element in your page content.
<style type = "text/css"> .avia-heading-row th { background: #e1e1e1; color: red; } </style>
Regards,
ElliottDecember 16, 2015 at 2:18 am in reply to: Enfold theme – how to add custom link masonry excerpt #553402Hi sammilo4!
Add this to the bottom of your child theme functions.php file.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' ); function enfold_customization_footer_scripts(){ ?> jQuery(document).ready(function(){ jQuery('.av-masonry-entry').attr('target', '_blank'); }); <?php }
Best regards,
ElliottDecember 16, 2015 at 2:14 am in reply to: Adding double line border top and bottom of menu/navigation bar #553401Hi!
Try this.
#header_main_alternate { background: linear-gradient(to right, #fd4f00 0%, #feba59 100%) !important; }
Best regards,
ElliottDecember 16, 2015 at 2:13 am in reply to: Layer slider: shortening the pause between animation #553400Hi!
Yep. You can also change the transition speeds there as well.
Cheers!
ElliottHi!
It’s an issue with WordPress 4.4. We should have a fix in the next update which is coming very soon.
Cheers!
ElliottHey!
Add this.
.header-scrolled .textwidget p { font-size: 12px !important; }
Cheers!
ElliottHi vadimka777!
It’s hard to understand. Send us a link to your page and take a screenshot highlighting the exact changes your trying to do.
Best regards,
ElliottHi Rosenqvist10!
It’s hard to understand. Send us a link to your page and take a screenshot highlighting the exact changes your trying to do.
Best regards,
ElliottDecember 16, 2015 at 2:02 am in reply to: Enfold + Woocommerce — how to filter products by x OR y #553389Hey sergiomico!
It’s going to take a lot of time and code to implement so it would have to be considered custom work. You’ll need to contact Woocommerce support for instructions on how to do this.
Cheers!
ElliottHi dfsi!
Sorry for the trouble. It will be fixed in the next update which is coming very soon.
Best regards,
ElliottHey esditec!
It would take a bit of time and code to implement. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get an option added in a future update.
Regards,
ElliottHi larrywillisva!
I see the strong tags on my end and the text is displaying as bold. Perhaps it was a caching issue? Try viewing in another browser.
Regards,
ElliottHey EPDeu!
You could create a post for each PDF. That would be the easiest way. Anything else would take a lot of time and code to implement and would have to be considered custom work. Or you might be able to find a plugin to use but I don’t know of any I can recommend.
Cheers!
ElliottDecember 16, 2015 at 1:50 am in reply to: LayerSlider WP alway on top (z-index) how to change that? #553383Hi Eric!
We would have to see it in action. Probably another element on the page is placed on top of it. Send us a link and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi markgibbons243!
Try deactivating all of your plugins and make sure WordPress and Enfold are updated to their latest versions. The latest version of Enfold is 3.4.6.
If your still having trouble then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi Steph!
Try this.
#menu-item-1432 .sub-menu { width: 300px !important; }
Best regards,
ElliottHi anma!
Add this to a codeblock element in the page.
<style type = "text/css"> .avia_textblock img { margin: 0px !important; } .avia_textblock p { margin: 0px !important; } </style>
Best regards,
Elliott-
This reply was modified 9 years, 6 months ago by
Elliott.
Hi famewebdesign!
Do you have this in your child theme?
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 45px; line-height: 45px; display: none; }
That’s what is causing it to not display.
Cheers!
Elliott -
This reply was modified 9 years, 6 months ago by
-
AuthorPosts