theizrael
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Recent Posts] Trouble with Custom Post Type CategoriesI seem to have the same problem, i am using the following shortcode to display my custom post category “videos”
[lptw_recentposts layout="thumbnail" width="300" columns="2" posts_per_page="4" post_offset="1" show_date="true" category_id="351"]i am sure the custom category haves lots of entries with proper Thumbnails, all i am getting is this
http://i.imgur.com/pcd3F8j.png
the website: http://introvision.tv
plugin version: 0.6.14
wp version: 4.3.1any help is welcome 🙂
Forum: Plugins
In reply to: [WP-ShowHide] User image instead of show/hide textHi, does anyone have it working with images instead of text? can anyone send me the files? thanks you in advanced theizrael[at]gmail[dot]com thank you
i just saw u posted this in stackoverflow, do you have any url of the site?
Forum: Plugins
In reply to: [The Events Calendar] Events pages aren't loading properly – 404 errorhttp://www.exoticars-usa.com/event/pinehurst-concours-delegance-2015/
i can see it working well now! what was it? 😛
Forum: Plugins
In reply to: [The Events Calendar] Events pages aren't loading properly – 404 errorhi exoticarsusa, try changing the permalink to default in http://www.exoticars-usa.com/wp-admin/options-permalink.php
then* visit thepage to see if it still happens if not go back to “Post name” setting, to see if it works
Forum: Plugins
In reply to: [WP Booklet] open image pop up with specific action url?Sorry here is the link to the post with the shortcode in it:
http://www.elrosaritense.info/edicion-impresa-11/a screenshot:
http://i.imgur.com/1Ce0LxV.pngForum: Fixing WordPress
In reply to: Sugest Best slider option to "pointelle"Worked excellent, thank you
i have the file backup and the databse backup, could someone tell me how to restore the database? i still getting the database connection error, i have checked before my wp-config file and it is okay, please help
Forum: Fixing WordPress
In reply to: WordPress ecommerceI use WooCommerce with great succes here you can check it http://www.woothemes.com/woocommerce/ Good luck.!
Forum: Fixing WordPress
In reply to: How to Network Separate Sites?RSS FEED
Forum: Fixing WordPress
In reply to: Clicking on Single Posts takes me back to home page!? Please help!any link to the website?
Forum: Fixing WordPress
In reply to: login problemshe is right, you should installed one dir up, i see your blog is new, just re-install it in a way you don’t have “public_html” in the url, that should fix the login problem also.
Forum: Fixing WordPress
In reply to: change header text color, move sidebar to leftFor the text look for the css
a, a:visited
the actual color is “#444”Forum: Fixing WordPress
In reply to: change header text color, move sidebar to leftFor the background color of the header, i suppose you mean the green background, i checked and is a class called “.container_head_menu_wrap” go to your theme css and look for it change the actual color wich is “#690” for the one you want.
Forum: Fixing WordPress
In reply to: change header text color, move sidebar to leftin the theme main div should be something like this
<div id="content"> <div id="sideright"> <div class="clear">you need to switch it like this
<div id="sideright"> <div id="content"> <div class="clear">