wordpress child-theme add call to action on page-header - wordpress

I'm a newbie! I'm working on a Ashe child theme on Wordpress and I would like to add a CTA button just below the site description.
The theme calls for a header-page template (get_template_part( 'templates/header/page', 'header' ), therefore I'm set to add my button directly in the page-header.php file.
However, it doesn't matter what I add below the site description, nothing shows up on the browser nor in the browser inspector, which it's weird, right?
It's not a cache problem. I've flushed it and try to add the button in other parts of the theme and everything worked fine. Anyone out there had the same problem? If so, how did you solve it?
Thank you very much in advance!

Related

Style.css not updating when changed in theme editor

New to wordpress theme editing and php.
I am working on a website and i have run into an issue, within the style.css there is a #meadia breakpoint added that screws up the view for mobile users and adds a margin.
This is the code:
.wpb_row.full-width-content{margin-left:-10px!important;}
Now what i do is change this in the child theme, theme editor to:
.wpb_row.full-width-content{margin-left:-10px!important;}
And it says that this is saved!
However, when I return to the page and inspect the mobile view, it still says
.wpb_row.full-width-content{margin-left:-10px!important;}
Am I completely missing something here, or making a noobish error here. Hope anyone can help. Good day to you!

Wordpress website duplicating the content and putting it above the menu bar

I was changing the theme on my wordpress website, and when i activated the new theme it entirely changed the placement of text. The text in the body of the website was moved into the header, above the navigation links. Picture of my problem:
I have no idea what has caused this to happen and would appreciate any help
Thanks guys!
I found that the content is in the <head/>. looks like "dev" code too me or a plugin conflict. What theme is this? below you can see the html thats in the head:
Kindly go widgets and check if the contents of the widget moved up to the header
If not, check if there is any page builder plugin like elementor or wp bakery. If yes kindly try disabling the plugins.
If the above two points doesn't work, check if the contents from posts moved to the header and check theme settings for the same.

Disable Gravity forms scroll to top in elementor

I've got a problem. I'm currently working for a client in an Wordpress buildup with Elementor. They have a form made with GravityForms.
When I submit the form it automaticly scrolls to top. I want it to do nothing more than submit the form. So... no scrolling.
I found out I can 'easy' set it off. But it won't work over here
https://docs.gravityforms.com/disable-automatic-scroll-form-confirmation/
On some other websites I found they said 'Place it in the functions.php'.
So I did, I had no idea where specific in the fuctions.php... but It didn't work on top neither on the bottom.
Other websites told me to work in the theme files (since there is no theme because I'm using Elementor I can't find where...
The docs.gravityforms.com told me to paste it in form_display.php...
Whatever... Where ever I post the 'easy' line of code. It wont work...
Can somebody please help me out.
Where specefic do I have the place this line of code
add_filter( 'gform_confirmation_anchor', '__return_false' );
Thanks in advance!!!
functions.php is a Theme File that you cam Access From WordPress Dashboard>> Apperence>> Theme Editor >> and now look for the right panel http://prntscr.com/prb6v2
After opening the functions.php file put that line of code at the bottom of it & Save.
However, It's recommended to do such Theme file edit via child theme otherwise you will lose your edit's after next theme update.

in wordpress in appearence my theme has no background describing it

In Wordpress, in the "Appearence" page, my custom theme has no background describing it. It just has a blank background like the image below. the theme is working properly and the site works just fine I but only have this problem.
appreciate any advice.
thanks
screenshot
Make a screenshot of your website, save it as a PNG file, name it screenshot.png and put it directly into your theme's main folder.
If it doesn't show immediately, you might want to clear all cache, reconnect to the server and/or change the theme back and forth after that.
In your custom theme folder image name should be screenshot.png
and image size width 1200*900 for better solutions

Custom CSS with Headway Theme

I'm new to building websites.
I'm currently using Headway drag and drop Wordpress builder.
I've added Testimonial Widget by Aihrus plugin for testimonials, and I've added it to a widget box.
Problem is that I want to add custom CSS to it that I've seen on this site that is built for it, but the Headway theme doesn't allow you to go in and edit the theme. I've tried adding it to the block inside of the theme but it didn't work. I ended up going into the plugin and adding it to the CSS of the plugin, and it now half works.
Could someone please tell me what I'm doing wrong?
My site is rainorshinedogwalking.com
You can edit your live CSS here:
http://docs.headwaythemes.com/customer/portal/articles/1067360-editing-css-directly
What you type gets minified and added to your site's dynamic CSS file on page load.
All you have to is go through design editor click on the element you want to edit then right click. A pop up box should come up and it say edit element choose that then you will see something like that click it and add our own css

Resources