setnaps
Forum Replies Created
-
Hi Krisscross90.
Did you happen to find a solution for your request?
I also want to edit tje class-wc-widget-featured-products.php
ThanksHi Gpspake.
I just let it pass, it seems quite complicated to reach what I was looking for.
Playing with different plugins that include similar options can lead to parts of the plugin not working properly. In which case I think it should be better to consider making your own plugin in order to reach the specific requests that one has. Or try doing another research and find something that fits better.
The user frontend plugin is a very good plugin if you want to avoid your users mess with the admin panel which probably will not understand.
Good luckThanks porfessor99 for your answer.
The issue, as told by the developer of “User Front End” plugin means lots of new code into the plugin, as probably it will need to reconsider seriously some of the very basics of the code.
What I’m considering is the possibility of writing ( not myself ) a third plugin that “connects” these 2 main plugins and then upload it to www.remarpro.com.
The 2 plugins separately work just fine, so I don’t think it’s a good idea to code them, I prefer to leave them the way they are.I got it…
The Upload Image button doesn’t work because in my footer.php there was no
<?php wp_footer(); ?>
I found something interesting…
Check in the footer of your theme if you have
<?php wp_footer(); ?>
You should have it.
Hi.
I have the same problem here.
My wordpress installation is the last one, and also Jquery is 1.7.2
My upload button is not working…
Can you tell me if you manage to fix this issue?
Thanks so muchOr even better…
Is it possible for WP User Frontend to group the category restriction by Roles? instead by all the Users?
My kindest regards again.Forum: Fixing WordPress
In reply to: Problem with Wp-queryHi Deepbevel..
Thanks for answering…
Well, I don’t use any other loop in the template page. I didn’t have this problem in the previous version of WordPress…something happened when I upgraded…so strange
Hi Bakke.
First of all I want to apologize for posting this thread into this conversation, but I haven’t found another way to contact Bakke.
If we can continue this thread by email or by any other way, please let me know.
I have some questions for Bakke related to the slideshow plugin for featured images.
In my wordpress site https://www.victorenrich.com
I have installed another plugin that let’s each post have MULTIPLE featured images.
Which I divide in “Featured Image” and “Support Image 1” “Support Image 2” etc…
I can create as many Support Images I want, by addind them in the functions.php file.Basically I would like to use the slideshow in 2 different ways:
1.- for the home page and some category pages I would like to use the slideshow for showing the FIRST featured image of each post belonging to that category.
2.- For each post I would like to use it only for the featured images inside that specific post.
So I have 2 questions regarding this.
Is it possible to make it work like specified above?
So for the category.php template
I’ll be able to add the php code to the category template a so I won’t need to specify the category of the posts displayed and the images will be taken from the posts in that category ID that, that we are visiting?
In this case, the images to show would be only the “Featured images” of each post.Same for the post template.
Is it possible to add the code into the post template so the slideshow detects the POST ID and displayes both the “featured image” and “support image 1, 2, 3,4 ETC” ?Thanks for your answer.
Forum: Plugins
In reply to: eshop shoping cart widget don't refresh prices or amountswell…it’s a pity because the compressed mode doesn’t refresh and that can make people doubt about how many items have bought…
Only the expanded display of the cart refreshes automatically…As well, there’s another bug.
In the expanded display, after adding an item, the links to the cart and to checkout are DUPLICATED. Only refreshing manually the duplicated ones dissappear.
The only way to skip this bug is to do a display:none to the links and make another links by yourself manually.For the rest, the plugin works extremely good
Forum: Plugins
In reply to: eshop shoping cart widget don't refresh prices or amountsI have checked that only self-refreshes when the option “show the full cart” in the shopping cart widget is checked.
If you choose to show “only item amount” or “only product amount” the cart doesn’t refresh automatically and it’s needed to refresh the page pressing f5Forum: Plugins
In reply to: eshop shoping cart widget don't refresh prices or amountsI see that this is a problem that shows only in Google Chrome. In firefox and explorer works fine.
Any suggestions?Forum: Fixing WordPress
In reply to: Tags dont find anything in archivesFound the reason.
In my site, TITLES are hidden.
So when I select a tag, only shows post TITLES.
SO, shows nothing,Is there a way to make wordpress show the whole Post content BY default when selecting a tag ?
Thank you
Forum: Fixing WordPress
In reply to: Tag cloud displays in single lineI have found something interesting that may be the origin of the conflict..
Maybe some of you can help.I had configured my sidebar to
.custom #sidebar_1 {position: fixed;}Which means that stays fixed as I scroll down.
By this, the text don’t justify.When I add .custom #sidebar_1 {position: static;}
my text justifies but my sidebar is not fixed anymore.Now…the big question
Can I have sidebar in fixed and static???
Which code should I use to activate both?
Thanks a lot again
Forum: Fixing WordPress
In reply to: Tag cloud displays in single lineWOW!!!!!
It worked out…
Thank you thank you thank you.
have a look.