acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] previous/next only inside categoryI am sorry, I can’t help you with this, it’s a lot of custom work…
Forum: Themes and Templates
In reply to: [JustWrite] Slider WidgetThen your images aren’t big enough. Change the images of posts you want to use in the slider.
Above – Width: 900px; Height: 520px;
Forum: Themes and Templates
In reply to: [JustWrite] Slider WidgetYou can use Regenerate Thumbnails and make sure you have the correct images sizes – documentation
Forum: Themes and Templates
In reply to: [JustWrite] HeaderThat’s just for background images. If you want to use a logo, separate it from the background and add it as a logo: https://www.youtube.com/watch?v=VkQLEFY1GGU
Forum: Themes and Templates
In reply to: [JustWrite] previous/next only inside categoryYou can’t, you need someone to custom develop theme for you…
Forum: Themes and Templates
In reply to: [JustWrite] NofollowOnly the read more button has nofollow, that’s because the post title already has a link.
Forum: Themes and Templates
In reply to: [JustWrite] Nofollowwhich links exactly?
Forum: Themes and Templates
In reply to: [JustWrite] Image SizeI am sorry, but I can’t really help you without seeing the website.There are 10+ pages of support queries, this is the first one with this issue
Forum: Themes and Templates
In reply to: [JustWrite] Image SizePlease post your website’s url.
Forum: Themes and Templates
In reply to: [JustWrite] Image SizeYou can use: Regenerate Thumbnails
Forum: Themes and Templates
In reply to: [JustWrite] Replace WP search with Google search (menu bar)I can’t offer support for issues arising from the use of 3rd party plugins.
The only thing I can tell you for this issue is that you can replace:
if( has_nav_menu( 'main' ) ) { wp_nav_menu( array( 'container' => '', 'theme_location' => 'main', 'items_wrap' => '<ul class="menu-main mobile-menu superfish">%3$s</ul>' ) ); } else { echo '<ul class="menu-main mobile-menu superfish"><li class="current_page_item"><a href="#">' . __( 'Add a menu', 'justwrite' ) . '</a></li><li><a href="#">' . __( 'Main Menu Location', 'justwrite' ) . '</a></li></ul>'; }with:
ubermenu( 'main-um' );That’s all I can say about customization or compatibility.
The plugin isn’t even hosted on WordPress.org. If it’s a premium plugin you can ask the author for support.
Forum: Themes and Templates
In reply to: [JustWrite] Add a responsive ad in headerYou add the banner from Customizer and add this css code:
http://www.acosmin.com/forums/topic/show-ads-720×90-on-mobile-device/#post-2244Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Crayon plugin strips tags on my forum contentYou can change that line with something like:
$allowed_html = array( 'a' => array( 'href' => array(), 'title' => array() ), 'br' => array(), 'em' => array(), 'strong' => array(), 'p' => array(), 'ul' => array( 'class' => array(), ), 'li' => array( 'class' => array(), ), 'span' => array(), 'small' => array(), 'img' => array( 'src' => array(), 'alt' => array() ), ); $the_content = wp_kses($the_content, $allowed_html);What exactly do you mean by you don’t have access to “<theme option>”? You can’t access the Customizer?
If you are on WP 4.5 and using and older version of AC JustWrite Freebies, please read: https://wordpress.org/support/topic/notice-wp-45
Forum: Themes and Templates
In reply to: [JustWrite] Masonry #2There isn’t a way, sorry.