linkfr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pagelines Platform theme doesn't show posts anymoreI “solved” it.
I dont know what happened because posts used to show with this url format before the domain mapping: mainsite.com/my-pagelines-site/date/post-1
Anyway, i went to General Settings > Permalinks and changed the kind of permalinks. Instead of “Day and Name Format” i chose “Post Name” and saved changes.
Now posts show with this url: my-pagelines-site.com/name-of-the-post
Forum: Plugins
In reply to: [Slideshow] [Plugin: Slideshow] Add a link to slidesOk, great, thanks to you!
(By the way, i noticed a problem (?): i tried enabling several different slideshows, one in the front page and four others, different each, in the sidebars widgets but there seemed to be a conflict : the four different shortcodes in the widgets showed only one of the slideshows.
By the way no. 2, it would be great if different slideshows could slide differently – different style, diferent starting time – and not simultaneously.
By the way no. 3 )): I’m anyhow keeping the plugin online).
Merci de vos réponses ici et par email !
J’ai essayé le nouveau plugin (wpcb, plus complet, trop pour mes besoins). J’ai aussi modifié le message dans Gateway Test. Rien n’y faisait, j’avais toujours deux messages.
Au final, je me suis rendu compte que le deuxième message de résultat de transaction était celui que j’avais enregistré dans Store > Settings > Admin > Purchase receipt…
Merci encore, bonne continuation !
Salut à tou(te)s !
Je me permets de poster ici car c’est, me semble-t-il, le même sujet.
Voici donc la version française de ce post-ci
Je me sers de ce plugin et j’ai d’abord défini un message pour indiquer aux internautes comment faire leurs règlements. Ceci dans la page qui affiche les résultats de la transaction (transaction results).
Maintenant j’aimerais remplacer ce message par un nouveau message.
Donc je vais dans Settings > Store > Payments > Check or Bank transfer et je clique sur Edit puis Update, à droite comme à gauche, et enfin sur Save.
Mais le plugin ne fait qu’ajouter le nouveau message à l’ancien. Ca le remplace pas. Donc le client voit maintenant deux messages différents !
Quelqu’un saurait ce qui se passe et comment je peux l’arranger ?
Merci de votre aide !
Forum: Fixing WordPress
In reply to: Problems on WP E-Commerce Plugin (Tax calculator is wrong)Ok, i just had an inspiration attack… And changed the coma for a point, so in Store > Settings > Taxes, my tax rate is no longer 19,6% but 19.6%. This way the tax is perfectly well calculated and added!
Forum: Fixing WordPress
In reply to: Display the category thumbnail on each productSo maybe the file is differently named on my theme?
I’m using Custom community.
Forum: Fixing WordPress
In reply to: Display the category thumbnail on each productI just added the line at the end of wp-includes/category-template.php) but nothing happened, is that the right place?
This is what the last three lines look like now:
}
print apply_filters( ‘taxonomy-images-list-the-terms’, ” );
?>
Forum: Fixing WordPress
In reply to: Display the category thumbnail on each productHi keesiemeijer, thanks! And sorry for taking a while before answering…
I just installed the plugin. I’m seeing some changes in dashboard, all my categories have images but i havent been able to show the category image on the products within the category…
When you said “Try” you really meant “try” or are you sure the plugin is able to apply the category image to all products within it?
Forum: Plugins
In reply to: WP ecommerce product category title also shows as first product titleHi chairbeat, thanks for your answer!
I just found this precise line: <?php while (wpsc_have_products()) : wpsc_the_product(); ?>
And replace it with this one: <?php while (wpsc_have_products()) : wpsc_the_product(); wpsc_the_product_title();?>
But it didnt make any change…
I also added this…:
<?php
// Just call the function but don’t output it
$current_title = wpsc_the_product_title();
?>… After this:
<?php while (wpsc_have_products()) : wpsc_the_product(); ?>And still got no changes even if I emptied the cache every time.
Any clues of what i may be doing wrong? I’m a full newbie as you may imagine, thanks again!
Forum: Plugins
In reply to: WP ecommerce product category title also shows as first product titleHi guys!
I am having the same problem – first product name is overwritten by the category name.
So i took a look at the link proposed by jeemer…
As far as i can understand, i should paste this code…
<?php
// Just call the function but don’t output it
$current_title = wpsc_the_product_title();
// Now output it
wpsc_the_product_title();
?>…in either wpsc-products_page.php, or wpsc-list_view.php, or both, right?
But where exactly?
So far I tried pasting it at the end of both files but it didnt work.
Forum: Networking WordPress
In reply to: Visual Editor shows partiallyWAAA, this is the proof one never knows how stupid he can be… Even if one can imagine somehow ))
I’m very sorry for having posted, you are right, i just hovered over it, clicked on it and… Magic… it appeared!
Sorry again. But thanks!
Forum: Fixing WordPress
In reply to: About BuddypressOk, i’ll first try to properly set Buddypress, thanks!
Forum: Themes and Templates
In reply to: Remove widgets on sidebar (Custom Community theme)Hi again,
Problem solved: I chose Full width at Theme settings > General > Sidebar default position.
Forum: Networking WordPress
In reply to: My new site shows the main siteWow (as usual for everything dealing with WordPress for newbies like me), this is amazing, thanks a lot!
Once i got it about the site ids, i was amazed there was no column indicating each site’s id in original admin… But now my admin does, thanks again!
Forum: Plugins
In reply to: [Impact] How to use the Impact Template Editor pluginHi again,
I’d appreciate to have your help if you can have a look at my installation but i wouldnt like to post my login details on the forum.
As far as i can see – i’m sure – such wp_impact_templates & wp_impact_hooks tables dont exist – not to say never existed – in my wordpress database.