Forum Replies Created
-
AuthorPosts
-
Hi ckwellington,
You need to add one more line to that title definition, so it should be :
.title_container { background-image: url(//ustriminc.com/wg/wp-content/uploads/2017/07/title-bar-bkgrd.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; }
If you need further assistance please let us know.
Best regards,
VictoriaHey shoutcloudstudios,
Sidebar is there. In html it is after a section after contact form, so it shows at the bottom. That section breaks the page, it should be the width of the content, not more.
Best regards,
VictoriaHi pimpvache,
Which version of php are you running? Are you getting any errors in your log?
Best regards,
VictoriaHey Teknofun,
Those are not thumbs, those are actual images, they are too big for the thumbs, so you might want to optimize them, but for now you can add this to your child theme style.css
.page-id-13 .av-masonry-image-container {
background-size: contain;
}
If you need further assistance please let us know.
Best regards,
VictoriaJuly 10, 2017 at 7:20 pm in reply to: Content Element > Icon > How can I align a few icons side by side? #818946Hi GabrielSenn,
I did a test on my instance, did not get the br and on yours got line breaks, they are annoying. Do you have auto p enabled? That could be the reason. https://wordpress.stackexchange.com/questions/200469/new-method-to-disable-wpautop-after-wp-4-3
Best regards,
VictoriaHi Daniel,
Which browser are you using? 16:9 is a normal resolution, it should work on it.
Best regards,
VictoriaHey Leo,
Could you please attach a mockup of what you’re trying to achieve? You can use tabs and have tab titles on the side, or you can use accordion, or we need to see what you need to make it look like :)
Best regards,
VictoriaHi webvigo,
Great job! And thank you for sharing!
Here is something for you
https://github.com/woocommerce/woocommerce/issues/850
You can use the filter from this thread:If you need further assistance please let us know.
Best regards,
VictoriaHi Dwimmer,
This is the way it is.
What does not look right to you? Could you explain a bit more in detail?
Best regards,
VictoriaJuly 10, 2017 at 6:46 pm in reply to: Events Calendar Individual events on homepage with featured image and excerpt #818927Hi thetshed,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi mleite1,
So the code does not apply when you put in child theme? Where is the code now? Quick css or in your child theme style.css?
Best regards,
VictoriaHey testcu,
Yeah, it’s a premium feature. It is something that the Layer Slider introduced recently. The new version of Layer Slider is coming with the upcoming update.
Best regards,
VictoriaHey Jenny,
I see you got the height fixed, but you should not fix the width at 12%, it should be more:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 25%; }
If you need further assistance please let us know.
Best regards,
VictoriaHi td8000,
Here are the threads that can help you:
https://wordpress.stackexchange.com/a/216372https://stackoverflow.com/questions/28576667/get-cart-item-name-quantity-all-details-woocommerce
If you need further assistance please let us know.
Best regards,
VictoriaHey agilecic,
You can use the get_the_tag_list() function instead of the get_the_term_list function used there.
https://codex.wordpress.org/Function_Reference/get_the_tag_listIf you need further assistance please let us know.
Best regards,
VictoriaJuly 10, 2017 at 5:56 pm in reply to: woocommerce products slider and related products – font size and style #818896Hi Niko Gr,
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 #av-layout-grid-1 .woocommerce-Price-amount.amount{ font-size: 30px !important; }
You might want to leave the font-size at 30, 40 seams too big and leave the related at 21.
If you need further assistance please let us know.
Best regards,
VictoriaHi alicewp,
Could you please enable debug into loo and send us the logs?
Here is how to do it:Best regards,
VictoriaHi craig_corfield,
This will make the rules apply, just to that first row of buttons
.page-id-4808 #av-layout-grid-1 .avia-button {border-radius: 0px !important; }
If you need further assistance please let us know.
Best regards,
VictoriaHey helenwhite,
Socket is the very bottom part with copyright and stuff like that. Footer is where you can put widgets and in your case, you got it right, you put it in the footer with the help of a widget.
If you need further assistance please let us know.
Best regards,
VictoriaHey jurgen1979,
Here the threada that might help you:
https://kriesi.at/support/topic/remove-or-fix-ajax-search-functionality/
If you need further assistance please let us know.
Best regards,
VictoriaHi pameladavid,
There is an error in product gallery plugin for WooCommerce. Try to disable plugin and check the page again.
Best regards,
VictoriaHi cbrssict,
The new menu is coming up with the new version of Enfold, in a day or two. Meanwhile, you can use the code below.
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@media only screen and (max-width: 450px) { .html_stretched #wrap_all { overflow:hidden !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaHey Pear,
Try setting a higher priority to a filter.
If you need further assistance please let us know.
Best regards,
VictoriaHi Marco,
Have you moved your website? I get 404.
Best regards,
VictoriaHi robopath,
You can use this code for other screen sizes, just change the media query and adjust the settings a bit.
For an iPad it would be@media only screen and (min-width: 768px) and (max-width: 1024px) { } and the next size is @media only screen and (min-width: 451px) and (max-width: 767px) { }
Best regards,
VictoriaHi testcu,
Check the DevTools console, there could be errors there. Or check the Layer Slider documentation.
https://support.kreaturamedia.com/docs/layersliderwp/documentation.htmlWe need to see the actual website to be able to help you better. Also notice, that the higher your php version the better.
Best regards,
VictoriaHi mverloh,
I know it might not have been the solution you we looking for, but it was the one I could come up with. I’ll ask my colleagues to have a look.
Best regards,
VictoriaJuly 10, 2017 at 3:48 pm in reply to: Social Links from Team Member Profile / Search Console Error #818821Hi wanderglow,
You should regenerate your sitemap. Those we links incorrectly generated from what you put in socials links in theme options and should not be a part of your sitemap.
If you need further assistance please let us know.
Best regards,
VictoriaJuly 10, 2017 at 3:46 pm in reply to: Social Links from Team Member Profile / Search Console Error #818819Hi lstoudenmire,
We need htpassword credentials as well.
Best regards,
Victoria -
AuthorPosts