Forum Replies Created
-
AuthorPosts
-
September 23, 2015 at 4:23 pm in reply to: Major WordPress Issues and Unsure if theme Related #507967
Hi!
Yes, https://www.tipsandtricks-hq.com/how-to-uninstall-and-reinstall-wordpress-245, you can load your backup after WordPress is reinstalled.
Regards,
ElliottSeptember 23, 2015 at 4:22 pm in reply to: Disable standard search results when using Instant search + plugin #507965Hey!
Did you remove it? I don’t see it anymore.
Add it back in and set it to 250px or something smaller.
.ui-autocomplete { max-width: 250px; }
Regards,
ElliottHi!
1. Anywhere will work. You can also add it to the Dashboard > Enfold > General Styling > Quick CSS field as well.
2. Watch the “Intro to Portfolios” video please, http://kriesi.at/documentation/enfold/videos/.
Regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi!
Thanks for posting your solution.
Regards,
ElliottHey WolfvanHaeren!
Even if you disable right clicking users will still be able to download the images in other ways. I don’t recommend disabling right clicking as it will just annoy your users.
I’m not sure if there is a way to do it only on images. I did a quick search and came across this which you can try, https://forestmist.org/blog/disable-right-clicking-images-only.
Regards,
ElliottHi!
That’s correct.
Best regards,
ElliottHey EisaSawyer!
Try creating a new slider and then build it up slide by slide / layer by layer and keep checking on the frontend to see where it is breaking at. It’s most likely a bad value your using in one of the settings.
Best regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
September 23, 2015 at 4:08 pm in reply to: Major WordPress Issues and Unsure if theme Related #507941Hey generatrorassociates!
It does not seem like a theme issue. Did you do a backup before the update? I would try reinstalling WordPress. You can contact your hosting provider to see if they have automatic backups scheduled.
Cheers!
ElliottHi Dave!
It looks like because you have the font size very large and the text for the link does not have any spaces in it so the browser does not know where to break it.
Add this to a codeblock element in the page.
<style type = "text/css"> .avia_textblock a { font-size: 16px !important; } </style>
Cheers!
ElliottHi mogammad!
You can do this in Dashboard > Enfold > Advanced Styling. There are options for styling the main menu level links and the submenu links as well.
Cheers!
ElliottSeptember 23, 2015 at 4:02 pm in reply to: Move title container above shop page banner image #507934Hi!
What happens when you switch line 814 in the /enfold/config-woocommerce/config.php file from this.
add_action( 'ava_after_main_container', 'avia_woocommerce_shop_banner', 11 );
To this.
add_action( 'woocommerce_before_main_content', 'avia_woocommerce_shop_banner', 11 );
Best regards,
ElliottHi!
I’m on Windows 10. I’ll flag this for the rest of our team to check.
Cheers!
ElliottHey kgbrooklyn!
Please see here, https://codex.wordpress.org/Moving_WordPress.
Remember to create backups.
Cheers!
ElliottHi!
Please see here, http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/.
Cheers!
ElliottSeptember 23, 2015 at 3:48 pm in reply to: quick css for a vertical separator between 2 cols ? #507914Hi!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> .av_two_third { border-right: 1px solid black !important; padding-right: 30px; } </style>
Regards,
ElliottHi!
It looks like we have to be a registered user to add products to the cart.
Have you tried increasing the sidebar width in Dashboard > Enfold > General Layout > Dimensions?
Regards,
ElliottSeptember 23, 2015 at 3:43 pm in reply to: Disable standard search results when using Instant search + plugin #507907Hey!
Try adding this.
.ui-autocomplete { max-width: 300px; }
It’s width is set via javascript I think but it seems to look ok when I set a max-width.
Cheers!
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
September 23, 2015 at 3:40 pm in reply to: Display of calendar widget (Event Manager Pro) is nog correct on iPad #507904Hi!
Add this to your custom CSS.
.sidebar_right .inner_sidebar { margin-left: 0px !important; }
Regards,
ElliottSeptember 23, 2015 at 3:38 pm in reply to: Change "Sticky Submenu" to be visible on fullscreen slider #507901Hi Gavin!
To get it to stop at a certain point would require a lot of javascripting and is bordering on custom work. It would be best to hire a freelancer out to help you with this customization.
Cheers!
ElliottHey ditteditte!
1. Add this to your custom CSS.
.inner_product .thumbnail_container img { max-height: 150px; min-height: 150px; }
2. Hmm, it sounds like you will need to create your own product shop pages. You can do this by creating a new page and in the layout builder drag the “Product Grid” or “Product Slider” elements to your page content. You can find them in the “Plugin Additions” tab.
Cheers!
ElliottHey ashleyhollinworth!
Not sure what it could be off the top of my head. Perhaps it’s some kind of option in the Woocommerce settings. Is your shop set to public or testing?
It happens in the default theme as well correct? I would try contacting Woocommerce support to see what it could be.
Cheers!
ElliottHey Tim!
Add this to your custom CSS.
.responsive .logo img { max-height: 40px !important; top: 50%; transform: translateY(-50%); }
You can change it’s size with the max-height property.
If you want to use a completely different logo for mobiles then try this out, https://kriesi.at/support/topic/using-a-different-logo-size-on-mobile-devices-possible/.
Cheers!
ElliottSeptember 23, 2015 at 3:23 pm in reply to: Theme overwrites input field styling for Formcraft3 Plugin #507883Hi Patchharris!
Add this to your custom CSS.
.form-page-content input, .form-page-content select, .form-page-content td, .form-page-content tr { background: white !important; color: black !important; }
Cheers!
ElliottSeptember 23, 2015 at 3:19 pm in reply to: Move title container above shop page banner image #507877Hey adotopanuga!
Can you send us a link to your shop page so we can take a look real quick? You can set your reply as private if you wish.
Cheers!
ElliottHey RikoRG!
1. Kind of like the Masonry? http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
2. Add this to your custom CSS.
.logo { display: none !important; }
3. You can find our documentation here, http://kriesi.at/documentation/enfold/. Be sure to check out the video tutorials.
Regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
September 23, 2015 at 3:16 pm in reply to: Display of calendar widget (Event Manager Pro) is nog correct on iPad #507872Hi JosBlo!
There is not much we can do here really. The sidebar has to have overflow set to hidden or it will not display correctly.
There is an option in Dashboard > Enfold > General Layout > Dimensions for increasing the sidebar width.
If you’d like we can also try reducing the padding of the sidebar but it’s not going to look good I would think.
Regards,
ElliottHi NicomIT!
Hmm, check your trash folder as well. Send us a WordPress login if your still having trouble. (after updating to latest version of Enfold, 3.3.2, your currently using 3.1.3 it looks like)
Make sure all plugins are deactivated while testing.
Best regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
September 23, 2015 at 3:09 pm in reply to: Display of a table displays wron headlines on mobile #507864Hey deeluuxe!
It’s because you have an empty heading in the first column. Try this out, https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/.
Best regards,
ElliottHey FayeMcC!
Send us a link to your page where your displaying the links so we can check. You can set your reply as private if you wish.
Regards,
ElliottHey Jan!
Which shortcodes are you using that is breaking it?
Regards,
Elliott -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts