Smit Rathod
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change the color of texthi @takisontour,
You can change the color of the comments texts by applying CSS. Can you share the link of your site/page? so I can write CSS for you.
- This reply was modified 3 years ago by Smit Rathod.
Forum: Fixing WordPress
In reply to: Not Receiving Verification EmailAre you using WordPress by default mail provider? If yes then instead of using WordPress as the default mail provider use some SMTP plugin. Because when there is some load on the server then the WordPress mail provider fails to send the mail. So use some SMTP plugins. I recommend the WP Mail SMTP plugin.
Thank you.
Forum: Fixing WordPress
In reply to: Code on my Footerhi, @kaireiou can you share your page link in which this code in the footer is appearing? I want to inspect the page and want to see the HTML of it. By that, I can identify the footer file template.
Forum: Fixing WordPress
In reply to: i cant change my emailYou are using any plugin for mail notifications? If yes then which plugin you are using then I can help you. And if you are using WordPress for this then sometimes due to the server load the WordPress is not able to send the mail. WordPress is using the PHP mail function for sending mails. So if you are using then I will recommend using the WP Mail SMTP plugin. It is paid but some basic feature like mail notifications is free.
thank you.
Forum: Fixing WordPress
In reply to: Code on my Footerhi @kaireiou
Can you share your footer.php file? I think this mailpoet plugin is appending some form by shortcode in your footer so need to remove this shortcode from the footer. So can you share it?
Thank you.
Is this unit using is dependent on the length of content?
Hi @stevejburge
Thanks for this quick reply. I understand about the release and testing things, I am also a developer but can I achieve my requirements as mentioned in the above message by any hook or function?
Forum: Fixing WordPress
In reply to: WordPress adding (wrong) image dimensionshi @pjv2097
please check your settings->media. In media settings there are different options of sizes are set, So this 630px width and 420px height come from that setting.
Thank you.
Forum: Fixing WordPress
In reply to: Mega Menu Item ColourHi if you want to give the color of the pages of Computing Solutions, then you need to give CSS by picking the unique if of that pages.
Like:
.navbar .navbar-nav>li .dropdown-menu .menu-item-3471
So this CSS will give the color on the Cloud Services page. Same way you have to pick the classes like
.navbar .navbar-nav>li .dropdown-menu .menu-item-3472
and.navbar .navbar-nav>li .dropdown-menu .menu-item-3473
. So this will give color on other 2 pages link.Thank you.
hi @stevejburge
So after purchasing the pro version for single-site, we need to buy this Dandelion or Open Calais services?
thank you?
Hi @stevejburge
First of all, thank you for this quick reply. So if I buy the pro version for single-site then can I use the Dandelion or Open Calais services?
Thank you.
Forum: Fixing WordPress
In reply to: Full width UX blockhi @cbdease
If you know how to edit the theme CSS, then I got the solution for your problem, please add the below CSS in your file.
#section_37168226 { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding-top: 10px; padding-bottom: 10px; }
and remove the margin left and right -15px from class: .row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse).
I am attaching 1 codepen for your reference.
Codepen link: https://codepen.io/chriscoyier/pen/xOjaYrThank you.
- This reply was modified 3 years, 1 month ago by Smit Rathod.
Forum: Fixing WordPress
In reply to: Downloadable PermalinksYour welcome @ghostofheros
Now please update the status of this support ticket as solved. It is on the right side sidebar on the page. So that community people will close this support ticket.
Forum: Fixing WordPress
In reply to: Downloadable PermalinksFirst of all sorry for the late reply. I have created one video for your explanation in which I have explained the steps to create a downloadable link.
Video link: https://www.loom.com/share/f98acd77f10640729f14fde3b5843e3b
As you can see on this video I have just added the download attribute in anchor tag. like eg:
<a href="your-pdf-link.pdf" download>Download link text</a>
Thank you.
- This reply was modified 3 years, 1 month ago by Smit Rathod.
- This reply was modified 3 years, 1 month ago by Smit Rathod.
Forum: Fixing WordPress
In reply to: Revert Changes Made in Full Site Editorhi @visionm
you can create a core ticket for this. here is the link for creating a core ticket link: https://make.www.ads-software.com/core/reports/.