brightdaymedianl
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Flags next to eachotherDragos,
Thanks again for your speedy reply!The problem is that the client wants the flags the way they are now in the top-bar on the Desktop version. Is there a way to have the floating language flags mobile only?
Kind regards,
CamForum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Flags next to eachotherOne more problem:
The flags are not displaying mobile?Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Flags next to eachotherSorry my bad I did not read that correctly.
Everything is working amazing now.
Thanks again for the great and fast response.Kind regards,
CamForum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Flags next to eachotherHi,
Thanks for getting back to me so soon!
Link: https://www.vanderlinden.net/What I want to achieve:
Make custom flags in the header that link to.
One for dutch: This links to the current page but dutch
One for eng: This links to the current page but engIf the links were structured like website.com/about/en this would allow me to simply link to “/en” and it would set the current page to english.
I would like to know how I could customize this so that I can have the flags next to eachother in the top menu instead of the current dropdown.Thanks so much again!
Forum: Plugins
In reply to: [WPGlobus Translate Options] How to translate theme optionThen what am I missing?
All I want is for the field in Theme Options to display the correct language instead of the tags like: {:en}Capital{:}{:nl}Hoofdstad{:}Forum: Plugins
In reply to: [WPGlobus Translate Options] How to translate theme optionYes I did,
Is there a video tutorial on how to translate Theme Option fields?
I love the plugin! I am just finding this difficultForum: Plugins
In reply to: [WPGlobus Translate Options] How to translate theme optionHi Alex,
Yes that’s the plugin I have installed.
But I cannot find where I have to add something and click save to get it working.
ThanksForum: Plugins
In reply to: [WPGlobus Translate Options] How to translate theme optionHi there,
I am still experiencing some problems.
I have read: https://www.wpglobus.com/extensions-archive/multilingual-texts-in-wordpress-theme-options-panel/In my Theme Options I have added this into a text field: {:en}Capital{:}{:nl}Hoofdstad{:}
The filtering is not happening (some titles display language tags aswell.)
What data specifically do I have to add to the right field and click save?Thanks
Forum: Plugins
In reply to: [Booking Ultra Pro Appointments Booking Calendar Plugin] Editing the CSSHi did you get my email?
Kind Regards,
BrightdaymediaForum: Plugins
In reply to: [WooCommerce] How to remove "_blank" from linked productsThanks for your help everyone, this is how I resolved this issue:
The “_blank” was located in content-product.php
<?php if(get_post_meta($post->ID, 'progression_external_link', true)): ?><a href="<?php echo esc_url( get_post_meta($post->ID, 'progression_external_link', true) );?>" target="_blank"><?php else: ?><a href="<?php the_permalink(); ?>"><?php endif; ?>
Forum: Plugins
In reply to: [WooCommerce] How to remove "_blank" from linked productsIt is shinding event theme:
https://themeforest.net/item/shindig-a-rocking-single-event-theme/11200961I’m cracking my head for something so simple, hehe.
Thanks for the quick responses thoForum: Plugins
In reply to: [WooCommerce] How to remove "_blank" from linked productsyes!
<?php /** * Loop Add to Cart * * @author WooThemes * @package WooCommerce/Templates * @version 2.1.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $product; echo apply_filters( 'woocommerce_loop_add_to_cart_link', sprintf( '<a href="%s" rel="nofollow" data-product_id="%s" data-product_sku="%s" data-quantity="%s" class="button %s product_type_%s">%s</a>', esc_url( $product->add_to_cart_url() ), esc_attr( $product->id ), esc_attr( $product->get_sku() ), esc_attr( isset( $quantity ) ? $quantity : 1 ), $product->is_purchasable() && $product->is_in_stock() ? 'add_to_cart_button' : '', esc_attr( $product->product_type ), esc_html( $product->add_to_cart_text() ) ), $product );
Forum: Plugins
In reply to: [WooCommerce] How to remove "_blank" from linked productsHi, Thanks I tried both add to cart.php and external.php but could not load any “_blank” tags. ;/
Forum: Plugins
In reply to: [WooCommerce] How to remove "_blank" from linked productsOn this page: https://www.dcpearls.nl/tickets-dcpearls/
I will try to edit external.php thanks
Forum: Fixing WordPress
In reply to: Admin menu is displaying weirdlyWow, thanks for the speedy reply Samuel!
This worked great, cheers!