mspreer
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] woocommerce connecting to Facebook!Heere is an additional Info, maybe that helps: I also found that on facebook in my account settings > business integration the WooCommerce Extension V2 was active. (I removed it after finding it because I thought it might interfere with a new try to get the thing working – but it didn’t help).
So the activation / setup procedure goes as far as activating the extension on facebook, but it doesn’t get back to WordPress / woocommerce ….Forum: Plugins
In reply to: [Facebook for WooCommerce] woocommerce connecting to Facebook!Hello Steve,
I have the same issue. I followed your instruction, changed the field but it didn’t have the desired result. I still have the same error message when trying to connect to my facebook-page …
Do you have any further suggestions?Thanks in advance
Martin
Thank you for your reply. I am now going to change the code. If I am not back with the issue today it maybe marked as closed. Thank you for your very quick response- amazing!
Ok it seems like I have found a conflicting plugin. Unfortunately I really need it. It is “Simple Custom CSS” by John Regan, Danny Van Kooten. When deactivated the slides show on mobile. Any suggestions on how to handle this?
Forum: Plugins
In reply to: [Search & Filter] Search within Project Categoryme too
Have a similar problem after editing the settings for the calendar view – white screen back end and front end. Back end can not be reached.
But I do not want to rebuild the site with database backup, because I have a lot of changes that I worked today and don’t want to loose them.
Does anybody have any suggestions?
Thank you in advance!
Ok, I guess I figured it out. The problem is in this line of css:
.masonry {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0;
transform: translate3d(0, 100px, 0);
-webkit-transform: translate3d(0, 100px, 0);
-moz-transform: translate3d(0, 100px, 0);
}Basically the “opacity” argument is the one peace, that doesn’t work. It seems like a refresh causes the opacity to stay at 0. That is why the element can not be seen.
You may want to check that with other themes. I would assume it might reoccur with others as well …
I also found this: when I delete the browser cache it works once (the members are displayed). But refreshing the page after that will cause the problem again ….
Hi Damian,
that would be great. Just out of curiosity: do you have a rough idea when that might j happen?
Best regards
MartinThank you rikofert, this works…
Dear rikofert,
thank you for answering! Not sure if I got you completely right though.
Yes, it happens when one makes a search without matches and I can see, that it returns the first product on the page (in my case it is the general “shop” page).
But how should it be fixed?
Forum: Plugins
In reply to: [WooCommerce] Trying to get h3.order_review_heading inside the divThis is solved. It actually was the right way to deal with it just that I did not know at the point, the the template to be modified was in a different folder. That is because I am using a plugin called Woocommerce German Market – it uses the template but ads some code to it and therefore creates a new version of that template …
Thank you anyways!!!
Forum: Plugins
In reply to: [WooCommerce] Trying to get h3.order_review_heading inside the divThank you for your answer Iorro.
Here is what happens (I guess we are talking about form-checkout.php)
Scenario 1: I change the lines of code exactly like you describe it and upload the changed .php to my “my theme/woocommerce/templates/checkout”
Now the payment methods will not display anymore.Scenario 2: I change the lines of code exactly like you describe it and simply replace the php in woo “commerce/templates/checkout”.
The way the checkout page displays in the front-end remains as it was before.I worked a little more in detail. Although the heading we are looking at is the “h3.order_review_heading” it doesn’t seem to be the one in the file “form-checkout.php” I guess I need to be more exact here. The heading actually has the id “order_review_heading”. But the same id is used at least for two headings.
The Heading (which is outside the div) on the frontpage on my site reads “Zahlungsweise” (that should be translated “payment method”) but the one changed in form-checkout.php is “Deine Bestellung” (which translates “your order”) and this one is inside the div and doesn’t need to change. So I assume form-checkout.php is not the file that needs to be worked on, but I can’t find the right one?
- This reply was modified 7 years, 8 months ago by mspreer.
Forum: Plugins
In reply to: [The Events Calendar] Google Maps not showingI just had a look at it (installed and activated) – but it doesn’t change a thing .. Sorry.
But like I mentioned before, it seems like unchecking Google Maps in the settings of The Event Calendar just changed something…. It just seems like I can not switch it on again …
Forum: Plugins
In reply to: [The Events Calendar] Google Maps not showingI have an issue with google maps as well. When I firs installed “The Events Calendar” it didn’t work but I did not want to deal with setting up an google API key. So I just unchecked the box (activate Google maps).
Now I wanted to activate it again (in the meantime I also have an api key), but now nothing shows up, not even an empty grey field.
Does anybody know, if that could be related to the display.settings:
– Standard Stylesheet
– EventtemplateI tried probably all possible combinations and it doesn’t work.
I am wondering if the template has been altered when IO unchecked the box (activate Google maps).
Has anybody similar experiences or knows how to solve this issue?
Regards