codehunterxydeep
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing Featured images from rss feedWhat are you using to generate the feed?
Forum: Themes and Templates
In reply to: [Hueman] Big empty space after posts on FrontpageMaybe its fixed, but i dont see huge empty white space after posts
Forum: Fixing WordPress
In reply to: Get this code into a pluginfunction get_eliquid($atts) { return 'YOUR CODE HERE' ; }Here you find it
wp-content/plugins/wpdm-button-templates/buttons.cssForum: Fixing WordPress
In reply to: ul and li layout problem.tf_widget li { margin: 0; padding: .4em 0; list-style: none; clear: both; }change
padding: .4em 0;
to
padding: 0;Forum: Fixing WordPress
In reply to: ul and li layout problemDo you have a link to your site?
Forum: Themes and Templates
In reply to: [ColorMag] Change color of white strip where socials areWith css
Forum: Themes and Templates
In reply to: [ColorMag] Background image behind page titleYou have to use background-image instead of background-color
Forum: Themes and Templates
In reply to: Menu is showing in wrong directionYes, you have to change
floatin your cssForum: Fixing WordPress
In reply to: ul and li layout problemli.cat a { display: block; color: #000; padding: 8px 16px; text-decoration: none; }Try to change the padding value
Delete the margin in your css.
.link-btn:active { margin: 1px 0 0 1px; }Forum: Themes and Templates
In reply to: [Sela] Scrolling Title and Nav BarYes it is, but would be easier if you could provide a link to your site
Forum: Themes and Templates
In reply to: Galerie wird nicht angezeigt – Fehler ShortcodeWo hast du denn den Code vorher eingegeben? In einen Beitrag?
Forum: Plugins
In reply to: [Woocommerce Catalog] Custom button not showing (in place of Add to cart)Where it the option to change the setup of the cart button, so i can look it up?
Forum: Themes and Templates
In reply to: Make Single Page WiderHi emmalenhart,
you need to change the container width to a size you like