Forum Replies Created
-
AuthorPosts
-
Hi,
Or add !important to left: 0;
Best regards,
VictoriaHi bakbek,
I edited the code, please check.
Best regards,
VictoriaMay 14, 2017 at 5:59 pm in reply to: Right Sidebar not showing properly on home page of enfold theme #793027Hi dommelstroom,
Thank you :)
One suspicion I have is your WordPress version.
You need to get a copy of /wp-admin/update-core.php file from WordPress 4.7.4 version and compare to the one you have.
This is core WordPress functionality and not theme specific.
Best regards,
VictoriaHi jgreenblatt,
Did you get it working or you still need help?
Best regards,
VictoriaHi Munford,
I replied to you in another thread, please follow up.
Best regards,
VictoriaHi spidercreations,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi mikepatten,
The images look fine on my end. The update is coming soon. Please, bare with us.
Best regards,
VictoriaHi!
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css#top .single-product-main-image .onsale { top: 0px; left: 0; width: 33%; }If you need further assistance please let us know.
Cheers!
VictoriaHey nicolechanphoto,
Do you want them just centered or full width?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css.home div .av_two_third { width: 100%; } .home div .av_one_third { width: 47%; }If you need further assistance please let us know.
Best regards,
VictoriaHey Munford,
Please, put the fresh copy of avia.js and shortcodes.js (if you use one in child theme) to your child theme. The were some changes there, that are there in Enfold and not there in your child them.
If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years, 10 months ago by
Victoria.
May 14, 2017 at 5:13 pm in reply to: Right Sidebar not showing properly on home page of enfold theme #792993Hi dommelstroom,
To upgrade to 4.0.5 you need to login to your account on Themeforest, download a fresh Enfold files and upload them manually via FTP. Did you have notices for auto update before or no?
There is a div with a class sidebar_right on the page. It is empty. Have you assigned any content to it?
Best regards,
VictoriaHey Margit Endhammer,
Yes, it is possible to deactivate the animation via css.
Best regards,
VictoriaHi Sobirk,
Nice graphics! I don’t see any masonry on that page (http://getawayflyfishing.com/destinations/getaway-greenland/). Do you have it on another page? You can show us where you need more margins and we’ll give you the code to do it.
Best regards,
VictoriaHey SimonJ17,
You can go to Screen Option and check the page to appear.
If you need further assistance please let us know.
Best regards,
VictoriaHi vladbejenaru,
No, unfortunately, this kind of issue is not generated by the caching plugin. This issue is with the query that gets products from database. That needs more investigation.
Best regards,
VictoriaMay 14, 2017 at 3:47 pm in reply to: Right Sidebar not showing properly on home page of enfold theme #792964Hi dommelstroom,
Did you install the plugin https://wordpress.org/plugins/artiss-transient-cleaner/ and try to clean up with it?
Best regards,
VictoriaHi Stefan,
Here is the css for that:
div .products .product { width: 18.6%; }If you need further assistance please let us know.
Best regards,
VictoriaHi hackoffseries,
Try this code, slightly adjusted:
.post-entry.post.type-post .small-preview { width: 180px; height: 120px; } .template-blog .blog-meta { margin-right: 25px;}If you need further assistance please let us know.
Best regards,
VictoriaMay 14, 2017 at 3:15 pm in reply to: Avia Layout Builder is has collapsed into two columns (instead of three) #792952Hi w_archer,
Could you activate Advanced Layout Builder debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ so that we can have a look the shortcodes generated.
Best regards,
VictoriaHi jolynndeal,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi natemoss,
I tested today. I saw the “eat” part and then the video loaded. It looked fine on an iPhone. It might not load very smoothly, because you’re requesting videos over https and you website is on http, so some requests get blocked.
Best regards,
VictoriaMay 14, 2017 at 2:38 pm in reply to: Advanced Layout Builder problem with Kindful Donation Plugin #792942Hi twhaoske,
Please, have a look at this threads:
https://kriesi.at/support/topic/i-cannot-edit-pages-posts-or-portfolio-items-spinning-wheel/
If you need further assistance please let us know.
Best regards,
VictoriaHi PeterSocialiq,
There are errors of various causes on in Javascript. Looks like WordPress update was unable to overwrite some of it files, then an access rights error for images and cache.
You might want to look into those. Screenshot in private.Best regards,
VictoriaHi Meg,
Best regards,
VictoriaMay 14, 2017 at 2:18 pm in reply to: Right Sidebar not showing properly on home page of enfold theme #792933Hi Stefan,
Try adjusting the code like this:
remove_filter('woocommerce_cross_sells_total', 'avia_woocommerce_cross_sale_count', 10); remove_filter('woocommerce_cross_sells_columns', 'avia_woocommerce_cross_sale_count', 10); add_filter('woocommerce_cross_sells_total', 'avia_woocommerce_cross_sale_count_mod', 21); add_filter('woocommerce_cross_sells_columns', 'avia_woocommerce_cross_sale_count_mod', 21); function avia_woocommerce_cross_sale_count_mod($count) { return 5; }Best regards,
VictoriaHey JefeTechnologies,
It’s not really a good idea, too much animation is really annoying. And you have to make content disappear in order to make it appear again with animation. You are providing development and design services, dancing content might not appeal to your potential customers.
Let me know what you think.
Best regards,
VictoriaHey breezemedia,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi Lennardt,
Which plugin did you buy? Do you still need help?
If you need further assistance please let us know.
Best regards,
VictoriaHi vladbejenaru,
I don’t think it’s a good idea to use script concatenation and minimization on a test instance until you’re ready to roll out the website, or use it at all.
This is the rule that get’s applied on other pages and makes all other products go to the next line..products .product.first { clear: both; }You can try to override it with this code:
.avia-builder-el-16 .products .product.first { clear: none; }If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 8 years, 10 months ago by
-
AuthorPosts
