Stuti Goyal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post are posted for some issues in the footerHey, @andreasyeah
Have your problem is solved, If not con you provide me with screenshots.
Forum: Fixing WordPress
In reply to: Uncaught TypeError: Cannot read properties of undefinedhey, @mratkajec
Please contact to plugin support forum.Forum: Fixing WordPress
In reply to: How to create product on purchase consultancyhey, @lexpaulz44
If you are using WooCommerce Plugin, then you can go to its Settings -> Emails -> And their you will see a bunch of predefined email templates you can edit any of them but according to your query you need to customize New Order email template or Processing order email template.
In that template their is a field of Additional Content. You can add your link that contains consultation form.Hope this may help you.
Forum: Fixing WordPress
In reply to: Home and Front page defaulting to blog?hello, @pickfetishx351
You have to do a little bit of setting in your wordpress dashboard.
Go to your WordPress Dashboard -> Settings -> ReadingAfter clicking on Reading you will see -> A label as Your homepage displays in that their are 2 radio buttons
- Latest Posts
- A stati page
under static page you have tow select box one is labeles as homepage and other as post page. In this their will be a list of pages that you have created. Now in homepage box select frontpage and hit save.
Forum: Developing with WordPress
In reply to: Create a User Login Functionality Page on WordPress WebsiteHello,@umerru73
To create a registration page where user can register and download catalog sheets.
you can achieve this using a few WP plugins.- Set up woocommerce
- Set catalogs as sheets
- Install a user registration plugin
- Create registration page
- Create a catalog download page
- Configure WooCommerce for Catalog Access
- Link Products to Catalog Download Page
Forum: Fixing WordPress
In reply to: Disable image compression suddenly doubles the file sizeHello, @staezione
The reason you are seeing a larger file size is that wordpress handles images differently.
When you upload an image to WordPress, it creates multiple versions of the image for different use cases, such as thumbnails, medium-sized images, and full-size images. The image you uploaded (3000×2400 pixels) is the original, high-resolution version.
Here’s what typically happens when you upload an image in WordPress:
- Original Image: The original image you uploaded is kept intact in its original size and quality. In your case, this is the 1.3 MB file.
- Thumbnail and Medium-sized Versions: WordPress generates smaller versions of the image for use in different parts of your website. These resized versions may be of lower quality and resolution, but they are useful to load faster and fit specific layout requiremen
Forum: Fixing WordPress
In reply to: Post are posted for some issues in the footerhey,@andreasyeah
Well After inspecting I got a view that all the above content of your website is coming using a theme. But the last section is coming from elementor. You can try editing your post and check if there is any post-content widget added in it or the page is edited using elementor.
If that does not work for you, you can try adding this code instead in custom css file ..elementor.elementor-155291{ display : none; }
Hey, @jma914133
If you want to change the way your products images are shown, you can customize your single product page. Their are many plugins which can help you in easy implementation.
Forum: Fixing WordPress
In reply to: Masonry Gallery images are stacking in TabsHello,
You can first try using Elementor pro gallery widget. And see if the problem still persists. If not then you can ask for this issue on plugin support forum.Hello,
Can you provide theme name?Forum: Fixing WordPress
In reply to: Header Dropdown Options UnselectableI have checked the link you have attached and the drop down is working alright.