danielbora123
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Making hero image with coverHi,
Did you tried setting the image at background for the particular section through which you’ll able to control height and width of section as well as image also.Thank You
Forum: Fixing WordPress
In reply to: General SettingYou can check user role given to you.
Forum: Developing with WordPress
In reply to: Header and columnHi,
You can simply add margin to the section that will gives you little bit of neat space. Paste this code to stylesheet
kingster-page-wrapper{ margin-top: 20px; }
If you had problem in adding custom css code you can follow this article.
Thank You
Forum: Fixing WordPress
In reply to: Custom Elementor header stays on when adding/activating new theme!Hi,
Problem is elementor makes header higher priority. You need to need to change visibility of that header. You can save them as template and give page to that template which will make theme design as a default design.
I hope that will work if not let me know.
Thank youForum: Everything else WordPress
In reply to: Include archive pageThere is function the_excerpt() for more you view this page
Forum: Fixing WordPress
In reply to: Editor role cannot create or save web pageWell that should be as it is the default setting of wordpress.
You should check that if that is enabled by simple plugin “capability manager” it also allow you to change the user capability to.
Hope this will help
Forum: Developing with WordPress
In reply to: Boxes in sectionsyou can do that by flip cards you can do it through this link
Or
if know about page builder that will make it easy.
Thank you
Forum: Developing with WordPress
In reply to: how to override theme settings/stylesHi,
You can add code form Appearance->Custom CSS from wordpress dashboard.
For more detail you can use this linkThank You
- This reply was modified 3 years, 8 months ago by danielbora123.
Forum: Developing with WordPress
In reply to: add default color to wordpress theme (for background)Did you tried to do it from dashboard.
For that just click on Appearance->Customize->Colors & Dark mode tabe-> Site background Color.Forum: Developing with WordPress
In reply to: Boxes in sectionsHi,
You can do that by but it is not function. It can be done by simple html and css.
Just create an box which have front and back both have some text. on hover enable back otherwise front.That will work
Hi,
My advice to roll back 5.6 version of wordpress which makes your website work fine.
Thank you
- This reply was modified 3 years, 8 months ago by danielbora123.
Forum: Fixing WordPress
In reply to: Adding Padding to gallery in this PHP fileHi,
If you are able to find the code then you can add in line css that will work fine.
Thank You
Forum: Accessibility
In reply to: Amp post view issuehi,
For that there is one more css code
@media (max-width: 768px){ .addtoany_share_save_container addtoany_content addtoany_content_bottom{ display: none; }}
I think that will work
Forum: Fixing WordPress
In reply to: Editor role cannot create or save web pageForum: Everything else WordPress
In reply to: Need Plugin for FormsHi,
Did you try contact form 7. It will work nice N sweet.