9Design
Forum Replies Created
-
Forum: Plugins
In reply to: [Upcoming Events Lists] Events sorted chronologically when on an events pageYes, that is a problem. Is there any solution? Or to provide some shortcode for the page.
TnxForum: Reviews
In reply to: [Modality] Perfect template but updating is a messAnd support is bad..
Forum: Plugins
In reply to: [Event List] event-list.css file locationHi, try to add in your custom css or child theme css, for example:
.event-title a {
font-size: 24px !important;
}
!important is the key.You just have to find which class you need to change.
I hope it helps!
MariaForum: Themes and Templates
In reply to: [Modality] Polylang not recognize modalithy theme strings!Hi! No worries, do next:
1. Create an wpml-config.xml file
2.In the file copy this:<wpml-config>
<admin-texts>
<key name=”modality_theme_options”>
<key name=”features_section_title” />
<key name=”features_section_desc” />
<key name=”feature_one” />
<key name=”feature_one_desc” />
<key name=”features_section_desc” />
<key name=”feature_two” />
<key name=”feature_two_desc” />
<key name=”feature_three” />
<key name=”feature_three_desc” />
<key name=”feature_four” />
<key name=”feature_four_desc” />
<key name=”getin_button_text” />
<key name=”getin_section_header” />
<key name=”getin_section_text” />
<key name=”getin_button_url” />
<key name=”about_section_header” />
<key name=”about_section_text” />
<key name=”blog_section_title” />
<key name=”services_section_title” />
<key name=”services_section_desc” />
<key name=”service_one_icon” />
<key name=”service_one” />
<key name=”service_one_desc” />
<key name=”services_section_desc” />
<key name=”service_two_icon” />
<key name=”service_two” />
<key name=”service_two_desc” />
<key name=”service_three_icon” />
<key name=”service_three” />
<key name=”service_three_desc” />
<key name=”service_four_icon” />
<key name=”service_four” />
<key name=”service_four_desc” />
</key>
</admin-texts>
</wpml-config>3. then upload wpml-config.xml into wp-content/polylang (if you don’t have that folder in wp-content, make it)
And that’s it! Now you will have the strings for translation.
If something is missing for translation put it in wpml-config.xml, now you have the idea how it works.
I hope it helps!Forum: Themes and Templates
In reply to: [Modality] how to add at home page slider?Sorry it is not solved. If you follow this link http://vpthemes.com/how-to-setup-image-slider-on-the-home-page-of-modality-theme/ it is not good.
The motorcycle image is still standing no matter what you do.
Is there any solution?
TnxForum: Themes and Templates
In reply to: [Modality] Can't change slider/banner!!!!!!How you solved it? Can you share? Tnx
Forum: Themes and Templates
In reply to: [i-max] Sticky post is not sticky on recent post home pageYes, I am using shortcodes, because it is a static homepage but I need recent posts. For the blog page is not the problem. Is there any solution?
Ok. No problem. It is free so I am not complaining 🙂 Maybe is possible in Pro version (or with some other translation plugin)? Just let me know, I like these theme a lot so probably I will buy it in some point.
—————————————————————
And one more thing: there is no way to put link or shortcode in slider. Only text. Why?Thanks
———————————————————————–
Solution for others for free theme > maybe it will be useful:
If you want to translate (multilingual) with polylang use widgets in sidebars instead sections in theme options (event, testimonials…turn it off, call to action…). In sidebar, footer, below footer put widgets you have, or for testimonials for example, download some testimonials slider and that’s it.
Clear call to action and put it somewhere else like text widget or shortcode in sidebar (ex. event sidebar on front page) and put some css style for it to make it cool.
For read more button,I have put >>> instead of text, and everything is cool.Regards!
Ok. I did something like this and works. The easiest way to add new Font Awesome to your theme is to add the following to the <head> in your theme’s header.php file (make the child theme).
<link href=”//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css” rel=”stylesheet”>
And that’s it!
Thank you for the answer. I will try and let you know.