F Ran
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Boardwalk] Page preview don’t workMay not be able to publish pages is a wordpress configuration issue, not a theme issue. There may be misconfigured something inadvertently?
Forum: Themes and Templates
In reply to: [Boardwalk] Page preview don’t workI’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 π
Forum: Themes and Templates
In reply to: [Boardwalk] Page preview don’t workWell, 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.
Forum: Themes and Templates
In reply to: [Boardwalk] Page preview don’t workHello, 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 π
Forum: Themes and Templates
In reply to: [Boardwalk] Page preview don’t workYou’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…
Forum: Themes and Templates
In reply to: [Boardwalk] Page preview don’t workWell, captures are not seen, I don’t know why. I am sorry
Forum: Themes and Templates
In reply to: [Boardwalk] Page preview don’t workHi 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.comhttp://i63.tinypic.com/sfch6s.png
- This reply was modified 9 years, 9 months ago by Kathryn Presner. Reason: Removed non-functional [IMG] tags
Forum: Themes and Templates
In reply to: [Boardwalk] Number of posts in the main pageOh, sorry. I did not remember it was there, sometimes we insist that everything is complicated when sometimes it is very easy.
Thanks anyway π
Forum: Themes and Templates
In reply to: [Boardwalk] Category and author under the titleMy 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 π
Forum: Themes and Templates
In reply to: [Boardwalk] Category and author under the titleIt 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;)
Forum: Themes and Templates
In reply to: [Boardwalk] Category and author under the titleHello 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 π
Forum: Themes and Templates
In reply to: [Boardwalk] Category and author under the titlethe cover = main posts page
Forum: Themes and Templates
In reply to: [Boardwalk] Category and author under the titleYes, 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! π
Forum: Plugins
In reply to: [YOP Poll] Corrupted poll viewWell, 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 π
Forum: Plugins
In reply to: [YOP Poll] Corrupted poll viewSorry, 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.