Valet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinnacle] missing header optionsHey there,
Did you check for a plugin conflict ?
https://www.tipsandtricks-hq.com/forum/topic/test-to-identy-a-conflicting-theme-or-plugin
Forum: Themes and Templates
In reply to: Want to Remove Comments Form from PagesHey there,
Creating a child theme does not require any coding ??
Here is an easy way to do it : https://www.ads-software.com/plugins/orbisius-child-theme-creator/
To hide the comment form you can use the below custom CSS
div#comments.comments-area {display:none}
and that should do it.If you dont want to modify the code and not use a Child theme, you can use a plugin like : https://www.ads-software.com/plugins/simple-custom-css/
Cheers
Forum: Fixing WordPress
In reply to: Ad keeps shifting to the leftPerhaps a browser addon is causing it.
Try updating/reinstalling chrome and it should fix.
Forum: Fixing WordPress
In reply to: Page linksHello there Don,
Have you created a Menu and selected “Automatically add new top-level pages ” ?
https://codex.www.ads-software.com/Appearance_Menus_Screen should help you learn how to use WordPress menus.
Cheers
Forum: Themes and Templates
In reply to: [Pinnacle] missing header optionsHey there,
Are you running the latest version of WordPress and the theme ?
If not, I recommend take a backup and update to the latest versions.
If the option was their previously, it should be fixed with the update.
Forum: Themes and Templates
In reply to: Fixed SidebarGlad to help ARCHE
Forum: Fixing WordPress
In reply to: Ad keeps shifting to the leftHello there,
It works fine for me on chrome on Mac.
Did you check with a different computer ? Browser ?
Forum: Fixing WordPress
In reply to: Will I Lose My Posts and Draft Posts?Hello there,
You should be able to do that without any issues.
Read here : https://codex.www.ads-software.com/Moving_WordPress#Changing_Your_Domain_Name_and_URLs
Here is another : https://www.wpbeginner.com/wp-tutorials/how-to-properly-move-wordpress-to-a-new-domain-without-losing-seo/
Please make sure to take backups and do not cancel your current domain before you have successfully migrated to the new domain.
I will recommend keep your old domain active and 301 redirect to save SEO
Forum: Themes and Templates
In reply to: Copying Files To Child ThemeHey there,
It should ideally work fine.
Just create a child theme and put the modified files in the child theme.
Then you should be able to update the parent theme without any issues.
Make sure you take the required backups before making any changes.
Cheers
Forum: Themes and Templates
In reply to: Fixed SidebarHello there,
You can fix that by adding a zindex parameter to your CSS
So something like :
.sidebar { z-index: 999; }
should fix it.
Cheers
Forum: Themes and Templates
In reply to: [Wallstreet] Menu – Hover ColorHello again,
Try adding the below piece of CSS in a plugin like
.navbar .navbar-nav > li > a:hover {
background-color: #ffff22 !important;
color: #FFFFFF !important;Change the #ffff22 to the color of your choice.
That should help fix it.
Cheers
Forum: Themes and Templates
In reply to: [Wallstreet] Menu – Hover ColorHello there,
Thanks for your post.
Sharing a link to your website will help us recommend some custom CSS you can add to your website.
Here are some general tips : https://www.wpstuffs.com/style-wordpress-navigation-custom-css-classes/
Hope that helps.
Forum: Themes and Templates
In reply to: Want to Remove Comments Form from PagesHello there,
Thanks for your post.
Sharing the link to your website certainly helps us so that we can check and suggest custom CSS for your site.
You most likely made modifications to the theme core files and with an update, they were over written.
We recommend using a child theme : https://themefuse.com/child-themes-what-they-are-how-to-use-them-and-why/ ; https://codex.www.ads-software.com/Child_Themes and making required modifications in the child theme so that an update would not mess up your changes.
We hope this helps.
Cheers
Hey there,
Thanks for your post.
You can install a plugin such as TinyMCE Advanced.
Then from the settings page you can drag additional options onto your editor, including custom fonts.
https://www.ads-software.com/extend/plugins/tinymce-advanced/
https://itarsenal.com/change-title-sizes-fonts-wordpress/ should help you achieve what you want.
We hope this helps.
Forum: Fixing WordPress
In reply to: How do I add thinks to my siteHello there,
Thanks for your post.
#1 you can use : https://jetpack.me/support/subscriptions/ Jetpack is very powerful tool
Alternatively you can use Sumome which is free : https://sumome.com/app/list-builder
#2 : You are referring to the post.php file here which you generally do not need to modify unless you want to make template changes. If the right sidebar looks wonky, you should look at Appearance >> Widgets and make sure the widgets are setup properly.
Additionally if you could share a link to your blog, we can assist better.
#3 : Its most likely your theme which is not optimized for IE. Which theme are you using ?
#4 : You could use a responsive theme or read some tips here :https://premium.wpmudev.org/blog/how-to-build-a-mobile-wordpress-theme-and-why-you-should/ (I recommend using a responsive theme over using plugins)
We hope that helps.