aaviya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Monaco] Translating the Posted on textHi,
You can find it in monaco/inc/template-tags.php (139 line)Forum: Themes and Templates
In reply to: [Monaco] How is the slider installed?1. Download and extract the archive. Upload the 4 folders to wp-content/themes/monaco (it will not overwrite any file)
https://andreasviklund.com/files/slider.zip2. Open monaco/functions.php
Findrequire get_template_directory() . '/inc/jetpack.php';
Add AFTER it
require( get_template_directory() . '/inc/slider_post_type.php' ); require( get_template_directory() . '/inc/slider.php' );
3. Add this in index.php on line 15
<?php echo monaco_slider_template(); ?>
If everything is ok you’ll see button Slides in your administration.
Also check theme homepage to read more about the shortcodes ??
Forum: Themes and Templates
In reply to: [Monaco] How is the slider installed?Hi,
Unfortunately WordPress free themes doesn’t support custom post types and I had to remove the slider. If you want you can download some slider plugin or I can send you an instructions how to add this one with minimum programing skills.Best regards,
Veselka DobrevaForum: Reviews
In reply to: [Monaco] big problemHi, everything is fixed with the last update.
Forum: Reviews
In reply to: [Monaco] Really niceThank you!
Forum: Reviews
In reply to: [Monaco] Clean and SimpleThank you!
Stay tuned – second theme is coming ??Forum: Themes and Templates
In reply to: [Monaco] Fatal error: Call to undefined function my_pagination()Fixed in 1.5.4
Forum: Themes and Templates
In reply to: [Monaco] Fatal error: Call to undefined function my_pagination()Hi,
You either can wait for update (it should be live today) or go to /inc/template-tags.php line 25 and change<?php my_pagination(); ?>
to
<?php monaco_pagination(); ?>
Best regards,
Veselka DobrevaForum: Themes and Templates
In reply to: [Monaco] Call to undefined function – Incorrect slider nameIt looks like the current version is 1.5.1 and my last update is 1.5.3.
I guess that’s why you have problems. Anyway – feel free to email me your admin details and I’ll try to help you as soon as possible.
Forum: Themes and Templates
In reply to: [Monaco] Call to undefined function – Incorrect slider nameHi,
Did you update the theme? If yes, could you please send me access to your site’s administration so I can help you?
Email:[email protected]Thank you,
Veselka DobrevaForum: Themes and Templates
In reply to: [Monaco] Call to undefined function – Incorrect slider nameHi,
Thank you for reporting the problem! It’s fixed now but according to WP rules for themes I had to remove the slider in the last version. You can still use the theme and install some slider plugin.Best regards,
VessyForum: Reviews
In reply to: [Monaco] [SOLVED] Bricked my blog :(@ml.wordpress: Hi again, if you still have some error can you paste it here? Thanks
Forum: Reviews
In reply to: [Monaco] [SOLVED] Bricked my blog :(Hi ml.wordpress,
Thank you for reporting this problem. I just pushed an update which will fix it.Best regards,
VessyHi, I tried your solution, but it still doesn’t show in sidebar. Can you help me to display weather as widget?
10x