varkeychaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] How to adjust checkout pageHi, I am also looking for the same, I need to have only one funding option i.e only 5$. Is there a way I can restrict this?
As a simple blog I think it is quite fine, the header image can be more professional in my opinion. Also the featured images or post images are too small to my taste. Maybe you can center the image to make them more appealing but I would prefer bigger images that span across the post.
Forum: Themes and Templates
In reply to: Custom Colors in Menu BarThis discussion may help
https://www.ads-software.com/support/topic/add-class-to-link-in-custom-menu?replies=6
Forum: Everything else WordPress
In reply to: looking for advice on ecommerece storeMagento is an independant platform and not a wordpress plugin. Woo Commerce has good built in support for Multisite so I guess it is a good choice
Forum: Everything else WordPress
In reply to: How To Create A Website Like This….Yes you can! ??
Forum: Themes and Templates
In reply to: Custom Colors in Menu BarCan you provide a link to the site, so that I can have a look at the underlying code.
Forum: Themes and Templates
In reply to: [Responsive] Hover on social iconsA better Answer
add a class to the link<a href="https://twitter.com/me" class="twitterbird" title="Twitter link"></a>
remove the image as mentioned before
Forum: Themes and Templates
In reply to: [Responsive] Hover on social iconsyou can remove the img in the html.
Forum: Themes and Templates
In reply to: Menu is not showing on archieve pagesyour index.php file has the coding for the menu in it, but I think your categories.php file doesn’t.
Forum: Themes and Templates
In reply to: [Responsive] Hover on social iconsTry this
.twitter-icon{
display: inline;
margin: 1px;
padding-left: 3px;
height:24px;
width:24px;
background:transparent url(‘twitterbird.png’) center top no-repeat;
}.twittericon:hover {
background-image: url(‘twitterbird_hover.png’);
}Forum: Themes and Templates
In reply to: Can not translate one button, help!I found them in the file
https://pravfond.ge/wp-content/themes/nova/css/styled-elements.cssuse firebug and you can find the files easily
Forum: Themes and Templates
In reply to: What is the good way to create online store web site?Woo Commerce has an option for cash on delivery, maybe that might help.
Forum: Themes and Templates
In reply to: What is the good way to create online store web site?Try Jigo Shop or Woo Commerce both are free plugins and have good documentation.
Forum: Themes and Templates
In reply to: [Responsive] Hover on social iconsYou can use CSS to do the trick, check out https://www.w3schools.com/cssref/sel_hover.asp
to get some idea of the hover selector and then you can add the css to your theme css or preferably to your child theme.Forum: Themes and Templates
In reply to: Get my Javascript On!in the code above you have mentioned the php function bloginfo( ‘template_directory’ ) but not while using the enqueue below