caissg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] Wider layoutright, it is done through CSS. last time I did this, I did not create any new CSS. I just modified the existing one that came with the theme. Now I have forgotten where I made the changes. I cannot find it in styles.css
First of all, this is a great plugin! I am hiding the table content initially and only displaying when a search term has been entered. The results being fetched are correct.
However when displaying the results, there is extra spacing that shows up. So if my search query returned only 1 record, there is no space between the ‘search’ box and the table displaying the results. But as my result set grows, say from 10 to 20 to 100 records, the amount of “space” increases in the display between the search box and the table with results.
How do I fix that?
thanks!
found the answer on this forum. pasting below for quick reference for others:
[wpsqt name=”3″ type=”quiz”]
[wpsqt name=”2″ type=”survey”]
[wpsqt name=”1″ type=”poll”]HTH
I have same issue. Were you able to figure it out? Is there a shortcode?
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] google AdsI meant the actual content. and thanks, your suggestion worked!
that was it! thank you very much
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] google Adsthanks…that works!
In the page.php template, it places the code just above the footer. Depending on the length of content on different pages, the ad placement maybe way down and user has to scroll down. Is there anyway I can place the Ad right below the text which is “automatically” determined on each page.
I tried to put the code between the ‘Main div” and the “sidebar div” but it ended up moving my sidebar below the page content. Please advise.
thanks!
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] text is not boldedjust another comment.
For italics to work, I was having the same issue. I added the following in the styles.css and it works fine now.
em {font-style:italic;}
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] text is not boldedawesome…that did the trick:)
thanks for the prompt response.
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] text is not boldedLook for word ‘victims’ on the page and when you do view source, you will notice it is bolded in the code but is not being rendered that way.
thanks!