natasharamac
Forum Replies Created
-
Forum: Plugins
In reply to: [Comparison Slider] Why do my images become pixelated?The same happens to me. The images uploaded have a lot of quality yet the ending result is very blurry. Since I see there is no support replying to this issue, i’ll uninstall it right now.
It is working now. What I meant was https://ww.wp.xz.cn/support/topic/yoast-seo-doesnt-work-for-posts-2/#post-10790518
Thanks
Yes, it is the latest version.
I just found out where the issue was: the reason why I filled the ‘Qode seo’ field instead of the ‘Yoast seo’ one was because I couldn’t find the field along the other options of the page. Turns out, much like an accordion, the tab was hidden as it was unexpectedly closed and located on a different place than expected.
In short, it’s working fine now. Thanks,
Hello, i can’t put my titles and metas in my posts. I can in my pages but not in my posts. Anyone could help me? thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Past customer orders now appear as deletedThanks for the fast reply
That does seem to be the right section, and I have indeed been there before, but the thing is, none of the two options of ‘Account erasure requests’ are enabled. I clicked save again, just in case it’s not picking this option properly, but I can’t help but think the problem is somewhere else.
Thanks! It helped indeed. I changed the default setting to completed and it worked.
Thanks again,
Forum: Reviews
In reply to: [Real-Time Find and Replace] Page becomes blankYes, I was trying to figure out how to do that
Done!
You can close the ticket now, I don’t see an option where I can close it myself
Forum: Reviews
In reply to: [Real-Time Find and Replace] Page becomes blankOkay, it’s solved!
I’ve tried this without checking the regex like you suggested but there weren’t any changes. Then I decided to check with the inspector the code on the front to see what would happen if I replaced the text there to see if there were any visual changes. I then realized the code was slightly different from the source code… which can only mean I copy-pasted the wrong selection.
Conclusion: I’m a moron that’s been selecting the wrong code all along
Thanks a lot, you were very helpful! It works perfectly now
Forum: Reviews
In reply to: [Real-Time Find and Replace] Page becomes blankYes, I’ve tried it both checking and unchecking it. Checking makes it blank, unchecking doesn’t make any change at all.
I’ve also tried putting just the fragment:
ORIGINAL
<ul id=”mobile-menu” class=”menu”><li id=”menu-item-1741″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1741″>Home<i class=”sub-menu-toggle fa fa-angle-down”></i>
CHANGE IT TO
<ul id=”mobile-menu” class=”menu”><li id=”menu-item-1741″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1741″>Recetas<i class=”sub-menu-toggle fa fa-angle-down”></i>I just want to change the word Home for ‘Recetas’
Any ideas?
Forum: Reviews
In reply to: [Real-Time Find and Replace] Page becomes blankI copy-pasted the beginning and ending of a div. It shouldn’t have happened, I don’t think I broke any code with it. It even had an additional commentary of
<!– *** MOBILE MENU *** –> and <!– // END: MOBILE MENU –> at the beginning and end, which I didn’t include.Unless the solution would be to copy and paste the entire page? Or the entire body?