vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [FlyMag] Problem with Google Fonts for New Menu ItemsJust checked your source code. You added the class
fato those menu items, therefore the font family is set to Fontawesome. Remove it as you don’t need it anyway.If by link not working you’re referring that the icon is not showing up, that’s because it’s not part of the icon scheme for the social menu. It’s easy to do if you add this in a custom CSS plugin, like that module that Jetpack provides:
.social-navigation li a[href*="/feed/"]::before { content: '\f09e'; }Forum: Themes and Templates
In reply to: [Fara] Can you change the width of the text in a single post?Yeah, you could do it with some custom CSS that you can add in a custom CSS plugin:
.single .hentry { max-width: 1000px; margin-left: auto; margin-right: auto; }Forum: Themes and Templates
In reply to: [FlyMag] Images on my siteHi,
The images displayed in the carousel or in the widgets you mention are featured images. So if you don’t have any featured images set then only those grey placeholders will be displayed.
Forum: Themes and Templates
In reply to: [Moesia] No Header Image Option on Single PageNope, it’s still there. Have you imported the settings file? Check the documentation again please.
Hey,
You’re talking about three plugins, not sure how the theme is related here 🙂
You could try installing the Code Snippets plugin and adding this in it:
add_filter( 'widget_text', 'do_shortcode');Forum: Themes and Templates
In reply to: [Moesia] Profile picture lost for EmployeesHey,
Not really sure what’s causing the issue at the moment. You’re the second person that reported it so I’m guessing it’s not a general issue.
You just need to reselect your employee photos.Forum: Themes and Templates
In reply to: [Moesia] Setting up posts. WP Post sliderNot sure the documentation will help as the questions aren’t really theme related.
Forum: Themes and Templates
In reply to: [Moesia] Responsive menu animation?No, not at the moment. But we’ll look into this for future versions.
I know what the code is, I wrote it 🙂
What I’m saying is that I cannot help as I’m not seeing the issue anywhere I checked so far. I see it working on all sites I checked as I said before. Send me an admin account at vlad[at]athemes.com for that demo site you posted and I’ll have a quick look.Forum: Themes and Templates
In reply to: [Moesia] Project featured image in a lightboxHi,
Set the Front Page template for that projects page please. The scripts for the lightbox are only loaded on that page template.
I re-exported the demo file, try with this one. As I said the images still show up fine on our demo site and on all users sites I saw with 1.30. You could also try to regenerate your thumbnails with a plugin.
Sorry, I meant if you have a caching plugin you should clear the cache from it. Can you post a link?
Yeap, the links have changed because now we’re showing smaller versions of the images. But it doesn’t cause any issues. Clear your cache if you see anything off.
There are plenty of sharing plugins that show up below posts on the front page. Not sure what those are because I’m not using them but I saw people using. Don’t know about related posts, most of them probably work only on single posts.
Forum: Themes and Templates
In reply to: [Amplify] show link to comments in each post's header or footerYou shouldn’t make the change in the editor.
Please post the contents of your child functions.php file so I can see what you did wrong. Though if you just do it again like you did the first time I’m sure you can get it right.