meganlee1984
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] When active all homepage content dissappearsHi Barry: It seems that it is specific to a core plugin for the theme. I’ve being having a lot of plugin conflict, so I’ve reached out to the developers of the theme directly to see if they could point me in the right location.
Hi Joshua,
Yes, I tried what Philipjohn mentioned. But still couldn’t get it to work.Hey Angelo,
This still didn’t do the trick for me. Any other suggestions?I’m also having the same problem. I’ve checked my permissions, and the settings in the dashboard. Any other articles of documentation on why this would work would be helpful.
Forum: Themes and Templates
In reply to: Creating custom menu item highlightingThe menu is being beign generated by pulling a list of posts.
So the site works as the first page displays content (a video), and a list of links that is pulling for the latest post in a category. So the links are the lists of posts that are just dynamically from a custom post query. I’m just not sure how to target the css to get the links appear as active states when the user is on a given page.
Forum: Themes and Templates
In reply to: Creating custom menu item highlightingSorry about that.
Forum: Themes and Templates
In reply to: Show multiple posts to a queryJust be this –
$second_query = new WP_Query('cat=-5,-8&posts_per_page=1'); // Change posts_per_page and cat as needed
This did it! Thanks!
Forum: Themes and Templates
In reply to: Show multiple posts to a queryThanks for the response, I have two queries, because I am showing two separate areas of two category specific posts.
This is the page:
https://svadsi.info/Basically I want to show the latest post from the “Events” category, and the two latest post from the “News” Category. Does that make sense? Or Do you think I’m using this in the wrong context still? If so please let me know.
Thanks!
Forum: Themes and Templates
In reply to: Show multiple posts to a queryThe Code: https://pastebin.com/G806K9RV
Forum: Themes and Templates
In reply to: Twenty Eleven Sidebar IssuesThank you Esmi! That was it!
Forum: Themes and Templates
In reply to: Twenty Eleven Sidebar IssuesThe Div has a top border, a solid grey line. I changed the background color so you can see the difference from the home page to the blog page.
home:https://svadsi.info/
Forum: Themes and Templates
In reply to: Twenty Eleven Sidebar IssuesGreat, all set with the child theme now, thank you for the tip.
Forum: Themes and Templates
In reply to: Adding the permalink to the post title in the sidebar.Thank you!
Forum: Themes and Templates
In reply to: Targeting a specific category to replace background imagesYes, thank you, I need to uncheck the attachment link from the image. Thank you!
Forum: Themes and Templates
In reply to: Targeting a specific category to replace background imagesThank you for your response. I was able to get this to work for one category, but not another. The category that is working is not in the blog section, should that make a difference?
The Working Page
CSS:body.category-portfolio { background-color:#000; background-image:url(https://asvpart.com/new/wp-content/uploads/2011/07/bkgrnd_gallery.jpg); background-repeat:no-repeat; background-size: 100%; }
The Non-working Page
The CSS:body.category-art { background-color:#000; background-image:url(https://asvpart.com/new/wp-content/uploads/2011/07/bkgrnd_gallery.jpg); background-repeat:no-repeat; background-size: 100%; }
Does the page have to be targeted differently because the art category is show through the blog?