Jaroslav Svetlik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Slider AltHello @grupomccac,
Not right now but we will implement this feature in some of next theme updates.
Best Regards
Forum: Reviews
In reply to: [Agama] “Please read our Terms & Conditions page first…Thank’s for your review 😉
Forum: Themes and Templates
In reply to: [Agama] Ligne de flottaison + parallaxHello @opticlic,
Can you share screen on what exactly thing you mean ?
We can generate custom CSS code for you just show us what you want to hide from home page.
Regards
Forum: Themes and Templates
In reply to: [Agama] Homepage slide loading very slowlyForum: Themes and Templates
In reply to: [Agama] Homepage slide loading very slowlyHello @loichan0929,
Disable SiteOrigin plugins and try if that speeds your website loading.
Theme itself is very fast but you can make it slow by installing bunch of plugins.
Best Regards
Forum: Themes and Templates
In reply to: [Agama] Text cuts off/chops off words in the rowsAdding next CSS code:
.entry-content p { text-align: justify; }Should work on your content if you added code properly to:
Appearance -> Customize -> General -> Additional CSSYou can also try next CSS code (if above one not working):
.entry-content p { text-align: justify !important; }Regards
Forum: Themes and Templates
In reply to: [Agama] Problem with Agama ThemeWhat is terrible with your website ? I don’t see anything strange.
Screen: http://prntscr.com/i3wltg
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] blank page after trying to activate Agama BlueI’m glad everything is fine once you upgraded PHP to 5.6 version.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] blank page after trying to activate Agama BlueBelieve me… i had already same cases like yours and every time it was old PHP version issue.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] blank page after trying to activate Agama BlueHello @d000drift,
I’m 80% sure that you are using old PHP version, maybe below PHP 5.6 so this could easily cause above stated error.
Please check what is your hosting PHP version and ask your web hosting company to switch it to PHP 7.
Best Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Home page is also blog with no titleForum: Themes and Templates
In reply to: [Agama Blue] Global site tagYou can add next code to themes/agama/functions.php:
add_action( 'wp_head', 'agama_your_function_name' ); function agama_your_function_name() { echo 'your tag here'; }This will add your custom tag to every page.
Check next screen: http://prntscr.com/hywtqw
Regards
- This reply was modified 8 years, 4 months ago by Jaroslav Svetlik.
- This reply was modified 8 years, 4 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama Blue] Frontpage won’t display PostsHello @lmxc,
You probably set a static front page https://codex.wordpress.org/Creating_a_Static_Front_Page
If you want to display latest posts on your home page you will need to disable static front page.
Regards
Forum: Themes and Templates
In reply to: [Agama] Email icon in top nav social icons