taran007
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Homepage image sizeSame Issue with My Homepage!
I Have Pinned a Post and Only That Pinned Article’s “Image” is fit to width, others below that are smaller in size and seems aligned left.
Kindly Fix this issue.
Forum: Plugins
In reply to: [Polylang] Remove Lang Slugs from Google SearchIf You Want to See Exact Results on Google Search Please Click Here or Search on Google “Site:real-tips.xyz”
Forum: Themes and Templates
In reply to: [Hestia] Adding a hyperlink to logoGreat! Best of Luck with Your Website ??
Forum: Themes and Templates
In reply to: [Hestia] Adding a hyperlink to logoTRY THIS METHOD
NOTE: Make Sure to Backup First
Go to Theme Editor>>inc>>view>>main>>class-hestia-header.php>>Line 233>>
ORIGNAL
<a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>"
CHANGE TO
<a class="navbar-brand" href="https://www.yourdomain.com"
Hope This Would Help and Works.
Forum: Themes and Templates
In reply to: [Hestia] Adding a hyperlink to logoHi nathanleeman,
To change the link on the logo then first back up the file header.php, then edit the file header.php, then search for the line:
<a href="<?php echo site_url(); ?>"><img src="<?php header_image(); ?>" alt="<?php bloginfo('name'); ?>" /></a>
See the bit that prints the site_url, you’re going to change this bit and hard-code the new url.
<a href="https://www.mynewlink.com"><img src="<?php header_image(); ?>" alt="<?php bloginfo('name'); ?>" /></a>
In the example above I hardcoded the link to ‘https://www.mynewlink.com’ – you’ll replace that with the link to your preferred page.
Keep a note of this change, you’ll need to make it each time you refresh the theme.
Forum: Themes and Templates
In reply to: [Hestia] Hestia elementor bug? Pages not updating.Well, It’s Sad to Hear that You are Having Issues with Hestia, Follow These Steps and Let Me Know if Your Issue Would Resolved or Not.
1. Try incognito Mode
2. Remove Other Page Builder Plugins or any kind of Plugin which relates to Editing.
3. As You Cleared Cache, So Try Disabling Cache for Testing and Use Cloudflare’s Development Mode.
4. If your styles are not applied after saving them, it might be due to a caching issue. When your styles are not applied online, please regenerate the CSS via Elementor > Tools > Regenerate CSS on your WordPress Dashboard, then make sure that you clear all forms of cache including your browser cache, your WP cache (your WP caching plugin if you have one), and your server cache, if you have one. (Save Changes).
5. Switch to Default WordPress Theme to Confirm if it’s Theme Related Issues or Plugin/Settings.
6. In some cases, it will be possible to solve the issue by switching the CSS print method in “Elementor > Settings > Advanced” on your WordPress Dashboard.
7. Try Disabling All Plugins Instead Elementor. This will Confirm if it’s Plugin Related Issues.
8. Try to Deactivate any Elementor Addons.I Hope This Would Help You Fixing this Bug. I am Sure that this is Plugin Conflict or Elementor Issue. Make Sure to Follow Each Steps. You Can Ask me if you need help with any Steps mentioned above.
You Can Use “ASSET CLEANUP” Block Unwanted Scripts on PAGES. That Would Work Like Charm.
Forum: Themes and Templates
In reply to: [Hestia] Are related posts just recent posts?Yes They Are Related to Your Categories And Tags