jrosas84
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Remove Navigation Menu from Specific PageWorked like a charm!
Thanks for your support and solution.Forum: Fixing WordPress
In reply to: How to Remove Navigation Menu from Specific Pagesongdogtech –
that’s a good idea.I’ve created a customer header file (header-outlet.php) that’s a duplicate of original header but has the above code remove.
I’ve also created a custom product page template (outlet-product.php).
How do I modify the template so that it calls the custom header as opposed to the original header?<?php /** * Template Name: Outlet - Product Page */ get_header();?> <?php include (TEMPLATEPATH.'/get-option.php');?> <style type="text/css">
Thanks again.
qurl,
Thanks for bringing that to my attention! That was it. The Front page display settings did not have a Posts page selected. I changed it to the Blog page and that did the trick.
On a separate note, how would I go about adding some sort of line break in between the Tags and Subscribe widgets (https://serverlift.com/blog)? They seem to bet set too close together.
Thanks a lot of the great support.
OK, anything will help. Thanks. Have a great weekend.
Thanks. Currently, using WP Remix 3.0 by R5 Ltd And R.Bhavesh. I’ve just inherited this WordPress setup, but I think very little customizations have been made.
I’ve even updated the plugin, deactivated and reactivated, etc…
The Blog Page template and other templates that show the dynamic side bar both have the same code to include the sidebar:
<?php include (TEMPLATEPATH . '/includes/sidebar/tpl_sidebar1.php'); ?>
I’ve tried almost everything. Any other suggestions?
Hi,
The site is back up.
Yes, it’s possible that the Blog template doesn’t have a sidebar. I checked the .php code for template Blog Page Template (tpl_blog.php) in the editor and it doesn’t include any sidebar tags. How would I go about adding that code? Or what template should I choose to get desired result?
Thanks for your help.
Forum: Plugins
In reply to: [Plugin: AddToAny: Share/Bookmark/Email Button] Customize codes won’t workI am having the same issues. Here’s the exact code I put in the Additional Options box:
‘var a2a_config = a2a_config || {};
a2a_config.templates = {
twitter: “Check out: ${title} ${link} via @joelrosas”
};’