Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter F Ran

    (@lobovcf)

    May not be able to publish pages is a wordpress configuration issue, not a theme issue. There may be misconfigured something inadvertently?

    Thread Starter F Ran

    (@lobovcf)

    I’ve done what you say and now the previews works well, at last. However we can not publish pages, and should be able, though it is a minor problem because we do not usually do.

    I do not understand what could have happened because I’m the only admin an I have not touched the template long ago, long before we detect the problem with previews, neither the original nor the child theme, so do not know what could corrupt whatever it was. Maybe some plugin of the many I’ve tried for different things?

    In any case, many thanks Kathryn πŸ˜‰

    Thread Starter F Ran

    (@lobovcf)

    Well, you answered me while writing. About plugins I’ve tried, and it does not work. The browser could be if only I were the writer, but it happens to 8 blog authors, each with a different browser I guess. Anyway, normally use chrome, but I’ve tried different than firefox or Safari and the problem persist.

    • This reply was modified 9 years, 9 months ago by F Ran.
    Thread Starter F Ran

    (@lobovcf)

    Hello, testing some things like disable plugins I discovered that neither I can publish pages. In the Blog we only publish posts, pages use them as private notes, but also we should be able to published pages, but can not, like the previews are not visible. Any ideas?

    Sorry for my terrible english πŸ˜‰

    Thread Starter F Ran

    (@lobovcf)

    You’re right, before it was cafemestalla.com/CMO, CMO is the folder in which it is my wordpress, and with the previous theme worked everything perfectly. I corrected after making the screenshot to see if the problem with the preview was fixed, but no, still not working…

    Thread Starter F Ran

    (@lobovcf)

    Well, captures are not seen, I don’t know why. I am sorry

    Thread Starter F Ran

    (@lobovcf)

    Hi Kathryn. Thanks for answering. I do not know if I understand correctly. Under the permalinks it is not what you ask me as you can see in the capture.

    http://i68.tinypic.com/iw0xlc.jpg

    Wordpress url and the url of the site are in general settings, and have this:
    DirecciΓ³n de WordPress (URL) http://cafemestalla.com/CMO
    DirecciΓ³n del sitio (URL) http://cafemestalla.com

    http://i63.tinypic.com/sfch6s.png

    • This reply was modified 9 years, 9 months ago by Kathryn Presner. Reason: Removed non-functional [IMG] tags
    Thread Starter F Ran

    (@lobovcf)

    Oh, sorry. I did not remember it was there, sometimes we insist that everything is complicated when sometimes it is very easy.

    Thanks anyway πŸ˜‰

    Thread Starter F Ran

    (@lobovcf)

    My test site is not online, I can not give you a link. In the future, if I get everything to work well, I’ll keep Boardwalk theme working on cafemestalla.com

    Thank you very much. I sincerely appreciate your help.

    But I don’t close the topic. If I have more questions I ask you for help right here πŸ˜‰

    Thread Starter F Ran

    (@lobovcf)

    It works! I had to fight a little because information was repeated and it cost me understand why, but it’s settled. I thought, to better manage information, I will create two functions, one for the author and another one for the category. Then I have to give it style. Can you say me how to deal with CSS these new lines that I have created?

    Again thanks for the help;)

    Thread Starter F Ran

    (@lobovcf)

    Hello again!

    The truth is I’m not sure to be doing well, sorry for my little knowledge. I copied a new boardwalk_child_entry_meta function in the child theme functions.php like this:

    boardwalk_child_entry_meta function () {
    $ TIME_STRING = '<time class = "entry-date published updated" datetime = "% 1 $ s">% 2 $ s </ time>';
    if (get_the_time ( 'U')! == get_the_modified_time ( 'U')) {
    $ TIME_STRING = '<time class = "entry-date published" datetime = "% 1 $ s">% 2 $ s </ time> <time class = "updated" datetime = "% 3 $ s">% 4 $ s </ time> ';
    }
    
    $ TIME_STRING = sprintf ($ TIME_STRING,
    esc_attr (get_the_date ( 'c')),
    esc_html (get_the_date ()),
    esc_attr (get_the_modified_date ( 'c')),
    esc_html (get_the_modified_date ())
    );
    
    if (is_single ()) {
    $ Posted_on = $ TIME_STRING;
    } Else if (is_sticky () &&! Is_paged ()) {
    $ Posted_on = '<a href="'. Esc_url( boardwalk_get_link_url()).'" Rel="bookmark">'. __ ( 'Featured', 'boardwalk'). '</a>';
    } Else {
    $ Posted_on = '<a href="'. Esc_url( boardwalk_get_link_url()).'" Rel="bookmark">'. $ TIME_STRING. '</a>';
    }
    
    echo '<span class = "posted-on">'. $ Posted_on. '</ Span>';
    }

    The in the child theme new single_content.php I copied this:

    <header class="entry-header">
    		<div class="entry-meta">
    			<?php boardwalk_child_entry_meta(); ?>
    		</div><!-- .entry-meta -->
    		<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
    	</header><!-- .entry-header -->

    It is correct?

    Thanks for your patience πŸ˜‰

    Thread Starter F Ran

    (@lobovcf)

    the cover = main posts page

    Thread Starter F Ran

    (@lobovcf)

    Yes, that is, I want to put the author of the post and category under the title on the cover and inside the post. Unfortunately I do not know much about php or html, although I understand CSS something better. In any case if you give me some understandable guides I think I can follow in your footsteps.

    I appreciate it a lot! πŸ˜‰

    Thread Starter F Ran

    (@lobovcf)

    Well, seems it’s solved. I do not understand why only failed some surveys and not others. But hey, never mind.

    Thank you very much for the support πŸ˜‰

    Thread Starter F Ran

    (@lobovcf)

    Sorry, I guess it is because the entry was a draft. I’ve posted on the blog so you can see what happens. In case you may not see the error you can see the screenshot. Thank you for your attention.

    http://cafemestalla.com/mejores-jugadores-atb-1-vcf-1/

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