Forum Replies Created
-
AuthorPosts
-
Hi!
You can upload a screenshot to imgur.com or dropbox public folder and then share the link here.
Regards,
RikardHey techrisingkg!
The width of your .container element is 1310px, did you manage to get your problem solved?
Regards,
RikardHi Nancy!
Are you still experiencing this problem or is it solved? I just had a look at it on the latest version of Chrome and it looks great :)
Cheers!
RikardFebruary 8, 2015 at 11:24 am in reply to: Avia Layout Builder doesn't switch off to visual/text #392688Hi lakeswimmer!
Please update to the latest version of both WordPress and Enfold and see if it resolves your issue.
Best regards,
RikardHey lanabos!
I was not able to reproduce the issue on the latest version of Safari, would you mind disabling all active plugins to see if it helps? It seems to have helped @JuergenB problem in the other thread…
Best regards,
RikardFebruary 8, 2015 at 8:00 am in reply to: Enfold WooCommerce Issue Header not shrinking and icons not showing up #392647Hi!
Could you try and deactivate all plugins except WooCommerce and see it it helps?
Best regards,
RikardHi abortolotti!
You forgot to add the background colour to some of you CSS statements, for instance the …el-12, and you also did not close the statement with a }, it’s easy to miss :)
It looks good now though, I corrected your code in Quick CSS already.
Best regards,
RikardHi pthk!
It looks like it’s displaying like it should here, did you manage to fix it?
Regards,
RikardHey jancecile!
Yes it will be overwritten when you update the theme, please consider using a child theme to avoid this.
Cheers!
RikardHey!
Try the following instead please:
function ava_product_category_banner() { if(has_term('26', 'product_cat')) { echo '<div class="product_category_banner container_wrap"><img src="http://aquaquestonline.com/wp-content/uploads/2014/04/kayakbetter.jpg"></div>'; } else if(has_term('46', 'product_cat')) { echo '<div class="product_category_banner container_wrap"><img src="http://aquaquestonline.com/wp-content/uploads/2014/04/kayakbetter.jpg"></div>'; } }
Best regards,
RikardHi Drebosio!
I had a look on your site on an iPhone 4 with lastest Safari browser and I can’t see any of the errors you’re getting. Could you try a different browser and see if you get the same results?
Cheers!
RikardHey newtonlinchen!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post it here as a private reply.
Cheers!
RikardHey PrivateLabel!
You’re most likely getting those error because of a slight bug with the menu on mobile devices which will be fixed in the next release. You can add the following code to Quick CSS if you want to fix it before then:
#wrap_all { position: relative !important; }
Cheers!
RikardHey larsAWX!
This bug will be fixed in the next release. Thanks for bringing our attention to it…
Cheers!
RikardHi!
Did you remove the pages? I’m getting 404 errors when trying to view your links.
Regards,
RikardHi!
Try and paste the following code to Quick CSS:
.post-entry-600 .avia-image-container.avia-align-center .avia-image-container-inner { width: 100% !important; } .post-entry-600 .avia-image-container-inner, .avia_image, .av-image-caption-overlay { min-width: 98% !important; }
This should only affect the 4 images under the slider on the front page. Increase or decrease 98% for less or more space between the images.
Best regards,
Rikard- This reply was modified 9 years, 11 months ago by Rikard.
Hey!
The directory page was slower to load, most likely due to a lot more requests, 140 vs 34, and almost double the content size.
Best regards,
RikardHi Don!
If you’re trying to stop CSS generated from a plugin, then please refer to the CSS file generated by the plugin located in the plugin folder of your WordPress installation.
Cheers!
RikardHi kashcroft!
You can simply copy header.php from your Enfold folder into your child theme folder. I’m not 100% sure about where to add the Google Tag Manager code though but I think it goes into the head tag.
Regards,
RikardHey Antonio,
Could you please also provide us with a temporary admin login so that we can investigate further?
Regards,
RikardHi Nexttrack!
Could you please provide us with a temporary login so we can take a look? You can post it here as a private reply.
Cheers!
RikardHi sarahed!
Your ‘>>’ happens to be then ending of a HTML tag, so it caused the tag to end prematurely. I added an alternative » instead.
Regards,
Rikard- This reply was modified 9 years, 11 months ago by Rikard.
Hey HiDrew!
Try adding the following code to your Quick CSS:
.home div#main { margin-top: 0px !important; }
Regards,
RikardHey vk5kdc!
You can try to add
!important
after each CSS statement if they are not taking effect.Example:
#top select { color: #777 !important; }
Best regards,
RikardHey!
Could you please provide a link to the site where the problem occurs?
Cheers!
Rikard -
AuthorPosts