tlcbytaragmailcom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Widget Issues After Theme UpdateUpdate – I meant LEFT Sidebar widget. For now, on the Home page I just created two divs in order to manufacture a widget. You can see the other pages like About Us, which are set to Sidebar/Content layout are not working.
Forum: Themes and Templates
In reply to: [Responsive] Widget Issues After Theme Update1.9.5.1 giving me same issue. My Right Sidebar Widget is appearing in Home Widget 1 position, and one of the text widgets isn’t showing at all.
https://www.beyondthehoop.org
Help?!Can I use html to add a link to the Blog page in the Settings>Reading, where it allows me to edit the text for the confirmation email? Or can I do this in the PHP somewhere? I would like to add something like “Click here to go to my Blog Page”
Thanks for this information. It is very frustrating! Is there anyone at wordpress.com who can change the settings for this site? I have set it up in wordpress.com as the blog location /blog but it points to the home page anyway.
Can I edit the php to point to the blog page?
Richard, can you help? Similar issue, only jetpack is pointing to my home page on https://www.kbconceptspr.com instead of the blog page at kbconceptspr.com/blog. This is what comes through in confirmation email as “Blog URL.” I can’t figure out how to edit this.
Thank you!In the meantime, NoProbRob911 or cyberduck, can you tell me what to edit in the plugin to make a second row?
ThanksI would also love this feature. Can you please let me know when it is available? My last button is not accessible as it doesn’t fit on the row.
Thanks!Forum: Plugins
In reply to: [Contact Form 7] Contact/Sign Up Form Freezes upon SubmitThank you. I saw that in the FAQs, but as I noted in my description, I tried deactivating plugins, and that did not fix the problem. I am using a child/custom theme so cannot use the default or my whole website will change. Can you please look at the url https://www.bodybyginny.com and give me some other solutions/ideas?
Thank you.I should add that I am using a child of twentyten theme as my desktop theme and the theme “Responsive” for my mobile theme.
This may be the source of the problem but I don’t know how to resolve it.
Thanks,Forum: Themes and Templates
In reply to: Different Header on SOME static pagesSorry – still having trouble with the image code. I currently have the image placed within the header div using html. I also have another div nested within the header, which contains the address, phone and a search bar. The url is https://bulldawgtraining.com/wordpress1/
Should I get rid of the html and replace it with some php? If so, can you please tell me how to code the php for this?
<div id="header"> <?php if(is_page('Physical Therapy') ): // Physical Therapy?> <img src="https://bulldawgtraining.com/wordpress1/wp-content/uploads/2012/10/Bull-Dog-Logo-Final-Lotus-BLUE.jpg" width="350px"> <?php elseif(is_front_page() )://front_page ?> <img src="https://bulldawgtraining.com/wordpress1/wp-content/uploads/2012/07/bulldawg-logo.jpg" width="350px"> <?php endif; // end the if, no images for other categories ?> <div class="logo-address"> 571-970-6068<br /> 5001-A Lee Highway<br /> Suite 102<br /> Arlington, VA 22207 <ul> <li><form role="search" method="get" id="searchform" action="https://bulldawgtraining.com/wordpress1/" > <div><label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form></li> </ul> </div><!-- #logo-address--> </div><!-- #header -->
Forum: Themes and Templates
In reply to: Different Header on SOME static pagesHow would I write this code if I am not using echo. I am just inserting a different img? AND, is there are way to make the Physical Therapy page and all the pages that are child pages to “Physical Therapy” blue, and ALL THE REST of the pages red, rather than list all the child pages separately (ie “First Visit”)?
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser. Really, please use the code button. ]
<div id="header"> <?php if(is_page('Physical Therapy') ): // Physical Therapy?> <img src="https://bulldawgtraining.com/wordpress1/wp-content/uploads/2012/10/Bull-Dog-Logo-Final-Lotus-BLUE.jpg" width="350px"> <?php else if(is_page('First Visit') ): // First Visit?> <img src="https://bulldawgtraining.com/wordpress1/wp-content/uploads/2012/10/Bull-Dog-Logo-Final-Lotus-BLUE.jpg" width="350px"> <?php elseif(is_front_page() )://front_page ?> <img src="https://bulldawgtraining.com/wordpress1/wp-content/uploads/2012/07/bulldawg-logo.jpg" width="350px">
Thanks.
Forum: Themes and Templates
In reply to: Different Header on SOME static pagesThank you!
This si not working for me, either. I set up the plug-in as described. I went into Tools and in the “Add to page” drop down, I only have the option of “None” ; name (Personal) and name (Application). I do not see an option to add a page I manage, which is the ONLY page I want linked to my wordpress site. NO LINK TO PERSONAL PAGE.
When I installed teh plug in on my site, if I am not using FB as my personal page, the plug ins (“Like” button and recent activity) do not work – I see message on the wordpress site saying please switch back to “name” (personal page).
https://www.kbconceptspr.com/wordpressForum: Themes and Templates
In reply to: Hover Image in Twentyten #access menuThanks! That did the trick!