zubee
Forum Replies Created
-
Is there any new developments regarding this issue? as I have got the similar email today,
Search Console has identified that your site is affected by 1 new Products related issue. This means that Products may be negatively affected in Google Search results. We encourage you to fix this issue.
New issue found:
Invalid price format in property "price"Thanks,
Forum: Fixing WordPress
In reply to: Stop “noopener noreferrer” tags from auto-insertIn recent update WordPress adding this automatically on those links which are set to open in new windows (target=”_blank”). I am wondering why you guys want to remove it. Its protecting users.
This has probably been done to avoid what is known as Reverse Tabnabbing. Reverse Tabnabbing occurs the attacker uses window.opener.location.assign() to replace the background tab with a malicious document. Do not remove them, if you value your site. And even if you remove it, WordPress will put it back when you save the post, also it applies to your old posts if you edit and save/update.
Forum: Themes and Templates
In reply to: ¿ You can return to defaults?why you will use erase all database plugin, You just need to remove theme and reupload the theme again with new downloaded files. Don’t remove database. You can go to Update page, and can update your wordpress.
Forum: Plugins
In reply to: [WooCommerce] Theme conflict causing "Place Order" button not to workCan you even try these methods, noConflict and php.ini any of them.
php.ini file normally on the root, if you are technical, you can create one and
memory_limit = 64M;
move it to your wp-admin folder.
Forum: Plugins
In reply to: [WooCommerce] Theme conflict causing "Place Order" button not to workWhat about php.ini file, and where It is currently? On your root?
Forum: Themes and Templates
In reply to: ¿ You can return to defaults?menus and pages are always save in database. If you just change theme, that wont effect your menus.You can try this theme again after deleting previous version of the theme.
Forum: Plugins
In reply to: [WooCommerce] Theme conflict causing "Place Order" button not to workI can suggest you two ways to fix that.
1- Use no conflict code put that into header of the page and see the difference. if does not work, then put this code in footer to look if it starts working or not.
<script type="text/javascript"> jQuery.noConflict(); </script>Second Suggestion:
Do you have access to php.ini file? Because increasing php memory in the php.ini to 120MB can resolve your problem.
Your host can help you in it.I hope this can fix your issue.Forum: Plugins
In reply to: [WooCommerce] Theme conflict causing "Place Order" button not to workTo debug, I want to see site in working condition, currently there is just a logo I can see. Give correct link so I can look at your issue to help you.
Forum: Plugins
In reply to: [About Us] Contact form not displaying on IE10That’s good.
Forum: Themes and Templates
In reply to: ¿ You can return to defaults?I can help you in it. Which theme you bought. I can see construction theme is currently on the site which is for coming soon page normally.
Forum: Themes and Templates
In reply to: To questions regarding the Harmonic ThemeWhich part of the website text you want to wider, I can help to provide exact code, just tell which page, send me link.
2- You can replace this header code
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">into
Just your website url:
http://towhereever.comif it does not work, then try following instead:
<h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>Forum: Themes and Templates
In reply to: [Zerif Lite] Description on Our Team widget gets stuck on MobileI looked at your website homepage in mobile.
Go to style.css
and add this line.
@media only screen and (max-width: 500px) { .team-member .profile-pic {margin:auto auto 70px!important;} }Check the difference.
Forum: Themes and Templates
In reply to: [Photo Perfect] infinite scroll on homepageHi,
Did you try this plugin, Because Its still works with news themes.
https://ww.wp.xz.cn/plugins/infinite-scroll/
I noticed on your homepage, only one column of Photos is being. These should load fully, Have you looked at customization.
Other suggestion is try this.
http://www.infinite-scroll.com/Or let me know if you still need my help.
Forum: Plugins
In reply to: [About Us] Contact form not displaying on IE10But I just looked at in IE10 and also previous version, Its working perfect. Can you look if you have latest java version install by oracle.
Forum: Everything else WordPress
In reply to: Advices wanted for planning a multi user blog.I think you want to use photos albums with your own specified sorting. And Plugins are only sort the photos on server with their own way right? If you don’t want to add custom functionality by developers, you can use plugin which are available to add Flickr photo albums on wordpress. What you think?