Priyanka Behera
Forum Replies Created
-
This issue was not showing for sometime but yesterday I updated the plugin to 2.3.0 and the issue is again showing in the Wordfence scan. Please fix it.
Clearfy Cache <= 2.3.0 – Cross-Site Request Forgery
My site is still showing with this issue. Is it fixed?
Clearfy Cache <= 2.2.6 – Cross-Site Request Forgery
Description
The Clearfy Cache plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 2.2.6. This is due to missing or incorrect nonce validation. This makes it possible for unauthenticated attackers to perform unauthorized actions via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Hello @nizaruddin987
In the given screenshot, the error is located in the wp-rocket/inc/functions/files.php in line no 621.
This might be a conflict of the wp-rocket plugin with other theme codes.
Forum: Installing WordPress
In reply to: Unable To Install WordPress on subfolderHello @akpatil ,
You can use multisite with the sub-folder method. For this, you can check this document https://www.ads-software.com/support/article/create-a-network/.
Hope this will help you out here.
Regards
Forum: Fixing WordPress
In reply to: Custom JavaScript is not allowed.Yes “Custom Javascript is not allowed” for this you have to use
amp-bind
.https://www.ampproject.org/docs/reference/components/amp-bind
Please check it.
Thanks
Forum: Fixing WordPress
In reply to: How can I specify a line break in a shortcode expansion?Hi @jdembowski
Thank you for informing about ngrok link. I will not be going to use it in the support anymore. Actually, I am using the Flywheel live link which provides the link. But sure as said I will not use it anymore.
Forum: Fixing WordPress
In reply to: How can I specify a line break in a shortcode expansion?hey @plaidflannel ,
Check the screenshot https://nimb.ws/xCKLHF.
My code is deep in a child theme. I’m not sure I can test it easily in another theme without building at least a little bit of a new child theme. Or is it as simple as adding a copy of my shortcodes.php file to that other theme?
If there is any default WordPress theme, like twentynineteen or tweentyeighteen. Then copy you
add_shortcode('mycode', 'your-function-link-to-shortcode'); function your-function-link-to-shortcode(){ code inside it }
to the default WordPress functions.php and paste it at the end.
Then change the theme from the admin panel.
Next, create a post and check the shortcode.
Let me know if this is helpful or not.
Thanks
Forum: Fixing WordPress
In reply to: How can I specify a line break in a shortcode expansion?I have tried your code in WordPress twentynineteen theme and it is working as expected adding the <br/>
add this shortcode: [mycode photo=’photo URL’ cap=’my caption<br />text here’]
You can also check the link: https://9588b561.ngrok.io/hello-world/
Can you please confirm your code in another theme.
Thanks
Forum: Installing WordPress
In reply to: Adding text to headerHi @julietsully ,
Yes, there is a way you can do it through the admin panel.
1) Login with admin credentials: https://thexpatfiles.blog/wp-admin
2) Then go to this link: https://thexpatfiles.blog/wp-admin/theme-editor.php?file=functions.php&theme=saul
3) Search
the_custom_logo
text.4) Replace this code:
echo the_custom_logo();
with
echo the_custom_logo(); echo '<span class="sitedescription">'. esc_attr(get_bloginfo('description')) . '</span>';
Let me know if this is helpful for you or not.
Thanks
Hi @ludachrisgsx ,
Have you tried the below listed woocommerce based plugin:
https://www.ads-software.com/plugins/woocommerce-wholesale-prices/
Thanks
Forum: Installing WordPress
In reply to: Adding text to headerHi @julietsully ,
In Saul theme, if you have added the custom logo then you can’t able to see the title and tagline.
Here according to your requirement, you have to modify in code and CSS. To change in code follow the below steps:
1) To change in the files you can connect with FTP, Cpanel or by
Administration > Appearance > Editor menu.2) In Saul theme, there will be a functions.php file. Open the file.
3) Search for saul_logo_function().
4) There you will find only echo the_custom_logo(); code. Now we have to change it to below code:
echo the_custom_logo(); echo '<span class="sitedescription">'. esc_attr(get_bloginfo('description')) . '</span>';
5) Save the file and check in the front side.
Now you have to apply the CSS code as per your design.
Thanks
Forum: Fixing WordPress
In reply to: Frontend errorHi @viacon ,
It might occur due to some hyperlinks plugin present in your WordPress site OR there is any browser extension enabled in your system.
Thanks
Forum: Fixing WordPress
In reply to: Cannot creat new pageHi @jjpold
Here I understand you have updated the latest WordPress version which is (5.0.3). Can you please confirm.
If the WordPress is in latest version then please check there must be some plugin which is creating the confliction. To check you can deactivate all plugin and then activate them one by one.
Let me know if any other help is required.
Thanks
Forum: Fixing WordPress
In reply to: Online shop pluginHi @delsterus ,
Sharing my understanding, you want to create an online shop. In that shop, there will be multiple numbers of product. Each product will have only 1 quantity available.
If this is the requirement then we can use the Woocommerce plugin. It provides the functionality to add the item and you can get the documentation easily.
Plugin Link:
https://www.ads-software.com/plugins/woocommerce/Let me know if this helps.
Thanks
Forum: Fixing WordPress
In reply to: Frontend error