Forum Replies Created
-
AuthorPosts
-
PeterParticipant
Heading Should Be Navicon Change to 3bars, now sure how to edit heading
PeterParticipantHi Sakin I have no download links of my paid themes in my account control panel / dashboard. ( should be CBpro mustang and everest), I also contacted one of my colleagues who I referred CT’s to ( they have some paid themes too) and he has no access to updates in his account either. Is there a issue with our accounts status, my oldest theme was march 2013, so not up for renewal yet. Please advise, thanks Pete
PeterParticipantAlso I have temporarily removed all the custom CSS so it is easier for you to visibly notice that on the home / index.php page of the site there is some coding issue that is not allowing the display of
what I think may be
<article class=”page-content”>
not being coded in, thereby inhibiting the display of meta title and description below the menu.
I am seeing the same behavior on the demo of Mustang, obviously the displaying of meta title and description is highly important on any home page not just secondary pages. The Mustang demo has some pages that use the Meta title / description and some that don’t such as “image test’ and “layout test”
Is there something else that needs to be configured to allow the home page Meta Title and Description data to display?
PeterParticipantThanks for the link, What I am referring to is the management via Dashboard Theme Options. Screen snags sent via ticket email reply, that should clarify the issue in Mustang and index.php
PeterParticipantHi Sakin
I have managed to create the desired effect with the following, it did require adding a couple of line breaks following contact form, and other pages bottom content to be displayed above the footer, (just a bigger scroll, apart from that it seems ok. Maybe someone can do more efficiently.
/* stick footer to bottom of screen – especially for short content pages */
#footer-main {
position: fixed;
width: 100%;
bottom: 0;
}This does however cause footer to always be visible at bottom of screen on all pages regardless of amount of content.
PeterParticipantHi I was wondering if it is possible to have the footer always at bottom of large Screens.
eg, an exaggeration example see http://www.stradbrokebeachhouse.com.au/test/
on pages with minimal content the footer is high up the screen, looks strange.
Is it a CSS alignment possible, if so can you recommend Custom CSS to align at bottom, thank you Peter
PeterParticipantSakin, I was missing a } in a custom css above the mod I was entering so it was negating my addition.
this works now
/* change header search box bg */
#branding #s {
background-color: #FFFFAA;
}/* change search box bg when selected */
#branding #s:focus {
background-color: #F4FFFB;
}PeterParticipantHi Sakin Thanks for the footer info, Sorry I should have added colour codes, thought if simple generic it would assist others in the trail.
I had the search disabled temporarily because it is a dark blob – I tried adding (below)
(changing to E4FEFFB , worked in Firebug but when I added to custom CSS no change, obviously want to have on focus also.
#branding #s {
background: url(“images/search.png”) no-repeat scroll 10px 7px #E4FEFFB;} this worked in firebugThanks for the footer CSS, Pete
PeterParticipantThanks You Sakin
PeterParticipantPerfect example of I should have read the text under the images, instead of jumping in with 2 feet, sorry – moderator ok to remove this post
PeterParticipantFigured out that Homepage Top Sidebar is the location, remove the Recent Posts, Recent Comments Archives and Meta and insert Text widget4 times.
I am puzzled about how to put in the images above these items.
PeterParticipantHi I erroneously “Deleted” Social Icon Widget, when in the Header Right Sidebar, (realize now I should have probably dragged it out).
What is the process to get a widget back, it is not listed in active or inactive list and appears it is now fully deleted?
-
AuthorPosts