MzBeanz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Together] What does your Together website look like?LOVE your website! And congrats! How did you get your names to the left of the menu? LOVE it
i did a fix for now but the background is not seamless now looks awful ??
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Left side photos cut offIt’s better but it still looks cut off.
My shortcode says [supsystic-gallery id=1 position=center] where do I change this?
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Images not centered on pageIs this why the photos on the left side no matter the settings appear to be chopped off??
Forum: Themes and Templates
In reply to: [Hathor] Social Media links on postsok will do bought theme after I posted here.
Forum: Plugins
In reply to: [Contact Form 7] Center entire formThank you I did read that but I want to set the form to 8-% and then center the entire form on the page.. Can’t seem to get the code correct.
Forum: Themes and Templates
In reply to: [Hathor] Adding Background ColorWas there an answer for this? Same here I add a background image and he header does not change .. only see it on either side of the blocks. :/
Forum: Themes and Templates
In reply to: [Hathor] Social Media links on postson the post.. I am using them in the footer so to me it seems redundant :/ Would be great to remove them form the post especially since they don’t go to a specific page. thanks!
Forum: Themes and Templates
In reply to: [Spun] disabe sidebar on specific pagesIt worked! You are amazing thank you so much!
Forum: Themes and Templates
In reply to: [Spun] disabe sidebar on specific pagesThank you for your help! I will give it a whirl!
Forum: Themes and Templates
In reply to: [Spun] disabe sidebar on specific pagesThank you so much Bojan! I am not sure why it didn’t work I tried 3 different ways… the link is this https://www.glassdesignsbyvictoria.com/ I want to disable the sidebar on these pages so the page goes full width (if possible) on ‘About me”, ‘Contact’, ‘Care Guide’, ‘Policies’
I appreciate your time
Maddie
Forum: Themes and Templates
In reply to: [Spun] How can I move the Navigation arrows?I discovered that my problem is when I use this code to reverse the directiojn to navigate from right to left (which makes more sense to me then how it is out of the box), the delete button in my cart acts as the navigation arrow… sorry for my confusing explanation… not sure how to explain it :/
.site-content #nav-below .nav-next a:before, .site-content #image-navigation .nav-next a:before { content: \"?\"; } .site-content #nav-below .nav-next a, .site-content #image-navigation .nav-next a { left: 0; } .site-content #nav-below .nav-previous a:before, .site-content #image-navigation .nav-previous a:before { content: \"?\"; } .site-content #nav-below .nav-previous a, .site-content #image-navigation .nav-previous a { left: 92%; }
Forum: Themes and Templates
In reply to: [Spun] sidebar on pages except homepageThat didn’t work but thanks for responding.
I changed it some and it seems to work.
‘/* Move sidebar to the right on all pages EXCEPT home page*/
.home #primary { width: 100%; }
.home #secondary { display: none; }#primary {
float: left;
width: 70%;
}#secondary {
clear: right;
display: block;
padding: 50px 0;
float: right;
width: 30%;
position: fixed; /* keeps it in same postion */
top: 225px; /* move up or down */
right: 20px;
}/* to remove the + sign */
.sidebar-link {
display: none;
}.widget-column {
width: 100%;
}/* adjust space between sidebar and main content */
.one.widget-column {
float: none;
margin: 0 0 0 5px;
}
`will check into the plugin you mentioned. Thanks again
Forum: Themes and Templates
In reply to: [Spun] Side bar on the right but not on main page…Anyone able to help?
Forum: Themes and Templates
In reply to: [Spun] Navigation left and right arrow buttons disappearedWhat setting do you have for number of posts to show? You might not have enough to bring the arrows into play.