Psovpriatel
Forum Replies Created
-
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Widget overlaps footerStill no help??
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Express button not showing on product pagesI can see there is still no solution to this.
I have similar problem, for me it is the Paypal Credit button not the express one.
However it shows up in Explorer …..
Also can anyone help me why my paypal buttons been overlapped with my menu drop down window in single product pages? Maybe a line of CSS would resolve this problem.
Printscreen: https://prnt.sc/loi9ts
Thanks in advance !
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Open on click for PHPShouldn’t we need to add link target to this code. Can’t see why it would open it ….
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] Open on click for PHPHi Manish
Sorry it’s still not working 🙁
see it here: http://www.scaffoldingcompanylondon.comThanks
Forum: Plugins
In reply to: [Slick Popup: Contact Form 7 Popup Plugin] [Solved] Linking to Slick PopupWhere would you add the CSS code in php?
$enable_right_button = (realfactory_get_option('general', 'enable-header-right-button', 'disable') == 'enable')? true: false; if( $enable_right_button ){ $button_link = realfactory_get_option('general', 'header-right-button-link', ''); $button_link_target = realfactory_get_option('general', 'header-right-button-link-target', '_self'); $logo_right .= '<a class="realfactory-header-right-button" href="' . esc_url($button_link) . '" target="' . esc_attr($button_link_target) . '" >'; $logo_right .= realfactory_get_option('general', 'header-right-button-text', ''); $logo_right .= '</a>'; } if( !empty($logo_right) ){ echo '<div class="realfactory-logo-right-text realfactory-item-pdlr" >'; echo gdlr_core_escape_content($logo_right); echo '</div>'; } ?>Forum: Fixing WordPress
In reply to: Can’t access my dashboard after update to WordPress 4.7Also depends on what webhosting you are with, they may have security configuration files installed on their servers which may cause login attempt problems. Check this with your webhosting provider.
I have the same issue on my newly built WordPress website
This is just driving me crazy. I have got the same problem can anyone help with my garden fencing website? http://www.gardenfencinglondon.com/ I cant even login to my WP control panel.
Can anyone help please ASAP
Thanks!
I haven’t got a clue what you are talking about. How on earth it does make sense using the FROM field when it suppose to be where is it coming FROM .
My website contact form is not working, I am getting the “Failed to connect to mailserver!”
Forum: Plugins
In reply to: [Websimon Tables] Tables not responsive?Hi Tsheridan
Websimon tables plugin is responsive indeed you just need to leave empty the fixed table width value in the “edit table structure & style” tab
Forum: Plugins
In reply to: [Widget Logic] Not compatible with php 5.5Hi Alan
I hope you can assist with my problem which I believe caused by widget logic.
It all started about a month ago when I realised my widget is not saving half of my work and just keeps another half. I am using text widget to create links to my pages but for some reason my links are showing up to a certain point after that I cant make them visible on the website.
Can you please tell me what may causing this problem? I deleted the plugin downloaded a new one and uploaded to my website but still not working:(
Looking forward to hear from you
Regards
Henry
Another temporary solution can be generating your sitemap manually
Writerchoice
Try this
Blank line before XML declaration (WordPress)
If an XML declaration (<?xml … ?>) appears in your feed, it must be the first thing in the feed, before any whitespace.
Unfortunately, with WordPress it seems all too easy for a plugin, a theme, or for your configuration file to contain a blank line. Further compounding this problem, some — but not all — feed readers compensate for this common error, allowing the error to go undetected for quite a while.
PHP also uses a similar notation: <?php … ?>. Note that the final php ?> should be omitted from all PHP code files—modules, includes, etc. The closing delimiter is optional in PHP (but not in XML), and removing it helps prevent unwanted white space at the end of files which can cause problems with your feeds.
Check your wp-rss2.php and wp-atom.php files for blank lines outside of <? and ?> bracketed sections.
Check your wp-config.php file for blank lines outside of <? and ?> bracketed sections.
Check your theme’s functions.php file for blank lines outside of <? and ?> bracketed sections.
One by one, disable plugins and revalidate until you isolate the one causing the problem.Problem is still persist on my website 🙁
XML Parsing Error: XML or text declaration not at start of entity
Location: http://www.xxxxxxxxxx/sitemap.xml
Line Number 2, Column 1:<?xml version=”1.0″ encoding=”UTF-8″?><?xml-stylesheet type=”text/xsl” href=”http://xxxxxxxxxxxx/wp-content/plugins/google-sitemap-generator/sitemap.xsl”?><!– sitemap-generator-url=”http://www.arnebrachhold.de” sitemap-generator-version=”4.0.8″ –>
^as I can see the support is dead for this plugin, actually I have the same plugin issue on my website http://www.penometpenispump.net
The plugin is not working together with my promoslider plugin, anyone can give us an advice finally?promoslider code [promoslider category=”xxxxxxxxxx”]