Forum Replies Created
-
AuthorPosts
-
Hey stewroids,
To build a landing page use the Template: “Blank – No Header, no Footer” and No Sidebars.
To collect email address you can use the contact form element and save the emails that are sent to you or the Mailchimp Signup element and have them sign up in your Mailchimp account, or use a plugin such as Easy Sign UpBest regards,
MikeOctober 7, 2017 at 8:25 pm in reply to: Mobile View: the logo and menu icons are overlapping #861430Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
The LayerSlider that comes with Enfold is a bundled version that the Layer Slider team has provided, which they have disabled a few premium features. Should you wish to use the premium features you can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then you are in full control of LayerSlider updates and premium features.
There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.
To fix your slide timing, open your slider and change the “Slide Timing” to something like 7000
Read more here: https://support.kreaturamedia.com/docs/layersliderwp/documentation.html#slider-builderBest regards,
MikeHi,
I have used the debug mode to copy your page to a clean install and the video showed fine, this leads me to believe you have a plugin conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeOctober 7, 2017 at 7:08 pm in reply to: Mobile View: the logo and menu icons are overlapping #861413Hi,
I changed your code to this:@media only screen and (max-width: 426px){ .responsive #top #wrap_all .logo a > img {width: 183px !important;} .responsive #top #wrap_all .main_menu {right: -50px!important; }}
it seems to be working on all pages now, please check.
Best regards,
MikeHey Darren,
When checking your contact page, I only see the recaptcha size issue in tablet mode (768px) so try this code in the General Styling > Quick CSS field to target just that size:@media screen and (max-height: 769px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }
Please clear your cache and review.
Best regards,
MikeHey Darren,
I went to your contact page, but didn’t get that error in the console, how can I reproduce the error?Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey HendyZone,
Here is an example css for your site:.postid-2338 td.avia-center-col:nth-child(1) {background-color: red !important;} .postid-2338 td.avia-center-col:nth-child(2) {background-color: yellow !important;} .postid-2338 td.avia-center-col:nth-child(3) {background-color: blue !important;}
You can change the colors to suit, and change the postid for each page or post if you use several different tables, but this will effect all tables on the same page.Best regards,
MikeOctober 7, 2017 at 5:18 pm in reply to: Mobile View: the logo and menu icons are overlapping #861396Hi,
I added the above code and flushed your site cache, Please clear your browser cache and review
Best regards,
MikeHey Sigmund,
The category links to a archive page that displays all posts in that category, are you asking to have a shorter url to the same page without the “/category/”? Can I ask what purpose this would achieve?Best regards,
MikeHi,
Try using a code block element instead of a text block element.Best regards,
MikeHi,
Try:@media only screen and (max-width: 426px) { div#archi-workshop- { background-image: none!important; } }
Best regards,
MikeHi,
It looks like you have this custom css controlling the height:/* fine */ #top #header_main > .container, #top #header_main > .container .main_menu ul > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 100px !important; line-height: 80px !important; position: relative; }
Can you please add a screenshot to point out how you would like to see it?
Best regards,
MikeOctober 7, 2017 at 3:53 pm in reply to: Mobile View: the logo and menu icons are overlapping #861379Hi,
To move the items to the right try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 480px) {.responsive #top #wrap_all .main_menu {right: -50px!important; } }
Best regards,
MikeHey mrjohnson2,
It could be due to the multiple requests, although I reloaded your page several times with no issues, so I can’t really point to one cause or another.Best regards,
MikeHey mgyura,
Please try to flush the cache, are you using minfication? If yes, you might want to disable that and enable later.
Try disabling your other plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeOctober 1, 2017 at 10:57 pm in reply to: How to remove Fullscreen Slider Text Black Transparent Background #859024Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
That’s odd, login with the info you gave us and you will see the visual editor tab and wand. Try creating a new admin account for yourself.Best regards,
MikeHi,
/*menu color*/ .header_color .main_menu ul:first-child > li > a {color: blue !important;} /*menu hover*/ .header_color .main_menu ul:first-child > li > a:hover {color: #fff !important;} /*sub-menu*/ .header_color .main_menu .menu ul li a {color: green !important;} /*sub-menu hover*/ .header_color .main_menu .menu ul li a:hover {color: #fff !important;}
You can add your page-ids to these to set them to each page, adjust colors to suit.
Best regards,
MikeHi,
ops, I meant to target the button only, try this instead:@media only screen and (max-width: 1050px) {.cf7-style.cf7-style-5304 input[type='submit'] { width: 90%!important; } .cf7-style.cf7-style-5304 input[type='submit'] {font-size: 10px!important; }}
Best regards,
MikeHi,
Ah, I was looking at the wrong site :)
OK, so it looks like the menu is “light grey with a hover of dark grey” this is how you wanted it right?
how can I help?Best regards,
MikeHey nadinedomnink,
Try adding this code to the end of your functions.php file in Appearance > Editor:function wc_empty_cart_redirect_url() { return 'http://yourdomain.com/'; } add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );
Best regards,
MikeHi,
Sorry for the questions, but when I look at your site the header looks red on all pages, yet you say the “Header background on frontpage is white” perhaps I’m looking at the wrong thing? Can you please add a screenshot to point out what you see?Best regards,
MikeHi,
Perhaps a good approach would be to use the Advanced Styling to change it globaly, and then we can write code for the one page that is different, ie: frontpage.
Did I understand that right?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts