Sadik Multani
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Hero(cover image) not touching Header issuesCan you please share the link where you are facing the issue?
Hi @apexbee
As you can see in the description below Home template If you’ve selected any page as homepage from reading settings then it will not work. Home template will only work if you’ve not set any page as the homepage.
If you’ve selected any homepage from settings in that case you can add a new template called Front Page. once you add the front page template it will render that template on the homepage by default.
Thanks
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Drop Cap is missing in Paragraph Blockyou can find the dropCap text in theme.json file of the theme and change the value as true instead of false. After that, you can able see the dropcap option in the Paragraph block.
Forum: Fixing WordPress
In reply to: Device Compatibility IssueHi @amirkharu3e
I’ve checked this in my android device and it’s working fine for me. but still, you can also add the :active event with :focus like below code:
<style>.rans:focus, .rans:active{background-color:green}.wans:focus, .wans:active{background-color:red;}</style>
Let me know it’s properly working or not for you after adding the above code.
Thanks
Forum: Fixing WordPress
In reply to: Formatting QuestionsAs I can see now you are using Hoot Porto theme and it pretty much looks the same as you mentioned above.
So, if you still need any help then let us know.
Thanks
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Reduce space between page titles and HRAlso if you want to reduce with CSS directly instead of modify in the setting as I’ve mentioned above then you just need to add below CSS code. ( you can update the space as you want instead of 60px )
.wp-block-group .wp-block-post-title{margin-bottom:60px!important;}
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Reduce space between page titles and HRHi @rnmartinez
Please find the below steps for reducing the space:
1. Open the Dashboard
2. Open Appearance -> Editor
3. I guess It will open the Frontpage or index template by default
4. You need to click on the top left WordPress/site logo ( https://prnt.sc/26u9a60 )
5. Open the page template
6. select the post title h1 and find the margin setting dimensions penal in the sidebar ( https://prnt.sc/26u9be7 )
7. If it links as you can see in the above screenshot then you have to unlink the setting first ( click on the blue link icon button ) and once you unlink the settings it will show the 4 input boxes
8. Now you can set the bottom space in margin as you want ( https://prnt.sc/26u9d53 )Thanks
I know It’s quite confusing for you but the template is a thing that we were using from code before full site editing. but now we can also adjust that from backend. we can use the templates for building layouts.
So, the thing is the buttons, images and that type of things will not be the same for all posts that’s why we must need to add the post related data in the individual posts.
I hope it make sense.
Thanks
okay now got your point.
Yes it’s possible to use different content for each posts but we will not use that type of content in template.
We will only use dynamic block in the template like post title, post content and post feature image. Then it will get the proper data for each posts and you just have to add the post data in related posts directly.
Here I’ve created the video for your ref. ( click here )
Thanks
Hey @psychicsandra
As I can understand you’ve created one template and you’ve to add/modify elements to that template.
I’ve created one quick video here.
If it’s not the answer to your question. Can you please share a quick video? It will be helpful for me to understand properly if I’m thinking in the wrong direction.
Thanks
Forum: Fixing WordPress
In reply to: how to link menu item to a section on hompage and to pageHi @lelitli
As you using elementor pro. The best option to ask in their support for better help. Support Link
You will get better help from there.
Thanks
If you’ve used the Post Featured Image block in single post template then you can show the post feature image using that block in single posts. That means you’ve to set the feature image for the specific posts then it will display the post feature image in a specific single post.
Thanks
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Reduce space between page titles and HRForum: Fixing WordPress
In reply to: Full width UX blockHi @cbdease
The best option is to contact the theme developer because we don’t have access to any commercial products.
As you using the flatsome theme from ThemeForest. Click here
Thanks
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Footer height: widget paddingGlad to hear that ??