MOSHECO
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] How to center the whole siteDid any of you found a fix for this problem ?
no …as i wrote above – i get this “WP Menu Cart couldn’t detect an active shop plugin. Make sure you have activated at least one of the supported plugins”
Same Issue ! using a multisite installation …the woo menu cart doesn’t work even though woocommerce is installed . installed the wp menu cart but now getting the message “WP Menu Cart couldn’t detect an active shop plugin. Make sure you have activated at least one of the supported plugins”
?
Forum: Plugins
In reply to: [WooCommerce Re-Create Pages] Tools Button Isn't ThereHey ..nice plugin.
In the description for the plugin you explained that the tool is to be found in the settings. i suggest you correct it. i almost gave you a not working plugin review.I installed this widget but the portfolio items break out of the sidebar frame.is it possible to make the items kind of slide within the box?
Forum: Plugins
In reply to: [Plugin: WooCommerce] When on parent catagory show only sub-catagoriesHello
can any of you dear fellow woocommerce users try to sum up the solution how to display categories and sub / nested categories in the best possible way with easy navigation to the subcategories and products.they must develop a good plug in for categories and subcategories for quick navigation
Thanks
Forum: Plugins
In reply to: [WooCommerce] Flatrate shipping and free shipping both viewedVery obvious issue !
questions –
1. if i add this code then when i update the theme the fix will be deleted ? if so should i create a child theme with css and functions.php
2. where to add it with in the file.
ThanksForum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Check out Not worknigFor me the solution had to do with the the settings for enforce security check out …if its on then the pages look for the ssl protocol
read this review
https://wpcandy.com/reviewed/woocommerce/#.UOhyPazovTDhope this may help some of you and save you time !
Forum: Fixing WordPress
In reply to: how to add extra widget area in twenty eleventhanks for the tips
i manged to install a new side bar to the header BUT now need to style it
https://etgarlcc.com/
its under the title and i need it to be elongated and to the far right end of the white header area… How can i style it to look like long rectangular to the right of title ?Help!!!
Forum: Themes and Templates
In reply to: Header not at the very top of the pagethis did it for me
#page {
margin: 0 auto;
max-width: 1000px;
}Forum: Fixing WordPress
In reply to: question on how to change layout of themecool…now the transparent part is wider
i think i can play with the size.the code looks like this
#Container {
width: 605px;
background:url(images/container.png);
padding: 10px;
position:absolute;
top: 0px;
padding-top:150px;
height:535px;
overflow:auto;}
.scroll-pane {
height:535px;
}#Container.scroll-pane, .jspContainer { width: 700px !important; }
.jspPane { width: 675px !important; }Now, since it looks different in IE and firefox …fire fox there is no margin at all on the left, i think the best solution would be if i put a margin for the fonts and logo …like 20 px from left
what is the code for it ?
thanks for you time
Forum: Fixing WordPress
In reply to: question on how to change layout of themeWhat do you mean at the END ?
i added the code like this –
[CSS code moderated – a link to your site is enough to access the styles – or use the pastebin]
Forum: Fixing WordPress
In reply to: question on how to change layout of themegreat..its working
this is what i did –#Header .center { position: relative; right: 50px; width: 1200px;
Questions –
1. do i need to keep the ” position: relative;2 how can i fix it a little margin from the left and from the right for the icons.
3. how can i make the box/page bigger?
4. there is a big difference in the way the changed appear in IE vs FireFox…is there a way to over came this problem
thanks again
Forum: Themes and Templates
In reply to: Twenty Eleven (copy) – make content wider for one col layoutThanks for the code …just what i needed
this is how i used it.singular.page .hentry {padding:1em;} .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title { width: 90%; } .singular .entry-meta .edit-link a { bottom: auto; left: 0px; right: auto; top: 30px; }
Forum: Themes and Templates
In reply to: How to Put space Between the header and top of pageHi and thanks again
if i use the this code on the child css –
#masthead {
margin: 30px 0 0 0; /* top right bottom left */
padding: 0;
}it makes the page look like the original with out all the css edited
Where should i add it to ?
and when i change the access to 10 px it puts the menu bar on top of the header …making it smaller then the size i wont
?