Forum Replies Created
-
AuthorPosts
-
I contacted the Web Host and had them clear the server cache then after a few minutes the CSS/JS was loading again on first load in all browsers :). I think I had an empty file request in functions.php that might have been throwing things off. That was removed before the server cache clear.
Solved!Yes please close this, thanks! :)
Thanks! I added the image to the first color section and aded negative margin to the button so the second color section isn’t overlapping the button :)
Thanks! :)
Works thank you so much!! I had an open CSS comment that needed correcting.
January 11, 2019 at 5:37 pm in reply to: Woocommerce Single Product Not Displaying at Full Width #1052809I believe I found the CSS to fix it, when I change the CSS in Google Console it works, but not if I change the style in the file or in Quick CSS:
div .products .product {
min-width: 100%!important;
width: 100%!important;
}
/wp-content/uploads/dynamic_avia/avia-merged-styles-d779f89c7bdf44f6b5c57a79ea24cf75.css
Any suggestions on getting the CSS to change? Thanks! :-)January 11, 2019 at 10:44 am in reply to: Woocommerce Single Product Not Displaying at Full Width #1052670Hello, I would like to see if someone can help with the Woocommerce columns only taking up a small percentage of the Enfold columns. I have provided a link in the private content section to my website for an example of this. Thanks for any help I can receive on this :-)
January 9, 2019 at 4:57 pm in reply to: Woocommerce Single Product Not Displaying at Full Width #1051919Hello, I thought I would try to give this thread a bump. Any help is greatly appreciated :)
January 8, 2019 at 8:40 am in reply to: Woocommerce Single Product Not Displaying at Full Width #1051284Hi Vinay,
Thanks for your response and for the advice on the speed. As for the Woocommerce product shortcode, I’ve tried to get it to display using a ‘code block’ element inside of a 1/3 column. I’ve tried with the 1/3 column inside and outside of a color section but the Woocommerce product still on displays at a portion of the column’s width.
Are you saying that products can only display if they are in a full screen column?
Thanks in advance for any additional help on this.September 10, 2018 at 4:50 am in reply to: Woocommerce product Shortcode Not Displaying Correctly #1007749Hi Rikard,
Thanks! This can be closed.September 3, 2018 at 12:20 pm in reply to: Woocommerce product Shortcode Not Displaying Correctly #1004912It worked! Thanks so much!!!
Hey sorry about that, you are able to check mine at this time, I had
.attachment-shop_thumbnail {
display: none!important;
}Looks like JasonAmerica is still having trouble too.
Thanks!
Same here, specifically on the product image in the sidebar on the product page. I’ve followed the Woocommerce instructions, regenerated thumbnails, changed image sizes, changed Woo product image size/hrad crop settings and attempted child theme CSS changes… still blurry. : /
Any help is greatly appreciated!
If you look at the source code in Chrome it superimposes a height and width of 120px on the image.
Hey Eviang, support will probably need a link to your website to dig into this more and see what’s causing it.
I thought I would move this back up to the top to see if anyone is familiar with this, thanks :)
Never mind, figured this out!
Hey Basilis,
Thanks for the reply. Here is the type of Woocommerce shortcode I’m attempting to use as instructed in their documentation:
[add_to_cart_url id=”2383″]
Sorry to ‘bump it’ :) but do you guys know of any solutions for this? Thanks!
Thanks so much, it works great!
Here is the functions.php code (towards the top of document for anyone who find the thread later:
—————————————————–
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘yelp’] = array( ‘font’ =>’yelp-icon’, ‘icon’ => ‘uf1e9’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Yelp’] = ‘yelp’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);——————————————–
Yelp icon CSS for hover:
#top #wrap_all .av-social-link-yelp:hover a {
background-color: red;
color: white;
}Hey Yigit,
Thanks so much for looking into this but I just checked on three browsers and it shows a check mark rather than a yelp icon. Is the ue800 no longer accurate?
Thanks!
Hey yup thank you it’s below!
Website URL attached
Ping test shows your slider images very slow to load for some reason… https://tools.pingdom.com/ .
Kriesi staff might have more info but I see you use the all in one seo plugin, that can cause load time issues potentially.
Have you tried changing the colors in the general styling area?
https://kriesi.at/support/topic/big-space-above-sub-menu/
This thread may help:
I believe the CSS selector is
.avia-menu-fx { color: blue !important; }
Hey in theme options you can go to Advanced styling > main menu links > edit edit element.
Hey I think for the imported demos if you go to the “Advanced Styling” tab in the theme info it will show the styles for that particular demo, you may see the font info there.
Deleting Enfold folder in FTP then dropping the new version in worked great, thanks!
-
AuthorPosts