fernandolawl
Forum Replies Created
-
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Now showing up on parent pageJust wanted to let people know that this is resolved. The short code [wppizza noheader=”1″] is used for the parent directory and you have to make sure your fist category has items in it or it will not show up. In my case, I did have a category but didn’t have a item in there, thus the page was blank.
TY again ollybach
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Now showing up on parent pageTY ollybach, if there is anything else I can provide, please let me know.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Now showing up on parent pageAlso here is the link to the sitehttp://bayavesushi.com/menu/ and http://bayavesushi.com/menu/appetizers/
Am I wrong to think that the parent menu page should have a list of the categories that the user can click on to view the items in that category?
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Now showing up on parent pageI removed the following short code. I think it was from a previous.
> [WP_Restaurant_Menu id=”1″].I am working only with [wppizza noheader=”1″] and added an Appetizers category and then added in a menu item. When i go to preview page, it doesn’t show anything.
Also, when I go to the default “Our Menu” page, the preview shows nothing. There are categories and menu items by default. I can view each category page and see the items but cannot see the parent page.
Forum: Plugins
In reply to: [Slideshow] Responsive NavigationUpdate: Figured it out incase anyone needs to know for future reference…
1) Proportional relationship between slideshow’s width and height (width:height) has to be set on 3:2 for my image sizes
2) Shrink slideshow’s height when width shrinks has to be on YESThese settings have to be done on each individual slide show as opposed to the general settings.
Forum: Fixing WordPress
In reply to: Install/Merge sql database to new wordpress site (phpMyAdmin)Thanks got it to work
Forum: Fixing WordPress
In reply to: Install/Merge sql database to new wordpress site (phpMyAdmin)Thanks. I tried to import shore_news.sql into shore_site2013.sql and phpMyAdmin gave me the following Error…
Error
SQL query:-- -- Dumping data for table<code>wp_links</code>-- INSERT INTO<code>wp_links</code>(<code>link_id</code>,<code>link_url</code>,<code>link_name</code>,<code>link_image</code>,<code>link_target</code>,<code>link_description</code>,<code>link_visible</code>,<code>link_owner</code>,<code>link_rating</code>,<code>link_updated</code>,<code>link_rel</code>,<code>link_notes</code>,<code>link_rss</code>) VALUES (1, 'http://codex.ww.wp.xz.cn/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (2, 'http://ww.wp.xz.cn/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://ww.wp.xz.cn/news/feed/'), (3, 'http://ww.wp.xz.cn/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (4, 'http://ww.wp.xz.cn/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (5, 'http://ww.wp.xz.cn/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (6, 'http://ww.wp.xz.cn/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (7, 'http://planet.wordpress.[...] MySQL said: Documentation #1062 - Duplicate entry '1' for key 'PRIMARY'Forum: Fixing WordPress
In reply to: Install/Merge sql database to new wordpress site (phpMyAdmin)I believe what I want to do is replace the contents from the old sql file to the new one. But I need to keep the name of shore_site2013.sql.
Forum: Fixing WordPress
In reply to: How to set home.php as editable pageThanks! I will try this.
Forum: Fixing WordPress
In reply to: How to set home.php as editable pageThanks WPRanger,
So this means, I shouldn’t even bother touching index.php or creating a home.php. Is that correct?Forum: Fixing WordPress
In reply to: How to set home.php as editable pageUpdate:
I tried adding the following code to home.php and Homepage still does not show up at Dashboard > Settings > Reading > Front page displays: Static page
The drop down box for Front page: _______<?php /* Template Name: Homepage */ ?>If anyone knows what to do, please let me know. Appreciate the help!
Forum: Themes and Templates
In reply to: Archive.php custom css?I figured it out in case anyone was wondering. All you do is have to change the is_page_template code to is_archive. Here is the snippet of code below.
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <?php if ( is_archive()) { ?> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/blog.css" /> <?php } ?>This worked! I added the “:do_shortcode” into my php and everything is working as intended!!
Thanks so much!To add to this, I noticed when I click on the Visual tab (Visual/Text) on the very top for the content, then update the page, the WYSIWYG sections that I added from the plugin also change from Text to Visual tab.
I also was able to type in
in the TEXT tab in the plugin WYSIWYG. However, I want the
to happen when I click “shift + return” on my keyboard.When I click “shift + return” on my keyboard It works on the main WYSIWYG content box at the top of the page.
Forum: Plugins
In reply to: Plugin Suggestions?Just in case anyone wonders … i found a plugin.
http://ww.wp.xz.cn/plugins/custom-content-type-manager/
It allows you to make custom fields in the wp-admin. So you can fill out the form fields and then it will generate the code you can copy and paste right into your page templates.