Forum Replies Created
-
AuthorPosts
-
De nada Angel, un gusto :)
You are welcome, glad to help :)
Regards,
JosueHola Angel,
El problema es que te olvidaste de cerrar el link en tu footer widget area 3.
Saludos,
JosueOctober 17, 2014 at 4:03 am in reply to: Problem with "Add to gallery" from "Media Library" from "Gallery" #337114¿Has probado desactivando todos los plugins por un momento para ver si esta allí el problema?
Saludos,
JosueYou are welcome Tony, glad to help :)
Regards,
JosueOctober 17, 2014 at 1:12 am in reply to: Social Icons and Arrows disappeared after Update to WordPress 4.0 #337072It’s hard to say to be honest, we’d need to check the website when the problem occurs to give a precise diagnosis. Let us know if it happens again.
Regards,
JosueOctober 16, 2014 at 10:48 pm in reply to: Social Icons and Arrows disappeared after Update to WordPress 4.0 #337050Hey!
Glad it works for you Katharina.
@mikehirsch, icons are displaying fine on my end (Chrome / OS X) – http://screencast.com/t/OjKvfxvP7Kl, can you post a screenshot of your view? also, have you checked it on another computer?Regards,
JosueYou are welcome Marie, always glad to help :)
Regards,
JosueOctober 16, 2014 at 8:02 pm in reply to: Problem with "Add to gallery" from "Media Library" from "Gallery" #336999Hola José Maria,
¿Me puedes explicar cual es el problema exactamente?
Saludos,
JosueHi,
Open js/avia.js and look for this line:
$('body').avia_scrollspy({target:'.main_menu .menu li > a'});Replace it by this:
$('body').avia_scrollspy({target:'.av-subnav-menu li > a'});Regards,
JosueHello Greg,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Also, what’s the username of the account you created for us?
Regards,
JosueOctober 16, 2014 at 5:47 am in reply to: Newbie help – what effects are these websites using? #336533Hey!
1. Transparent Header – http://screencast.com/t/FXtCNsHCHw
2. Icons element with this setting – http://screencast.com/t/Mykc6CRM
3. Special Heading element with this content – http://screencast.com/t/Mykc6CRMBest regards,
JosueOctober 16, 2014 at 5:44 am in reply to: Problem with "Add to gallery" from "Media Library" from "Gallery" #336532Hi José!
I was able to create a gallery without uploading new images, please take a look – http://screencast.com/t/sWZoUl5Gbwf
Cheers!
JosueHey Julian!
Try with this code:
function change_shortcodesjs() { wp_dequeue_style( 'avia-base' ); wp_enqueue_style( 'avia-base-child', get_stylesheet_directory_uri().'/css/base.css ', array(), '2', 'all' ); } if(!is_admin()){ add_action( 'wp_enqueue_scripts', 'change_shortcodesjs', 100 ); }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='six units single-product-main-image alpha'>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</div>"; } add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3); function avia_add_summary_div() { echo "<div class='six units single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; }Cheers!
JosueOctober 16, 2014 at 4:57 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #336524Glad it works now.
Regarding the navigation problem on IE8 you can try reducing the spacing of the menu:
.avia-msie-8 .av-main-nav > li > a{ padding: 0 8px !important; }Cheers,
JosueHey Mark!
I don’t think that’s possible to be honest, the closest you can get would be to use LayerSlider thumbnail navigation – http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/?skin=v5&nav=always
Best regards,
JosueOctober 16, 2014 at 4:26 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #336517They may have set that address because that’s the default address WordPress uses to send notifications (recovery, sing-up, etc) to the admin. Not sure if it would work with another address but you can try it, change it in functions.php (Enfold) or in the form settings (CF7).
By the way, now i’m getting the messages i tested an hour ago (recovery, enfold form), apparently there was some delay.
Best regards,
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
October 16, 2014 at 4:04 am in reply to: Font weight renders very different depending on browsers #336513Hey!
1-3. Try adding this code to the Quick CSS:
#top .av_header_transparency #header_meta{ border: 0; } #top .av_header_transparency #header_meta a{ color: white !important; }For the rest can you create a mockup of what would you want to achieve?
Regards,
JosueOctober 16, 2014 at 3:50 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #336509Hello Terri,
It’s no longer working indeed, but neither are CF7 nor the password recovery tool (just tested it with the user you created for us). Perhaps your mail server is down or they revoked the mail permissions the
wordpress at holleycreative.comaccount originally had.Best regards,
JosueHey Tomaz!
the_excerpt()is not used by Enfold when a Grid layout is set, that’s why the filters are not working. Nevertheless, i think those excerpts should work fine regardless of wether the post has shortcodes or not, can you please create us a WordPress administrator account? post it here as a private reply.Regards,
JosueHi,
I couldn’t really note the issue, i tried doing the following:
Once uncommented, go to any gallery, use the arrows to go forward several images, and then go backward. When the image disappears, roll over it with the mouse to make it reappar.
But your galleries are opening on individuals pages.
Regards,
JosueOctober 16, 2014 at 3:26 am in reply to: Social Icons and Arrows disappeared after Update to WordPress 4.0 #336504Hi,
Can you post the link to your website please?
Regards,
JosueOctober 16, 2014 at 3:24 am in reply to: Mobile woocommerce varible text underneath/ How to modify remove X to word #336503Hi!
1. Can you post a link to a variable product on your site?
2. Try adding this to Quick CSS:
.product-remove a.remove { text-indent: initial !important; font-size: 0; background: none !important; border: 0 !important; border-radius: 0; } .product-remove a.remove:after { content: "Remove"; font-size: 12px; }Best regards,
JosueHello,
Unfortunately that’s currently a limitation with how the element fetches the taxonomies, all categories will display on the same level regardless of hierarchy.
I see this causes a trouble in your particular set-up, one workaround would be to show the subcategories slugs instead of the labels so you can note the difference, here’s how to do that:
https://kriesi.at/support/topic/portfolio-grid-category-selection/#post-307182Regards,
JosueHello Enffie,
You should be able to change the container width in the Theme Options (Layout). Regarding your blog page being ‘outdated’, have you tried disabling all third-party plugins to see if it gets fixed?
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueOctober 16, 2014 at 1:39 am in reply to: Social Icons and Arrows disappeared after Update to WordPress 4.0 #336484Hi!
Before # BEGIN add this code:
<FilesMatch ".(eot|ttf|otf|woff)"> Header set Access-Control-Allow-Origin "*" </FilesMatch>Please note that this is not exactly a theme problem, it happens because of particular factors, things like changes in the domain-related configurations.
More information on CORS:
http://davidwalsh.name/cdn-fonts
http://enable-cors.org/
http://en.wikipedia.org/wiki/Cross-origin_resource_sharingRegards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
