Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Great plugin, thanks

    Thread Starter jabbo126

    (@jabbo126)

    I can only update – authors of Ultimate CMS really doesn’t replay to this problem and i find another colision with another plugin – Maps Marker – there are text editors same like in posts and it does same thing to them – you can edit only in HTML mode. I think really that problem can’t be solved from Christopher side – i am personaly swithing to another plugin Custom Post Type UI looks promising.

    Thread Starter jabbo126

    (@jabbo126)

    I think that problem is not at your side – Ultimate CMS colide with other plugins in this version. Yes, the problem must be in jQuery – i also tried to digg in and search internet for some code solution, but JS is’t really my domain :-).

    I’ve also write on Ultimate CMS forum, but no response. To be honest, i use Ultimate CMS only for quick custom post creation, i belive there will be another plugins, that do the same.

    Thanx for your reply – you can maybe close this topic.

    @pyromania666 – deactivate, update, activate – it works! Thank you, so simple but i was looking for this particular problem two days ??

    Thread Starter jabbo126

    (@jabbo126)

    I tride disabling Compress JavaScript just to try but it still don’t work. I can put my original code here (sorry there are some czech words in comments). This is my original news-archive.php:

    <?php get_header(); ?>
    <div id="wrapper-page">
    <div id="main-content" class="left">
       	 <h2 class="yellow-label">Novinky</h2>
         <div id="yellow-label-corner">
         <img class="yellow-label-img" src="<?php bloginfo ('template_directory'); ?>/images/h2-right-29x39.png" />
         </div>
    
        <!-- loop za?átek -->
        <?php $mypost = array( 'post_type' => 'novinky', ); ?>
        <?php while (have_posts() ) : the_post();?>
    
    	<div id="news-area">
    
    		<div id="news-post">
    
                <!-- thumbnail za?átek -->
                <?php if( '' != get_the_post_thumbnail() ) : ?>
                <div id="news-img" class="left">
                <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( 'novinky-thumb' ); ?></a>
                </div>
                <?php else : ?>
                <?php endif ?>
                <!-- thumbnail konec -->
    
                <!-- nadpis --><h2 class="news-h2"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
                <!-- datum --><p class="datum">publikováno: <?php the_time();?></p>
                <!-- obsah --><p><?php the_content ('cely ?lánek'); ?></p>
    
            </div>
    
           <!-- cely ?lánek -->
           <p><a href="<?php the_permalink(); ?>"><div id="read-more">cely ?lánek</div></a></p>
    
           <div class="clear"></div>
           <hr />
    
    	</div>
           <?php endwhile ?>
    	<!-- loop konec -->
    
        <!-- Star?í/nověj?í -->
    	<div id="prev-next">
    		<div class="left"><?php next_posts_link('< STAR?í'); ?> </div>
    		<div class="right"><?php previous_posts_link('NOVěJ?í >');?></div>
    	</div>
    
    	<div class="clear"></div>
    
    </div>
    
        <!-- SIDEBAR --><?php include (get_template_directory() . "/code-sidebar-akcninabidka.php"); ?> 
    
        <div class="clear"></div>
    
    </div>
    </div>
    <?php get_footer(); ?>

    When i use your plugin only first two news show up and also prev-next area dissapear.

    Another thing – even if i uncheck Compress JavaScript in WP Super Minify settings in source code of my web is:

    “*** HTML, JavaScript and CSS of this site is combined and compressed by WP Super Minify plugin v1.0”

    So it still compress JavaScript?

    Forum: Plugins
    In reply to: [Bogo] Custom Post Types?

    Ok – i find out that normal posts works fine, but not my custom post type. I just add the title of my custom post type in code of post-l10n-functions.php file in plugin directory on line:

    function bogo_localizable_post_types() {
    	$localizable = array( 'post', 'page', 'news' );

    I added ‘news’ in it. And it looks like it works, but when i click preview of my translated post in custom post type it gives me 404 error. But with normal post, it works fine. Is there anything els i need to do?

    PS: I tried change permalinks setting, it didn’t help.

    Same by me, wierd

    Yeah, you are at right direction ??

    Glad to be helpful. You are right that how are posts display on archive pages is directed by template. You can modify it, but it is necessary to edit core template files. But that is another topic.

    Good luck to you, WP really is awesome way to make rich webs with great administration.

    Well, you really need to specify your problem better.

    Are you customizing your core template files by coding?

    What do you mean by “both pages I created”? Do you create them in wp-admin or do you make your custom templates for this pages? (If you are new in WP then i doubt it)

    Becouse – just by add new pages – how you display posts on that pages? When you create just page, you don’t have loop to display posts by default – you need to add shortcode to it.

    I think what you are talking about are archives, not pages. If you want to display all posts from particular category, you want link to that category (for which WP automatically creates an archive) not to page.

    You need to learn WP anatomy (here is nice infograpic).

    Of course, your theme may have different rules – if so, then why don’t you contact support for that theme?

    I want to help you, but i need to know more.

    Oh my God! Addictable, you don’t even know what you did – you just save my sanity. I was losing my mind with this problem. This BOM makes me headaches previously with functions.php, but i never thought that extra margin is caused by this! Thanks very, very much!

    Thread Starter jabbo126

    (@jabbo126)

    Got it ??

    All i needed to do was put this line before the loop:

    <?php query_posts( 'post_type=banery&cat=9'); ?>

    and delete ‘category_9’ in it. Works great. Few…

    There is some elementar information you don’t mention. First at all – what template do you use? Are you doing your own custom template or re-design the default one?

    Your “costume” menu widgets – do you mean custom widgets? What do you mean by that? You are making your own widgets? Or do you mean simple HTML widget, where you put your own HTML with styling? If you want to edit .css you just need to find the right style parts in your style.css in your template which you are using. For example, when i’m using default Twenty Twelve theme and i want to change color or size of h3 in sidebar – so my widget’s h3 i need to edit ‘.widget-title h3’ in my style.css. And how do i know what to looking for? Use Firebug in your browser, you can inspect the divs and classes on the fly.

    For your page id, I would not worry about it, if you want you can read something about it here: https://codex.www.ads-software.com/Function_Reference/get_pages. But what you probably want to change is the link of your page, is that right? Default WP permalink setting is to show their ID in the link. If you want to change it for example to yourweb/category/post-title you shall go to Settings -> permalinks and chage default value to something else or your own custom value, where you just put /%category%/%postname%/ for showing category/post-title in your link.

    And finally – your “work in progress” and “released albums” display by only a thumbnail. That is little bit difficult. It really depends on theme you are using and modify of the widget itself, or creatig your own. To say it short – you can’t make this without proper knowledge or widget or plug-in. You can try featured-category widget.

    If you are new in WordPress and you want to make your custom templates and achive your custom functionality – i highly recommend to learn it from scratch. From design in PSD to static XHTML and then to WP template, all by hand. It will be a few weeks of learning at first it might seem complicated, but trust me – WordPress has a brilliant semantics, and once you learn the anatomy you will be surprised how easily you reach your goals.

    Thread Starter jabbo126

    (@jabbo126)

    Solve it – just by using Spot plug-in. Exactly what i needed.

    I would also appreciate filters to individual layers in multi-layers map :-). But this plug-in is simply awesome, thank you Robert!

    In short – you need to have WP core on your web to use WP widgets.

Viewing 15 replies - 1 through 15 (of 24 total)