samuelmartin
Forum Replies Created
-
Many thanks! Sorted! I used the bottom option as I get real-time results. Just what I was looking for.
- This reply was modified 5 years, 10 months ago by samuelmartin.
Hi Rui:
Thanks for this. However, the link you provide says that it only works on the pro version. I understadn that the pro provides a search menu and option at the top of the menu, fancy and easy to choose, if needed. However, in the demo page, in the free version section, there is the option of a search bar within the menu’s flyout panel. See https://www.wpmobilemenu.com/demos/
Is this not the case? if so, your demo page is misleading. Can you please clarify?
Kind regards
Actually, it seems I solved the problem by adding the following custom css.
.review-wrapper {
margin-top: 80px;
}Do you have a “pro” version that addresses this functionality? I’d be happy to pay for such additional feature…
Thanks dean:
Wooslide is what i am using already. The challenge i have is that I’d like for the arrows to be overlaid on the image itself, rather than as it shows at the moment in the default mode, at the far left or right edge of the screen.
I’d like to achove something similar to this. See https://www.drupal.org/files/project-images/bxslider-example_0.jpg .
Would this be possible?
Regards
Hi Deanoakley:
Are you able to help me with this query, as the plugin author?
regards
ajeraj. I had the same problem and all i did was to go into my customiser (in the powerpack checkout section), disable 2-step checkout. There seemed to be a conflict there. Not sure if this applies to you but might be worth trying… All the best!
Thanks Jan. I am hoping that the guys at wooswipe will reply to me about this. i was provided with a possible solution in the other thread but it didn;t work… :((
Hi Job:
I worked out that the problem was a conflict with a woocommerce wishlist plugin and after talking to the author they provided me with a solution. Hence when you checked it all works as it should…
Thanks for responding though!!
just wondering if there is anyone out there who might be able to provide a solution or an idea of something for me to look into…
Hi Rokas:
It was a conflict also with “currencies per product” and “curencies by country”. The moment I disabled those it all works fine.
The issue has been resolved.
Forum: Plugins
In reply to: [WooCommerce] woocommerce storefront width mobile screen problemHi kenin:
I got it resolved by adding the following code.
@media only screen and ( min-width: 768px ) and ( max-width: 768px ) {
#main {
width: 48em;
} }@media (max-width: 480px) {
.widget-area {
min-width: 110% !important;
}
}@media only screen and ( min-width: 481px ) and ( max-width: 767px ) {
.widget-area {
min-width: 105% !important;
}
}It works like a charm for me….
This can be closed, yes.
Forum: Plugins
In reply to: [WooCommerce] woocommerce storefront width mobile screen problemUnfortunately those lines of code don’t help… The widget area in a mobile screen still does not take advantage of the full width of the screen… I am at a loss…. Can anyone help?
Regards
Forum: Fixing WordPress
In reply to: Issue with margin-bottom and wordpress multicurrency dropdownThanks Kristina and prashantvatsh.
Following both your advice I use the css below but in the jetpack mobile theme the currency switcher still remains stuck to the “add to basket” button. Prashantvatsh, I used your css as you wrote it but didn’t affect the element in the jetpack mobile theme.
@media screen and (max-width:768px) {
.single-product select#wcj-currency-select {
margin-bottom: 1em !important;
} }Just to be clear, the element shows perfect in the desktop version and the responsive version of the theme. However for mobile devices I am using the jetpack mobile theme because I like the symmetry of the theme in small screens. It is in this theme, the jetpack mobile theme where this issue is happening… Can you let me know if the css above feels right? At the moment there are no changes to the currency switcher element’s margin-bottom in the jetpack mobile.
Thanks in advance