vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fara] Customize Social IconsHi,
Only way I can think of at the moment is – if your icons are images – to set them as background images.
But I’m guessing the easiest way would be to make a child theme, edit header.php from it and simply hardcode your links there along with your icons.
Forum: Themes and Templates
In reply to: [Moesia] Problem loading header on posts pageHi,
Really sorry, somehow we didn’t notice this topic. Just wanted to note that an individual header won’t work for the blog posts page because it doesn’t behave like a regular page.
Forum: Themes and Templates
In reply to: [Fara] change avatarHey,
That’s not related to the theme. You just need to create a gravatar account with the same email as your admin and set an avatar there.
Forum: Themes and Templates
In reply to: [Sydney] Sample contentHi,
See the documentation page please. You’ll find demo content there and anything else you might need.
Forum: Themes and Templates
In reply to: [Sydney] Home Page LayoutWell, the theme definitely didn’t change 🙂
You could try clearing your cache from the caching plugin you’re using.
Forum: Themes and Templates
In reply to: [Sydney] Home Page LayoutHi,
Looks fine to me. Try disabling some of your plugins. Also post a link to your page please.
Our demo site is also running 4.2.2 without any issues: http://demo.athemes.com/sydney/Forum: Themes and Templates
In reply to: [Moesia] Change "OUR CLIENTS " or " OUR SERVICES"Hey,
Simply edit those widgets you added and you’ll see a title field. Add there what you need.
Forum: Themes and Templates
In reply to: [Moesia] Background colourIt’s not the body background that is white, it’s the row background. So if you edit your page and click on Edit Row you can change the background color for that row for whatever you want.
Forum: Themes and Templates
In reply to: [Moesia] Home page icons lostHave you deleted it or something? Try restoring it from the Trash if it’s there.
Forum: Themes and Templates
In reply to: [Moesia] Problems with responsiveness1. They’re not shown because most of the time they won’t have enough space to fix.
The code is not working because you have a missing}right before this code.2. They’re not responsive because of your custom code. You’ve added a fixed width of 835px for
.page-template-default .content-area. You need to also addmax-width: 100%;for that element.Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"That’s cool, but again, the code isn’t showing on your website. You might have an error in your custom CSS. Check it or change your plugin.
The code I gave you works, see for example if I add it manually in the inspector tool: http://snag.gy/JgohO.jpg
Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"As I said, the code isn’t on your website. Use a custom CSS plugin like Simple Custom CSS.
Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"Doesn’t look like that code is on your website. Make sure you add it in a custom CSS plugin or wherever you added the first one.
Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"They show on the homepage because that one doesn’t have the class .page, therefore your custom code isn’t active there. You can keep it as it is and also add this:
.page .recent-content .entry-title { display: block; }Forum: Themes and Templates
In reply to: [FlyMag] Titles in "Recent posts type A"Hi,
They can’t disappear on their own. Can you show me a link to your site please?