Forum Replies Created
-
AuthorPosts
-
minal
KeymasterHello @edwin,
It seems your custom code has space issues. like you added font-family: book antiqua, palatino, serif !important;
but the font-family text has a space in front of it. so that your CSS is not working as expected;
try these updated CSS snippets
body h1 { font-family: book antiqua, palatino, serif !important; font-size: 22px !important; font-weight: semi-bold !important; color: #374c52 !important; padding-bottom: 10px !important; padding-top: 0px !important; line-height: 1.25em !important; }
Please make sure you trim the spaces on your CSS code.
Sincerely,
Minal
September 12, 2024 at 12:51 am in reply to: How can I create Page with Blog Template that only shows post from one category? #337340minal
KeymasterHello @Karla,
For showing specific posts from that specific category only, Please follow the following steps
- Create page
- Select query loop blocks for the list
- after selecting query loop you can see the right sidebar with the options and from that click filters + icon and you will get the numbers of option and select taxonomies where you will get the field to select categories that you have created
Please see the screenshots below for clear view.
Or if you used our custom template just go to dashboard >> editor >> templates >> and find which template you used and edit that page you will find the query loop block and follow the above step to select the desire category
Hope it works for you,
Sincerely,
Minal
minal
KeymasterHello @loosie94,
On our system button padding seems fine. So can you share your site URL so that we can test it thoroughly and give you a suitable solution for it?
Sincerely,
Minal
minal
KeymasterHello @rodeboy,
To remove that line below the header please add below CSS snippet on additional csss
To find additional CSS on your site please go to Dashboard > Appearance >> Customizer >> Additional CSS
.fluid-layout #header-content, .boxed-layout #header-content .wrapper { box-shadow: none; -webkit-box-shadow: none; }
Hope it works for you
Sincerely,
Minal
minal
Keymasterminal
KeymasterHello @Glen Pavelich,
It seems your duplicate value populated on the recent blog title sub-heading section. On our theme, we don’t have any features to add dynamic content on sub-headings. And with our research, we found out that It came with the site origin plugin that you used for the post.
You might add some widgets on your post which cause duplication like below image.
Try to remove those widgets if possible and check again,
Sincerely,
Minal
minal
KeymasterHello @staipa,
Please kindly follow the instruction to add blog on home page
first go to Dashboard > Appearance Editor > Tempates > and edit the front page and place the “recent blog with sidebar”
Hope it works for you
Sincerely,
Minal
minal
KeymasterHello @drixe,
We have used the core WordPress built-in function for a video that doesn’t support a .ogg file at the moment.
Sorry for the inconvenience caused,
Sincerely,
Minal
minal
KeymasterHello @drixe,
We checked on our end and it seems fine. There might be loading issues on your server, and don’t remove the header enhancement plugin because it has the feature to show video on mobile too.
Sincerely,
Minal
minal
KeymasterHello @detroitstylz
We have already sent the update on the theme.
Kindly go to Dashboard >> Appearance >> Themes and there you will find the update button on the theme thumbnail.
https://catchthemes.com/faq/how-to-update-free-theme-to-new-version/
if it is not working please let us know.
Sincerely,
Minal
minal
KeymasterHello @detroitstylz,
Sorry for the inconvenience caused.
This issue will be fixed in the next theme update. You will be notified once the theme is updated.
Sincerely,
Minal
minal
KeymasterHello @fa6ab,
Thank you for your query. We understand your concerns; however, WordPress themes typically do not include accessible names and labels for links. This does not present any problems. You can verify this by examining the latest Twenty Twenty theme or other popular themes.
Sincerely,
Minal
-
This reply was modified 1 year, 2 months ago by
minal.
July 29, 2024 at 1:52 am in reply to: Changed since last update: Menu Item Color + Seperator color #336764minal
KeymasterHello @goksel,
for changing the color, please add following CSS on Additional CSS
You can please try adding the following css code to “Appearance => Customize => Additional CSS”
.main-navigation .current-menu-item a, .main-navigation a:hover, .main-navigation a:focus { color: #b8ab7e; } .section-title:after{ border-color: #b8ab7e; }
Sincerely,
MinalJuly 29, 2024 at 1:05 am in reply to: Problems since theme and wp upgraded to latest versions #336760minal
KeymasterHello @granny
Here is the screenshot of selecting the envira gallery or showing plus icon on our system
Our themes are up to date with the latest WP and with our plugins and if there is any update you will be notified, if you use an external plugin like envira Gallery it might caused due to other plugins
This issue might be caused due to other plugins so try to disable each plugin you activated one by one to find an error.
https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/
Please do inform us if any error persists.
Sincerely,
Minal
-
This reply was modified 1 year, 2 months ago by
minal.
minal
KeymasterHello @granny
I have tested on our end and there is no any issue with adding or plus sign you can check on below attached screenshot.
can you share your screenshot of what you facing right now so that we can compare and send you a needy solution
Sincerely,
Minal
minal
KeymasterHello @Mathias,
Sorry for late reply.
Please add the following CSS
.header-banner-wrap .header-transparent .wp-block-navigation__responsive-container-open { color: #000; }
Sincerely,
Minal
minal
KeymasterHello @Nathan Blair,
It seems this author box comes from your aio SEO plugin
If you find the author box from the edit template like this
it might work but this author box comes from the plugin you used so here is the CSS snippets for you to hide
To add CSS to your system go to Dashboard>> Appearance >> Editor >> Front page or follow those images below
.wp-block-post-content .aioseo-author-bio-compact { display: none; }
Sincerely,
Minal
July 23, 2024 at 1:12 am in reply to: Issues with hero section and single post titles after WP 6.6 #336678minal
KeymasterHello, cornflowergirl
To change the single post title color to white please add below CSS snippets to your Additional CSS
.banner .wp-block-post-title { color: var(--wp--preset--color--foreground); }
to find additional CSS go to Dashboard >> Appearance >> Editor >> Template >> Front Page
And about the hero content issue we checked on our end and everything is fine so can you disable all plugins one by one to check on your end?if it didn’t work please feel free to share
Sincerely,
Minal
minal
KeymasterHello Mathias,
the above CSS might not work with your site because it might be different from your site with others,
Here is the css for your site,
.header-transparent .wp-block-navigation__responsive-container-open{ color: #000; }
Change your desired code on above code,
Hope it works for you !!
Sincerely,
Minal
-
AuthorPosts