flyswan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Need Single page Pagination- NEXT PREVIOUS CSSYes, mam.. this site uses a plugin. but I need any type of CSS that shows PREVIOUS and NEXT instead of Page 1 2 3
Please change this CSS with the PREVIOUS NEXT button. with big size of NEXT button and short size of the PREVIOUS buttonlink of my site
.page-links { text-align: center; margin: 10px -2px -4px; } .page-links .post-page-numbers { display: inline-block; line-height: 32px; border: 1px solid rgba(0,0,0,.1); padding: 0 13px; border-radius: 2px; } .page-links>span { background: #08f; border-color: #08f; color: #fff; }Forum: Fixing WordPress
In reply to: There is No option to delete any theme and plugin in WordPressSir this is not my solution.
I mention my problem that there is no option of plugin editor that is why no option to delete any plugin or no option to add plugin.Same problem in theme – there is no option to delete any theme
Forum: Fixing WordPress
In reply to: Comment are closed but still commentingthanks
i remove this ip from cloudflare, also change themeForum: Themes and Templates
In reply to: [Astra] How to disable Archive titleDone
Forum: Themes and Templates
In reply to: [Astra] How to disable Archive titleThank you it works 🙂
Forum: Fixing WordPress
In reply to: Same Named Image not Showing even after delete and reuploadThank you, sir
It works. all images are updated.
I clear purge cache from my site and from Cloudflare.Forum: Themes and Templates
In reply to: [Astra] Categories Page DescriptionI used tinyMCE, here the source code . please give me description hover code and where i put on it
Forum: Themes and Templates
In reply to: [Astra] Categories Page DescriptionThank you sir, both of two options works fine -(archive description CSS and TinyMCE plugin)
but I can’t understand how to category description shows up on hover.
do i use any CSS, what do I need to make this type of description show on hover and my original description hide like this?
- This reply was modified 5 years, 11 months ago by flyswan.
Forum: Themes and Templates
In reply to: [Astra] Categories Page DescriptionForum: Themes and Templates
In reply to: [Astra] Categories Page DescriptionThank you sir for your kind information.
sir i have installed RANK-MATH plugin it can allow editing category description like>>this
but i cannot change size of the category description in astra like>>
this
also i try this css in other theme like oceanwp, hiero theme, it works. but not works in my astra theme
`.category .taxonomy-description {
font-size: 14px;
line-height: 1.6;
}Forum: Themes and Templates
In reply to: [GeneratePress] Next-Previous navigation in blog postSir this article’s 1st CSS is not work in my-site, 2nd one is work properly but I need “NEXT” “PREVIOUS” button instead of this title
also, I try this CSS to changing into NEXT-PREVIOUS
/* In-Post Navigation Dekstop */ @media (min-width: 769px) { .post-navigation { display: flex; } .post-navigation .nav-next { width: 50%; text-align: left; } .post-navigation .nav-previous { width: 50%; } .post-navigation .nav-next .next:before { display: none; } .post-navigation .nav-next .next:after { font-family: GeneratePress; text-decoration: inherit; position: relative; margin-right: .6em; width: 13px; text-align: center; display: inline-block; content: "\f104"; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; speak: none; } .nav-previous .prev:before { content: "\f105"; } } /* In-Post Navigation Mobile */ @media (max-width: 768px) { .nav-previous .prev:before { content: "\f105"; } .post-navigation .nav-next .next:before { content: "\f104"; } }need any colorable PREVIOUS-NEXT navigation with arrow
Forum: Themes and Templates
In reply to: [GeneratePress] Single page to page heading link upthanks sir
Forum: Themes and Templates
In reply to: [Hiero] Page or Categories LinkingThank you, sir
Forum: Themes and Templates
In reply to: [GeneratePress] Single page to page heading link upSir, how to make this page without a plugin in generate press, LIKE THIS
[DUMMY]is this are the pages or category in the top menu and site bar category section ?? {attitude Shayari, love shayari}
how to create or linked this type of page or categories in GP where link all posts related to it.
for example, I have a menu there is “home” “water” “sky” “land”. now if i post “fish” related post then it’s shown in “water”, and if I post “star” its shown in “sky” but all post shown in “home”
here when i click “water” the url is examplecom/water and when i click under it’s “fish” it shown examplecom/water/fish.html
how to create this url stractureForum: Themes and Templates
In reply to: [GeneratePress] Single post or Blog post Pagination Custom CSSIt works. Thank you sir 🙂
Also If you suggest or give me some optimized or simple css for this function (page break css) it will be helpful for me.
Thanks again..