Forum Replies Created
-
AuthorPosts
-
Ok, let us know if you need anything else related to the theme :)
Regards,
JosueHey!
I’m not noting that on my end, have you checked it on actual tablet?
Regards,
JosueHey!
Seems to be a Safari mobile restriction with anchors in iframed content, not exactly related to the theme or the lightbox script, i’ve made a test here you can check – http://output.jsbin.com/qohixikoxa/
One workaround you could try is to create a singular blank-page for each team member, or for the ones who will have a read more section.
Regards,
JosueHi Michael,
Can you post the link to your website please?
Regards,
JosueHey!
1. Transparent Header is not enabled in your homepage.
2-3. Can you post a screenshot/mockup of what would you want to achieve?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top .av-submenu-container { max-width: 1296px; }Cheers!
JosueWhat do you need to fix? it seems to be working fine right now.
Regards,
JosueYeah, try to iframe a Page within your domain.
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('init', function() { global $avia; $avia->style->print_styles = true });Cheers!
JosueAugust 1, 2015 at 4:53 am in reply to: Remove Back/Forward Arrows for a single lightbox/iframe #481624Hi Stephan!
I’m not seeing it, seems you ran a Demo import.
Regards,
JosueHey!
Don’t put a number at the start of the class name, change (and your code) to:
blog233pxBest regards,
JosueHey!
Try adding this code to the Quick CSS to skim the border-radius:
.av-styling-circle .avia_image { padding: 2px; }Regarding centering, can you post a mockup of how it should look?
Cheers!
JosueHi Jean,
Try changing the code i provided here, to:
if (array_key_exists('product', $sorted)) { $products_array['product'] = $sorted['product']; unset($sorted['product']); $sorted = $products_array; }Cheers!
JosueHi!
Your code is different, you need to use something like get_the_tags but for categories, maybe get_the_terms could do it.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply (access provided in first post doesn’t work).
Regards,
JosueHi,
That’s unexpected, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Jean!
Have you copied the whole avia_ajax_search function (134-255) to your child functions.php?
if(!function_exists('avia_ajax_search')) { .... }Best regards,
JosueHey Bernd!
I believe i was referring to the GA field in the Theme Options:
http://screencast.com/t/4X7FSZ7ipSRegards,
JosueHi!
Yes, having read the Yoast article i’d suggest not blocking all theme resources, however i think index.php should not be read directly by crawlers (or visitors) because it will always result on a PHP error, you could try one of these two workarounds:
Redirect theme index.php to root (this will apply to all visitors), .htaccess code (you could extend this to child theme directories or plugins):
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /wp-content/themes/enfold/index\.php\ HTTP/ RewriteRule ^wp-content/themes/enfold/index\.php$ http://DOMAIN.com/ [R=301,L]Or simply disallow only index.php in the theme folder, robots.txt code:
User-agent: * Disallow: /wp-content/themes/enfold/index.phpRegards,
JosueHi!
I’m now seeing this console error on your page:
Refused to display 'https://www.seznam.cz/?iframe=true' in a frame because it set 'X-Frame-Options' to 'sameorigin'.It means seznam.cz can only be iframed from a page in its own domain.
Best regards,
JosueHi,
Have you tried disabling all third-party plugins to see if it gets fixed? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
You are welcome, glad to help, feel free to request it here for a new update, although that template is directly handled by WooCommerce and not the theme.
Here’s the code that worked in case someone else has this issue:
add_filter("woocommerce_show_page_title", "__return_false");Best regards,
JosueWhich other Pages? please be specific.
You are welcome, glad to help :)
Regards,
JosueIs that updated? i checked the first page source and only noted one h1 – http://screencast.com/t/p13zWmq0z3o
-
This reply was modified 10 years, 8 months ago by
Josue.
I’ve modified the previous code, check it now.
Hi!
Are you running the latest version of Chrome?
Cheers!
JosueOk, check it now.
-
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
