MyWorldz
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Create Custom Single Post Templates by CategorySorry to bother you but I have another question that’s a bit related.
Is it possible to use the same template for a category and a single page. So for example, I have a blog category and I want to use the same template for the single page as I use for the category. This way I don’t have to create a single-blog.php and a category-blog.php.
How would I do that please?
Thanks!
Forum: Everything else WordPress
In reply to: Create Custom Single Post Templates by CategoryThank you so much. Really appreciate it!!
Forum: Plugins
In reply to: [Connections Business Directory] Multiple Templates and Looking For FilesThank you for your reply.
RE: 1) Is it possible to use a different template for each category?
Sorry, I may be misunderstanding. So just to clarify a bit. Say for example, I created a category for “employees” and one for “contractors” but I need a different layout for each of those categories. Can I copy the card.php and card-single.php and assign them to match the category, eg:
card-employees.php
card-single-employees.phpcard-contractors.php
card-single-contractors.phpThanks!
- This reply was modified 2 years, 1 month ago by MyWorldz.
Forum: Fixing WordPress
In reply to: Child Theme CSS Not Working In ChromeHi there,
I disabled all the browser extensions and that did not make a difference.
I did not originally design the site and I’m fairly new to WordPress so not sure how some things work yet. I’m not sure where the theme is downloaded from.
The name of the Theme in the main style.css is Lambert, but it looks like it was renamed to match the name of the website because I don’t see wp-content/themes/lambert, but I see wp-content/themes/websitename and wp-content/themes/websitename-child
It’s odd that the CSS would work on Firefox and IE but not Chrome.
Thanks!
Forum: Fixing WordPress
In reply to: Text Editor Removing “a” TagThank you so much. That helped!!
Forum: Fixing WordPress
In reply to: Text Editor Removing “a” TagI am still having issue with this.
When I enter this:
<div align="center" id="frontpage-menu"> <a href="/organic-farm-to-table-menu/#Vegan"><h4>Vegan</h4></a> <div class="divide"></div> <a href="/organic-farm-to-table-menu/#Jerk"><h4>Jerk</h4></a> <div class="divide"></div> <a href="/organic-farm-to-table-menu/#Pasta"><h4>Pasta</h4></a> <div class="divide"></div> <a href="/organic-farm-to-table-menu/#Seafood"><h4>Seafood</h4></a> <div class="divide"></div> </div>
It changes it to this:
<div id="frontpage-menu" align="center"> <h4>Vegan</h4> <div class="divide"></div> <h4>Jerk</h4> <div class="divide"></div> <h4>Pasta</h4> <div class="divide"></div> <h4>Seafood</h4> <div class="divide"></div> </div>
I found the below which doesn’t strip the code but I have to save the HTML somewhere because the editor is blank when I go back to edit the content.
https://linklay.com/stop-wordpress-automatically-removing-html-markups/
// START Stop removing div tags from WordPress – Linklay
function ikreativ_tinymce_fix( $init )
{
// html elements being stripped
$init[‘extended_valid_elements’] = ‘div[*]’;// pass back to wordpress
return $init;
}
add_filter(‘tiny_mce_before_init’, ‘ikreativ_tiny_mce_fix’);// END Stop removing div tags from WordPress – Linklay
Forum: Fixing WordPress
In reply to: Send Draft To OthersThe reviews looks great so I may try it. Thanks ??
Forum: Fixing WordPress
In reply to: Send Draft To OthersWhen you click on the “Preview” in WordPress, is it possible that they can view the draft URL without having log in?
Thanks!
Forum: Fixing WordPress
In reply to: Cannot Access Website – Unable to ConnectCould it be the hosting company blocking my IP?
Forum: Fixing WordPress
In reply to: Cannot Access Website – Unable to ConnectSo this has nothing to do with my ISP? When you say blocked “locally” what do you mean?
I guess I’m trying to figure out if it’s WordPress, My Computer or my ISP that is causing the issue – and why all of a sudden I would be blocked ??
This has never happened before so I’m lost/confused.
Thanks again!
Forum: Fixing WordPress
In reply to: Cannot Access Website – Unable to ConnectWhen I turn off my MaAfee Firewall I can see the site. I logged in and I have BackupBuddy by iThemes installed. I deactivated it but that didn’t help.
I asked someone to view it on their laptop and they cannot see the site. So now I’m confused cause they are not using the same IP as me.
Where in the backend of the site can I check to see if my IP is blocked?
Thanks for your help!
Forum: Fixing WordPress
In reply to: Cannot Access Website – Unable to ConnectSorry about that. I was in a panic. Still is… but it appears that it’s my Firewall so I’m seeing if my ISP can help with this.
Thank you!
Forum: Fixing WordPress
In reply to: SEO Keywords Where Do They Go?Ok I see. Thanks!!
Forum: Fixing WordPress
In reply to: SEO Keywords Where Do They Go?I meant search keywords not meta keywords – unless they are the same?
Thanks!
Forum: Fixing WordPress
In reply to: Cannot Access DEV Copy of SiteOh I see. I’ll do that. Thanks so much!