Search:
Search took 1.00 seconds.
-
You may increase the value in the "Blog pages show at most" field which can be found through the Wordpress admin>>Settings>>Reading.
-
disactivate Yoast temporary, and see if there is any changes.
Check your header.php if it contains this code :
<title><?php wp_title(''); ?></title>
it must be inside the <head> </head>
-
On line 1353 of the file style-pro-child.css, change "display:none" to "display:block"
Hope it helps :)
-
You deleted the css that turned the circles to blue and now it reverted to the default color. This is the default css for the theme to work.
I suggest you ask the person who customized your site...
-
I am sorry i did not see it. I searched the code and i think you will need to modify the file
theme-functions.php found in the includes folder. Go to line 413 and add
after the
...
-
You can try to delete the line
found in includes/sidebar-nav.php file.
It is not recommended to modify the theme's code. All modifications will be lost every time you upgrade
-
You may try checking the ".type span" of the child theme css.
-
I am afraid i don't, if i see anything mentioned in the forum i will update this thread.