seancon1
Forum Replies Created
-
i ran the export, i can see all of the accordions with correct short codes but they have no content. there are no options on the export.
The review comes up but there is no indication of which answers were wrong.
oh, please… as an SEO plugin, you cant advise on something or give advise on a setting that will improve seo score? it does not change a core feature of your plugin but breaks a core element of wordpress.
Forum: Plugins
In reply to: [Contact Form 7] Spinning Ajax Issuewhy was this marked resolved, it is not resolved because the upgrade breaks the form!
Forum: Plugins
In reply to: [Contact Form 7] Spinning Ajax IssueFYI: I just rolled CF7 back to 4.7 and it works again.
Forum: Plugins
In reply to: [Frontend Edit Profile] Error when updating the formi added global $wpdb; but still get the error,
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_login = 'WPUSER'' at line 1 for query SELECT user_login FROM WHERE user_login = 'WPUSER'notice the repeated single quote at the end of the first WHERE. i dont see where this is coming from or if its part of the issue but when i comment out the above code, the error is not present.
i can confirm a similar issue, the image query area is still there but clicking new, edit or delete does nothing. front end still works and can edit by disabling Yoast.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] week view CSS is effectedno problem, let me know if i can be of assistance
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] week view CSS is effectedi found a possible resolution, not sure if it breaks anything else just yet but if i remove background-color: transparent; from line 30 in category.css.php the week view looks correct,
i assume your plugin should change the weekly color?
Forum: Fixing WordPress
In reply to: uploading themes after update to 3.5.1there was an issue with the upgrade to php 5.3 which happened just before i did the upgrade.
Forum: Fixing WordPress
In reply to: uploading themes after update to 3.5.1this got me thinking, when i look at the php configuration in cpanel upload_max_filesize is definitely says 250mb (i thought this was high too)
so i created a phpinfo() page and it says it is only 2mb and the media upload page also says 2mb, nothing added to the .htaccess for file size either. so i am back to my host.
thanks for stirring my brain to check further.
Sean
sorry for the
codefaux pas
but at least some folks have a solution while waiting for an update !the fourm deleted some code, it deletes the link and closing tag and replaces it with the non-breaking space
i have found it has something to do with the order in which the alignment and link URL is entered in the image editor. if the alignment is set then the link is entered the editor will wrap the paragraph tag with the href link
<a href="http://www.domain.com/"> <p style="text-align: center;"><img class="size-full wp-image-7399 aligncenter" src="/wp-content/uploads/IMAGE.jpg" width="218" height="52" /></p> </a>and when you switch wordpress cleans up the code and replaces the link with
<p style="text-align: center;"><img class="size-full wp-image-7399 aligncenter" src="/wp-content/uploads/IMAGE.jpg" width="218" height="52" /></p>
[code fixed - please use the code buttons]removing the link and replacing it with the
if you enter the link update then set alignment it works as expected.
i understand wptouch does not create a separate site, but if i am not mistaken the switch is nothing more than a link that sends something like /?wptouch_view=normal&wptouch_redirect_nonce=fa56c66183&wptouch_redirect=%2F
this generates a nonce error if used as a link, if i manually enter it in the address bar it works.
what we would like to achieve is a link in the menu that acts like the switch in the footer and redirect the user to the full site home page.
if nothing else is there a way to redirect to the main home page when the toggle is switched to turn the theme off?