Forum Replies Created
-
AuthorPosts
-
Hi!
Well I’m not sure how far your wanting to move it but you can keep moving it to the left with this CSS.
.html_cart_at_menu.html_header_top #top .main_menu { right: 75px !important; }
Cheers!
ElliottHi!
A child theme needs a style.css for it to work or it will revert back to the parent theme. I don’t think your style.css is the problem. It’s probably something in your functions.php file.
Cheers!
ElliottHey!
I see your already using youtube in the gallery. Vimeo is the same thing, you just paste the vimeo URL as the link.
To set custom links edit your Masonry element and then click on one of your images and on the right hand side you’ll see some settings. The last one says “custom link” which you can set to whatever URL you need.
Regards,
ElliottHi!
So your just wanting to hide the partner / logo elements on mobiles correct?
Add this to your custom CSS.
@media screen and (max-width: 767px) { .avia-logo-element-container { display: none !important; } }
Best regards,
ElliottHey!
Yes, you can use this.
@media screen and (max-width: 1030px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Cheers!
ElliottHi!
Login information does not seem to be working for me now. Can you check it?
The reason it’s displaying in the middle is because your page is set to a fullwidth layout. If you add a sidebar to the page the image will go back to the left.
You can use this CSS inside a codeblock element to hide the sidebar on the page.
<style type = "text/css"> aside { display: none !important; } main { width: 100% !important; border-right: 0px !important; } </style>
Best regards,
ElliottHey kgflash1!
For the accordion slider? Set the link to “#” and it will not link anywhere.
Best regards,
ElliottHi akshatverma73!
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 Wilfried!
You can do this in Dashboard > Enfold > Advanced Styling. You can create additional rules for the main menu and the sub menu links as well as their hover states.
Cheers!
ElliottHey yarac!
It’s because your using the advanced layout editor when writing the post. You’ll need to write a custom excerpt when doing this. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Regards,
ElliottHey Stadsherberg!
What version of Enfold are you using? Make sure it’s the latest, 3.4.7.
Regards,
ElliottHey stevecontent!
Yes, I believe they are in the database so they should be there when you move the database.
Best regards,
ElliottHey steve55555!
Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.
And then drag your 1/4 shortcodes in the debug view inside the 2/3 shortcode.
Best regards,
ElliottJanuary 14, 2016 at 3:00 am in reply to: Icon Box Titles disappear when I enable "link title" #565140Hi 1lizcollins!
Do you have this in your custom CSS?
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { display: none; }
It needs to be removed if so.
Or add this to your custom CSS to overwrite it.
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { display: block !important; }
Cheers!
ElliottHey Hardtonline!
Your using Enfold 3.4.6. You’ll need to update to the latest version, 3.4.7.
Best regards,
ElliottHey Charlotte!
Add this to your custom CSS.
.logo { width: 1000px; } #header_main_alternate { display: none; }
Regards,
ElliottHey thecszone!
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi fanlokbun!
Well if your wanting to change the logo and menu then a template isn’t what your wanting. You would need to add some code into your child theme functions.php file to switch those out.
But you said you want to do this on a “sub site”? Or do you mean just some separate pages in the same installation?
If it’s on a sub site with a different installation of WordPress then a child theme is not necessary.
Best regards,
ElliottJanuary 14, 2016 at 2:45 am in reply to: Product description not working at all in woo commerce on enfold #565132Hey natashacs!
Add this to your wp-config.php file.
define( 'CONCATENATE_SCRIPTS', false );
And then let us know when your done so we can take another look.
Best regards,
ElliottJanuary 14, 2016 at 2:40 am in reply to: HAVE I DONE CORRECTLY: Make x column layout sit at full width of content width #565130Hi DigitalEssence!
It’s just a matter of removing the padding like you did. Not really another way to do it.
Regards,
ElliottHi mwolfert!
Send us a link to the page and we’ll see if we can get you some custom CSS to use.
Cheers!
ElliottHey krs_!
Send us a link to your page so we can get a better idea of what is going on. You can set your reply as private if you wish.
Best regards,
ElliottJanuary 14, 2016 at 2:29 am in reply to: Layer Slider, Carousel and other advanced enfold features not working #565126Hey maxosbon!
They are displaying fine on my end. Try clearing your browser cache.
Best regards,
ElliottHey Fiorilla!
I tried viewing your link but your site keeps timing out for me. Check with your hosting provider to make sure everything is ok.
Cheers!
ElliottHi kburbank!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi mandahays!
1. + 2. You can do this in Dashboard > Enfold > Advanced Styling. You can change the colors and hover colors for both the main menu links and also the dropdown (submenu) links.
3. Add this to your custom CSS.
.cart_dropdown_link > span::before { color: white !important; }
Regards,
ElliottHey coeval!
I viewed your link but all I see if a blank page with a black line at the top. Perhaps there is a typo?
Best regards,
ElliottHi anma!
You would need to use the fullwidth easy sliders for that.
You can add this inside a codeblock element in the page content to remove the padding.
<style type = "text/css"> main { padding: 0px !important; } </style>
Best regards,
ElliottHey 1039 Online!
I viewed your links but your getting 404s on the all of the scripts and stylesheets. Deactivate all of your plugins (culprit is most likely jetpack) and then let us know when your done so we can take another look.
Best regards,
ElliottJanuary 14, 2016 at 2:11 am in reply to: Is ENFOLD retina ready or do I need a plugin such as wp-retina-2x ? #565114Hi Michael!
Yes, Enfold will display fine on retina screens.
Regards,
Elliott -
AuthorPosts