Karolina_N
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Can't use br – tag in title anymoreI have tried to ping this up so that I would get an answer to this but it dissapears. What have you changed in this so that the
-tags nolonger work in the titles? Please someone???????!!!!!Forum: Plugins
In reply to: [PayPal for WooCommerce] Currency Switcher not working with this plugin?!Forum: Plugins
In reply to: [PayPal for WooCommerce] Currency Switcher not working with this plugin?!Well Klarna is a third party comapny and they have a plugin for woocommerce I will show you what I’m doing. ??
Here is me paying with my regular swedish currency
https://karolinanilsson.se/bilder/paypal_swedish_ok.pngAnd here is me trying to pay with danish currency
https://karolinanilsson.se/bilder/paypal_danish_not_ok.pngThis is the settings in woocommerce general
https://karolinanilsson.se/bilder/currency_settings.pngSorry! Yes I added another payment method cause the Klarna gateway did not do the trick. I just added the cheque gateway (which never actually shows up cause of Klarna) and that made the button appear again.
I have another issue now though but I will post that in another post. ??
Many many thanks for your help!
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Express buttons and the CartHi!
I have a similar issue!
I want to use both paypal express and Klarna checkout cause Klarna checkout is more popular in Sweden, but we sell our products to Denmark to where Klarna checkout is not working yet. So I want my costumers to see the Klarna checkout firsthand, and if they don’t live in any Klarna-supported countries they can choose paypal express.
When adding the express payment method, the go to checkout-button dissapears.
In a perfect world I would want a javascript switch that started on Klarna but when clicking paypal you stay on the same page, just switching the method.
Is there a shortcode to use instead of a checkbox in the settings page? That way my solution is possible. ??
Forum: Plugins
In reply to: Integrating Galleriffic into WordPressOh I forgot to tell you….
I have made a function for each image.
So in the larger set of thumbnails the code detects the first image inside my post..
In the gallery-thumbs it detects the four first pictures inside the post. ??
Forum: Plugins
In reply to: Integrating Galleriffic into WordPressHey anyone who might stumble upon this post again..
I am trying to make my gallerific code work with my theme.
The issue I got is that I want a second row of larger thumbnails that is infact single posts. They are fetched by their category and that all works fine.
What I want is when you click the larger thumnail(the post) is that it should link to the actual post content but show up in the gallery. Makes sense?
Whan I’m done with the theme I want the user (my client) to understand how to get his posts up easily. So I have put all the info from one item, in this case it is a furniture, inside only one post. That means that I have all my pictures for the furniture and all the text inside this post.
I do however get the first post to show up inside the gallery but that is only when I call the query
if ( is_page('products')){ rewind_posts(); query_posts('cat=3&showposts=1'); include(TEMPLATEPATH . '/loopproducts.php');//This is where the gallery is wp_reset_query(); ?> }
But when I do this the gallery doesn’t connect to my post..
If anyone has even the tinyest pice of edvice I would be forever greatful. ??