Forum Replies Created
-
AuthorPosts
-
Hi rieckermann,
Here are some great articles for you:
https://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/On the screen shot the font defined by what font is the font set by this rule
body * { font-family:"NotoSansCJKsc-Demi" !important; }
Best regards,
VictoriaHi karmenka,
Maybe there is a limitation on how many keys you can register from one account?
https://developers.google.com/maps/documentation/javascript/usage
https://stackoverflow.com/questions/10533850/multiple-api-keysMaybe they exceed API usage limits?
If you need further assistance please let us know.
Best regards,
VictoriaHey pimpvache,
Please deactivate all the plugins and see if the issue remains.
Here are some threads for you:If you need further assistance please let us know.
Best regards,
VictoriaHi webvigo,
You need to modify the product slider query. Here is an idea on how to do it
https://kriesi.at/support/topic/featured-products-in-product-slider-home-page/#post-566482If you need further assistance please let us know.
Best regards,
VictoriaHi webvigo,
You need to modify the product slider query. Here is an idea on how to do it
https://kriesi.at/support/topic/featured-products-in-product-slider-home-page/#post-566482If you need further assistance please let us know.
Best regards,
VictoriaHey charger70,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHi Zaccc,
I see it like Mike also, but if I zoom in the page, I see it the way you see it. So the question is, what screen size are you looking at?
Best regards,
VictoriaHi theanshbakshi,
We can help you with a lot of things like styles, JavaScript and php, but this is Google’s functionality, you have to write to their support. If it says ApiNotActivatedMapError, what can we do, you have to go to the source.
Best regards,
VictoriaHi AudioVoice,
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
.widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .quantity { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 10, 2017 at 2:44 pm in reply to: Many internal server 500 errors at google webmaster search console #818761Hi melikc,
Did you do the debug part I wrote above?
Best regards,
VictoriaJuly 10, 2017 at 2:43 pm in reply to: Content Element > Icon > How can I align a few icons side by side? #818760Hi GabrielSenn,
Could you pleas enable the Advanced Layout Builder debug mode, so that we can see what shortcodes are generated. Here is how to do it.
Best regards,
VictoriaHi chrisguess,
Here are some things to consider:
https://wordpress.org/support/topic/widget-not-showing-up-at-all/If you need further assistance please let us know.
Best regards,
VictoriaHi ColinWalton,
Function with adding the action has to be only one. Sorry, if I wasn’t clear enough.
Remove this one:function ava534345953_init() { add_action( 'woocommerce_after_single_product_summary', 'avia_add_sidebar', 25); }
So you should get this:
// fixes the sidebar to add correctly to PRODUCTS PAGES add_action('init','ava534345953_init', 50); function avia_close_image_div() { echo "</div>"; } function avia_add_sidebar() { if(is_product()) { $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); } } function ava534345953_init() { add_action( 'woocommerce_before_single_product', 'avia_add_sidebar', 25); }
Best regards,
VictoriaHi vaneysofi,
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 (min-width: 768px) and (max-width: 1024px){ #header .widget { left: 555px; font-size: 13px; line-height: 18px; width: 30%; padding-top: 20px !important; } #header .widget img{ width: 8%;} } @media only screen and (max-width: 767px) { #header .widget { left: 70% !important; font-size: 13px; line-height: 18px; width: 30%; padding-top: 20px !important; } #header .widget img{ width: 8%; } .responsive .logo img { width: 60%; } } @media only screen and (max-width: 450px) { #header .widget { left: 65% !important; font-size: 11px !important; line-height: 13px !important; padding-top: 20px !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 10, 2017 at 2:01 pm in reply to: WooCommerce Checkout Page Terms and Conditions shown twice #818728Hi kilimats,
Can you remove the code given above, we need to test a bit more.
Best regards,
VictoriaHi mleite1,
YOu have a rule in dymanic avia that cannot be overridden like that, you should put this code in a child theme if you have one, in themes/enfold/css/custom.css (you need to edit this file in cpanel or via ftp) :
@media only screen and (min-width: 767px) and (max-width: 990px) { #av_section_1 .container { max-width: 100%!important; } #top .no_margin.av_one_third { padding: 10px 20px !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi euridesanselmo,
What do you mean by “nothing works”? You get errors, white screen or the filters don’t work?
Best regards,
VictoriaHi roamingk,
Here is a post on the plugins support forum, there is not a solution there, but you might want to write to them with this issue.
https://theeventscalendar.com/support/forums/topic/db-error-unknown-column-post_parent/Best regards,
VictoriaHi Briana,
Could you please enable debug into log and send the logs to us?
Here is how to do itBest regards,
VictoriaHi kbarranco,
If you remove this code from your child theme style.css, the masonry will show. Screenshots in private.
As for the sql, those are not generated by Enfold, you should investigate which plugin could be doing that.If you need further assistance please let us know.
Best regards,
VictoriaJuly 10, 2017 at 11:30 am in reply to: Add parent page to custom posts' custom taxonomy archive page breadcrumbs #818643Hey TSC_envato,
You might want to use a plugin to customize your breadcrumbs like that. Here is an overview:
http://www.wpbeginner.com/plugins/how-to-display-breadcrumb-navigation-links-in-wordpress/If you need further assistance please let us know.
Best regards,
VictoriaHi Eric,
You could try something like this:
if ( in_category('your category name') ) { $output .= "<time class='av-magazine-time updated' {$markupTime}>".tribe_get_start_date( $entry->ID,false, $format = 'l, F j, Y @ g:i A' )."</time>"; } else { $output .= "<time class='av-magazine-time updated' {$markupTime}>".$time."</time>"; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 9, 2017 at 9:12 am in reply to: Logo Size being written into image tag, re-sizing through CSS distorts #818352Hi rgruber,
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 madmanbean,
Well, you could use some almost transparent background to make the logo stand out a bit, but the images are very high contrast.
.ls-wrapper.ls-in-out { background: rgba(255, 255, 255, 0.4) !important; }
Those guys have a lighter logo and use white text. Your logo will be lost on dark images.
Best regards,
VictoriaJuly 9, 2017 at 9:02 am in reply to: Many internal server 500 errors at google webmaster search console #818350Hi melikc,
The website is working and there are no major issues, right? I checked on ftp, could not see the logs. I suggest you enable debug into log. Here is how to do it:
And send us the error log.
Best regards,
VictoriaJuly 9, 2017 at 8:53 am in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #818349Hi b1000,
Ok, I’ll ask my colleagues to check on an Android.
Best regards,
VictoriaHi theanshbakshi,
Google Maps API error: ApiNotActivatedMapError https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error
You might want to go to the Google console and try again.
Best regards,
VictoriaHi Steve,
You’re getting this
Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
Your site URL to be authorized: http://ashbysonline.co.uk/contact/
You might want to try again. Looks like the project got created and now you need to authorize your website.Best regards,
VictoriaHi lscherr,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? What do you have in your config file?
Best regards,
VictoriaJuly 8, 2017 at 6:36 pm in reply to: Install issues – error "are you sure you want to do this"? #818255Hi samdive,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts