afzaal1985
Forum Replies Created
-
Forum: Reviews
In reply to: [Consulting] Developer doesn’t respond to support queriesHello @lamjoee
Following on from the message above I’ve checked your the support tickets and can see that no support requests were received from your account. Please can you provide me with a direct link to your ticket and I’ll be happy to look into your issues further to help.
Kind regards.
- This reply was modified 7 years, 1 month ago by Andrew Nevins.
- This reply was modified 7 years, 1 month ago by afzaal1985.
Forum: Themes and Templates
In reply to: Spacing between posts?Hi, sorry for the delay. It seems as if the template used on the problem blog page is not the same as the one used on the blog page you prefer. I’m guessing this is because of the plugin.
We can try a fix, but I worry that this might cause some conflict on other areas of your site. Add the following to the style sheet of your child theme and see if your happy with the look:
header.entry-header { margin-bottom: 0; } h1.entry-title { margin-bottom: 0; } .post-headline h2 { margin: 0.9091em 0 0; } .post-bodycopy { margin-top: 1.5385em; } .post-comments { padding: 2.4999em 0 0.8333em; border-bottom: 1px dashed #ddd; }
If you notice any conflict let me know and we can adjust this code if needed.
Afzaal
Forum: Themes and Templates
In reply to: [Mantra] Colors!OK great,
To change the color at the bottom of the homepage add the following to the style sheet in your child theme:
blockquote, .entry-content code { background: none; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
To change the PayPal background add the following to the style sheet in your child theme:
Let me know if that doesn’t quite cover everything you want or covers too much!
Afzaal
Forum: Themes and Templates
In reply to: Solid Content Area Oxygen ThemeHi,
Try the following:
#container { background: white; }
or
#wrap { background: white; }
The first option will make the whole page white, whereas the second option will make the center text area white and leave the wood effect around the sides. Choose the method you prefer and add it to the style sheet of your child theme.
Forum: Themes and Templates
In reply to: [Spun] menu button titleYou can change this through the header.php file. To do this follow the steps below:
1. First setup a child theme folder structure.
2. Once that’s done copy over header.php into the child theme folder.
3. Do a search for “_e( ‘Menu’, ‘spun’ );” in header.php.
4. Replace the word Menu to whatever you want it to be.Note that the theme is also translation ready so you might want to also edit the following files acordingly:
languages/spun.mo
languages/spun.poLearn how to setup a child there here if you get stuck.
will need to also edit the following files to
Forum: Themes and Templates
In reply to: [Mantra] Colors!Are you referring to the backgorund of the bit of text that reads:
When you’re about to quit try again 10 times harder
Also, you’re right that if you make changes to the theme files they will be overwritten with the next update. However, if you setup a child theme structure then these changes will not be overwritten. When making changes we advise you use a child theme:
Learn how to setup a child theme here.
Let me know once that’s done and we can target the css.
Forum: Themes and Templates
In reply to: Spacing between posts?Can you also post a link to a blog page that has the style you want? You mention that the main feed posts are not affected.
Thanks,
Afzaal
Yes it should do, but it wont hide the category or tag links. To hide the category and tag links as well then instead of adding the above code to your child theme add the following:
footer.entry-meta { display: none; }
Afzaal
Add the following to the style sheet in your child theme folder:
.post-date { display: none; }
Afzaal
Note: Learn how to setup a child theme here.
Forum: Themes and Templates
In reply to: repairing style/position of an element in a wrapIt’s not clear to me what exactly is wrong. Please can you provide more details on exactly what the issue is. If your able to create an image showing how you want the structure to look that would help.
Also, your current slideshow image is pointing to the wrong location. It’s current pointing to the file:
thumbnail-slideshow.jpg
Whereas I think you might want to be pointing to:
thumbnail-slideshow.png
Look forward to hearing back from you;
Afzaal
Forum: Themes and Templates
In reply to: [Clean Retina] Removing title from slidertry adding the following line of code to your child theme’s style.css file:
.featured-text span { display: none; }
Let me know if there’s anything else you need.
Afzaal
Note: Always make changing through a child theme. See here for help in setting up a child theme.
Forum: Themes and Templates
In reply to: Wish to remove second page title, but how?Do you have a plugin ativated that only allows users to see the content if they’re logged in?
I get the following message in the main content section of the page:
Ops..
Siden er under arbeid men du er velkommen tilbake senere.
I’ll keep an eye out for your response.
Afzaal
Forum: Themes and Templates
In reply to: Wish to remove second page title, but how?Hi,
I’ve popped over to your site site, but can’t see the problem. Please can you setup a test page without the under construction notice so I can see what code’s being output.
Thanks,
Afzaal
NOTE: Never edit theme files directly. Always add changes using a Child Theme
[Please stop posting your hyphenated junk]Forum: Themes and Templates
In reply to: [Attitude] No Sidebar on ipadOK. I’ll add a line to any correspondence saying that the changes should be made through a child theme.
Forum: Themes and Templates
In reply to: Wish to remove second page title, but how?Please can you post a link to your page. I’ll see if I can solve this without the use of an additional plugin.