vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Moesia] Changes to site on multi screensHi,
The menu is collapsed on mobiles and toggable. You have to click it to open it up. Your header image is 5649 x 3708, you would need to resize it. Sorry, don’t have a lot of time at the moment to help more.
Forum: Themes and Templates
In reply to: [Moesia] Services icons – diable the hover blue colorI belive you’re using the Addthis plugin? That’s causing the issue because it uses the same classname as the icon. In order to keep that plugin and solve the issue you need to add this to a custom CSS plugin or child theme:
.service-icon:hover { background: #ff6b53; }Forum: Themes and Templates
In reply to: [Moesia] Services icons – diable the hover blue colorHey,
What blue color change? Can you post a link to your website so I can see it?
Forum: Themes and Templates
In reply to: [Moesia] Call-to-action button link targetHey,
I guess we can add an option for this in the widget in the next theme version.
If you’re in a hurry you can use a custom js plugin and add this in it:jQuery(function($) { $( '.call-to-action' ).attr( 'target','_blank' ); });Yeah, that’s how the page builder works.
Forum: Themes and Templates
In reply to: [Moesia] Header SizeSorry, I misread, I thought you meant the header image. You want to change the section headings? It’s the last option from your screenshot.
Forum: Themes and Templates
In reply to: [Moesia] Header SizeHey,
Are you sure you changed the header size from Customize > Header Image? I’m seeing the default values in your source code.
Replace #rates with #pg-111-1 in your menu. It works for the services block because that’s the actual ID of the section, it won’t work the same using #rates or anything else that doesn’t actually exist.
Forum: Themes and Templates
In reply to: [Moesia] How do I get rid of unwanted heading?Cool. Feel free to mark this topic as resolved and come back if/after you’ve set up your child theme so I can show you how to change the title.
Reviews and ratings are appreciated 🙂Forum: Themes and Templates
In reply to: [Moesia] How do I get rid of unwanted heading?Here is all you need to know: http://codex.wordpress.org/Child_Themes
In this case you will need to copy archive.php to your child theme because that’s the file that shows the archive titles. After that you’ll need to add some code to show the title you want.Forum: Themes and Templates
In reply to: [Moesia] Header: Slider shows computer code instead of a slidePlease use our forums for support for the paid version: http://athemes.com/forums/
Forum: Themes and Templates
In reply to: [Moesia] 4 services in a rowTry changing 25% to 24% or even a bit less. The services are now inline-blocks so that code won’t work as it is.
Forum: Themes and Templates
In reply to: [Moesia] How do I get rid of unwanted heading?That’s the title for the Employees cpt archive, so you cannot change it. You can only hide it with some custom CSS:
.post-type-archive-employees .page-header { display: none; }You can only change it if you have a child theme.
Forum: Themes and Templates
In reply to: [Moesia] projects/ services orderHey,
You can either change the date or use this plugin: https://wordpress.org/plugins/post-types-order/
Forum: Themes and Templates
In reply to: [Moesia] Employees and ServicesI suggest you reimport the settings file. There shouldn’t be any relation between those fields and a child theme, simply because those fields are created with the Types plugin and have nothing to do with the theme.
Forum: Themes and Templates
In reply to: [Moesia] Changing Text Button in Latest News Section@mamaryon: There is a field in the widget in which you can add the text you want.
Forum: Themes and Templates
In reply to: [Moesia] Employees and ServicesNot really sure what you mean, the featured image option isn’t even enabled on the employees CPT by default.
Here’s a screenshot: http://snag.gy/Doput.jpg. If you didn’t make any changes in Types it should look the same for you too.