Pooja Derashri
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Anchor a menu button to WP Form at bottom of pageHi @brianwieber57,
To achieve scroll on the same page upon a button click, you need to create id Tragets.
Make sure your form has some unique id. For example:
<div id="my-contact-form"> <form> --- Your Contact form </form> </div>You can apply id either on div or on the form. Then you need to trigger click on your anchor tag like:
<a href="#my-contact-form">Your Button</a>it will trigger your button to scroll on your home page. Hope this will work for you.
Forum: Fixing WordPress
In reply to: “The Link You Followed Has Expired” error popped upHi @henarangoda ,
It looks like you need to increase the memory limit in your WordPress. There are several ways to increase your memory limit. I am stating a few here:
1: You can edit your wp-config.php fileAdd the following to the wp-config.php file.
Above the line that says /* That’s all, stop editing! Happy blogging. */
// increase the PHP memory limit in WordPress define('WP_MEMORY_LIMIT', '256M'); define( 'WP_MAX_MEMORY_LIMIT', '256M'); /* That's all, stop editing! Happy blogging. */2: Edit your PHP.ini file
If you have access to the PHP.ini, then you’ll likely find the file in the root folder, the location of the file can vary according to your host.
Add the following to the PHP.ini file.// increase the PHP memory limit in WordPress memory_limit = 256M upload_max_filesize = 12M post_max_size = 13M3. Edit your .htaccess file
Add the following to the .htaccess file.
// increase the PHP memory limit in WordPress php_value memory_limit 256M php_value upload_max_filesize 12M php_value post_max_size 13MI hope these methods will work for you.
Forum: Plugins
In reply to: [WooCommerce] Frontend Product EditorIt’s too late here, but if you are still looking for it you can give it a try Frontend Product Editor plugin
Forum: Everything else WordPress
In reply to: Incorrect Link on Unleashing the Power of WordPress CourseHi @ckmccoy2,
Thank you very much for pointing out this issue. I have fixed that incorrect URL.
Forum: Plugins
In reply to: [Booster Pack for Beaver Builder] Before and After moduleHi Mark Savage,
We have identified the issue, and will soon release the update to fix this issue. Meanwhile, you can revert the label name to meet your requirement.
Thank You for trying our plugin. Keep enjoying!
Hi MegaCAD,
You can add style options to differentiate between the posts easily. Under the style tab, you can get “List item style settings”. Here you can adjust settings according to your requirement like border, padding, margin.
Hope this will help you to resolve your issue.
Hi adikf,
Please send a support request with more information like Website URL at https://www.elementoraddons.com/contact-us/
Thanks
Hi asaljeplak,
Thank you for reporting us. We have identified the issue and will resolve the issue in our next release.
Thanks
- This reply was modified 7 years, 2 months ago by Pooja Derashri.
Hi isacj,
You can’t adjust the height of the cursor. Cursor height is getting the size of the animated text by default. There is no option to control this.
It seems very strange. We haven’t changed anything since last month. And lot of people are installing it daily without any issue.
Please provide info about your setup.
Php version, memory limit
Wordpress version etc.Please delete existing plugin folder and try to install again
It seems that file got corrupt during download.