Miqser
Forum Replies Created
-
Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] Several errorsHello,
Is there anything new about my issue? I need to take a decission about this, since I can not add my new products to my site!
Thank you.Forum: Plugins
In reply to: [Links shortcode] Remove date?oh, ok, I see it, that was pretty obvious.
I’m so sorry, my fault.
Thank you for your time.Forum: Plugins
In reply to: [Links shortcode] Remove date?Hi Maarten,
Thank you.
There’s no “Settings” in the Links menu. I can see (I’m trasnalating from Spanish):
-All links
-New link
-Categories
-Links ShortcodeNothing else.
Any suggestion?
Thank you.Forum: Fixing WordPress
In reply to: Disable Theme's lightboxHi mindctrl,
Thanks for your reply.
Theme is Trades. http://themeforest.net/item/trades-multipurpose-business-wordpress-theme/7623325
I asked Themeforest and Envato through their support page, no answer (yet?).
I’m not an PHP / WP expert, but from my research I think that theme’s lightbox function seems to be on functions.php, somewhere here (or all that):wp_enqueue_script(‘fancybox_mousewheel’, get_template_directory_uri() . ‘/js/fancybox/lib/jquery.mousewheel-3.0.6.pack.js’, array(‘jquery’), false, true);
wp_enqueue_script(‘fancybox_core’, get_template_directory_uri() . ‘/js/fancybox/source/jquery.fancybox.pack.js’, array(‘jquery’), false, true);
wp_enqueue_script(‘fancybox_buttons’, get_template_directory_uri() . ‘/js/fancybox/source/helpers/jquery.fancybox-buttons.js’, array(‘fancybox_core’), false, true);
wp_enqueue_script(‘fancybox_media’, get_template_directory_uri() . ‘/js/fancybox/source/helpers/jquery.fancybox-media.js’, array(‘fancybox_core’), false, true);
wp_enqueue_script(‘fancybox_thumbs’, get_template_directory_uri() . ‘/js/fancybox/source/helpers/jquery.fancybox-thumbs.js’, array(‘fancybox_core’), false, true);