QuincyRossieau
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] Redirection not workingSure, where can I find your e-mail adress?
Thank you for the quick reply.
Forum: Plugins
In reply to: [Bol.com Partner Program Plugin] Can not insert Bol.com products via pluginsYou can find the contact form on https://www.gta5-online.nl/contact/
Forum: Plugins
In reply to: [Bol.com Partner Program Plugin] Can not insert Bol.com products via pluginsIs it possible to send private messages via this forum?
I could set up a login account for you so that you can replicate the problem and see my plugins.
Forum: Plugins
In reply to: [Bol.com Partner Program Plugin] Can not insert Bol.com products via pluginsYes, i can set up and preview everything, and every field is filled in, but I can not insert the product on my WordPress page.
I am having the same problem as stated above. Insert does not work.
I already deleted and reinstalled the plugin, but no luck. Any ideas?
Forum: Themes and Templates
In reply to: UL list-style not workingI resolved the problem!
The problem was caused by css code in the reset.css document, but I did not see any changes made to that file using the Browser Inspector in Google Chrome.
Next i saw code in the Browser Inspector that i knew i deleted. It seems that Google Chrome has no way to hard-reset the browser (shift-F5). When i opened the pagine in Safari, Firefox or IE everything looked good, so i now use Firefox for webdevelopment.
Forum: Themes and Templates
In reply to: UL list-style not working@wpyogi, i thought you had the answer, but the
<ul>
just does not seem to react on the css in the style.css.Not only is the list-style-type not working, the
<ul>
also does not repsond to any margins or padding assigned to it.I guess i’m just going into debugging now, start with an empty css file and just add in the css-code one line at the time.
Forum: Themes and Templates
In reply to: Add an image to the first line of a dropdown menuThat’s it! Thanks a million!
.sub-menu li:first-child { background: url(images/logo.png) no-repeat top left; padding-top: 50px; }
Forum: Themes and Templates
In reply to: Add an image to the first line of a dropdown menuThanks man, that almost does what i need.
It places the images on the first child, but what i need is the image to appear before the first child.
I tried
.sub-menu li:first-child { background: url(images/logo.png) no-repeat top left; height: 80px; line-height: 80px; }
While this does create a gap between the first and second child, it does not place the text of the first child below the image.
Forum: Themes and Templates
In reply to: Content dependent heightUnfortunatly this isn’t a solution. If the text in the maincontent div is more than the height of 796px you get this:
Is it possible to place the contentpic div inside maincontent but have it on the right, besides the text?
Forum: Themes and Templates
In reply to: Content dependent heightI have the border-style on the “content”div. maincontent div and contentpic div are inside this div.
I want the content div to use the height from the maincontent div.
Forum: Themes and Templates
In reply to: Content dependent heightI closed up everything in footer.php, but the problem remains.
Any ideas?