?pela
Forum Replies Created
-
Hello,
is there an update fro the PRO version?
Kind regards.
?pelaHello Daniel,
thank you so much for your reply and explanation. It makes sense. The redirect does not work, though and I falsly thought this was the culprit. The menu item logs the user out OK, but then redirects to the home page, not the custom URL. It is a Woocommerce page.
I kindly ask for advise.
SpelaForum: Plugins
In reply to: [NextGEN Facebook] Warning after UpdateThanks, will update later today.
I tried fixing the clipping issue right from the start, but the solution from FAQ didn’t work for me. It does not bother me, though, so I left it as it is.
Thank you again :)!
Forum: Plugins
In reply to: [NextGEN Facebook] Warning after UpdateYou can visit the link I posted above: https://endurance.si. All but the last post on the first page should have at least one like. Most of the older posts (“Starej?i vpisi” at the bottom of every page) should have 2 or more likes…
Thank you :).
Forum: Plugins
In reply to: [NextGEN Facebook] Warning after UpdateYay, that was fast :). Changed the read/write permissions on cache folder and the error is gone :).
I did however notice that all the counters are reset (all show 0, even the posts I know were liked and shared), but I suppose it’s a Facebook-related problem?
Link to web page: https://endurance.si/.
Forum: Plugins
In reply to: [NextGEN Facebook] Social icons on home page under excerpt?This is why I love WordPress – because of all the people who make it the warmest and most user-frienly platform out there :).
It works perfectly. Thank you, jsmoriss :)!.
Forum: Plugins
In reply to: [NextGEN Facebook] Social icons on home page under excerpt?Yay, I’m loving this plugin and its technical support more and more :).
I’ve tried both solutions: the code in the loop works like a charm :).
The other option (adding the filter to functions.php file) renders a parsing error (Parse error: syntax error, unexpected ‘;’ in /home/MySite/public_html/wp-content/themes/endurance-yoko/functions.php on line 367) though.
Love the idea of having the option on the settings page :)!
Thank you so much & have a wonderful day :)!
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] No Facebook preview?Update: I am sorry, I’ve been blaming the wrong plugin…
I’ve just used the Facebook Debug tool and realized it was the Shareaholic plugin (which I happened to update right about the same time as I activated the Subscribe2 plugin) causing the dissapearance of the Facebook preview. Now it all works fine :).
Forum: Fixing WordPress
In reply to: Allowed memory size of XY bytes exhaustedHi esmi :),
thank you for the link and your moderation :). I will certainly try to apply the solutions mentioned on the thread, although I am almost certain I’m on the same boat as MsBarbara (cannot increase the memory limit without upgrading the account).
Thanks again :)!
Forum: Fixing WordPress
In reply to: Allowed memory size of XY bytes exhaustedSome more information, if needed:
WordPress version: 3.3.1
WP e-Commerce version: 3.8.7.6.2
Other plugins:- Contact Form 7 – version 3.1.1
- Easy FancyBox – verison 1.3.4.9
- MCE Table Buttons – version 1.5
- NextGEN Gallery – version 1.9.3
- NextGEN Gallery Voting – version 1.10.1
- Simple Youtube Shortcode – version 1.1.3
- WP-PageNavi – version 2.82
- Wysija Newsletters – version 1.1.1
Hosting info:
Linux
PHP 5.3
MySQL 5.1
Supports Javascript, .htaccess, .htpasswd, Mod_security, Mod_rewrite…Found it :)!
In my case (with the Balita theme) there is a piece of code in /wp-content/themes/balita/resources/core.php, at the very bottom of the file: See the code here.
There seems to be a problem with the “description” line:
echo "\n".'<meta property="og:description" content="'.$post->post_content.'" />';
Once I commented it out, everything fell into place.
Any ideas on how to change the .$post->post_content. part to make it work (i.e. make it not print out at the top left corner of the page) when not commented out?
I am sorry I pasted too long a code in my former post. I really should have read the Forum Rules more closely.
Here is the link to the Balita header source code: https://pastebin.com/dcNg2TLj.
If anyone has a suggestion on how to tackle this problem, I’d really appreciate it.
Maybe more info could help shed some light on the problem…
- I am not actually running the plugin in question – it is incorporated in the theme I’m using – the Balita WP e-Commerce theme
- the mysterious “/> with accompanying styled text which is obviously causing the problem only appear in top left corner when <span> or <object> is included into the content (e.g. when text styling is applied)
- the “/> disappears if I comment out the wp_head in the header – but that is not an exceptable solution ?? ??
Here is the source code of the header.php.
[Code moderated as per the Forum Rules. Please use the pastebin]
The unwanted extra text that shows up when <span> or <object> is inserted into content:
<h3><span style="color: #1d2de1;">A sweater you won't be able to go without once you've tried it.</span></h3> <h3></h3> <h3><span style="color: #ff0000;">Cotton and microfibr.</span></h3> <h4></h4> <h4><strong><span style="color: #000000;">Wear it as you like!</span></strong></h4> " />
The text is styled (no code visible, except the ” /> at the end).
I am having the exact same problem. Anyone have an idea how to resolve this?
Hi quinnthehuskey,
thank you for your effort! I have just installed the latest version of your plugin and I’m affraid it is still not working. I don’t think it is the plugin’s or the theme’s fault though. Since the moment I started working with WP e-Commerce plugin there have been issues with jQuery plugins and scripts. Almost none of them work with e-Commerce.
I have inserted the image into the post, added no alignment, just the CSS class gradient. The HTML code now looks like this (the link is edited and it is not an actual working link):
<img class="gradient" title="TestImage" src="https://www.mysite.com/wp-content/uploads/TestImage.jpg" alt="" width="282" height="300" /> <h4 style="text-align: left;"><strong><span style="color: #ad516d;">FAQ</span></strong></h4> Random post text.
The Image remains unchanged. Is there anything else I can try?