estudi33
Forum Replies Created
-
Hi napoman!!
You’re great!! It works fine!!
Thank you very much!!
Forum: Themes and Templates
In reply to: [Customizr] How to remove links of blog entriesHi again,
I found the correct code:
add_filter('tc_date_meta','my_date_meta'); function my_date_meta($content) { return strip_tags($content, '<span>'); } }
It works!!
- This reply was modified 8 years, 4 months ago by estudi33.
Forum: Themes and Templates
In reply to: [Customizr] How to remove links of blog entriesHi Menaka,
Thank you for your help!!
I added codes to functions.php but it does not work. The links are still active.
Forum: Themes and Templates
In reply to: [Customizr] How to remove links of blog entriesHi Zephyr Designs,
Tahks for your help!!
But, I don’t want to remove the post meta. I would to keep them but removing their links.
For example, I want to show the posting date of the entry but I do not want that the date have a link.Forum: Plugins
In reply to: [Comments - wpDiscuz] A pair of questions (submit button and icons)Thank you for your help!!
1) Solved.
2) I deleted cache and do Ctrl+F5. “Disable font awesome css loading” is unchecked but the icons are not showing.
Forum: Themes and Templates
In reply to: [Hueman] Enable comments in only one pageHi bdbrown.
Thank you very much for the information!!
I must wait for the next update.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Error in new 1.7.20 versionHi,
I have upgraded to PHP 5.4 and now the plugin works perfectly!!
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Error in new 1.7.20 versionHi,
Link to the gallery page:
https://www.hotelgesoria.com/info/habitacions/Now works perfectly but if I install the update whole web stops working.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Error in new 1.7.20 versionI don’t get any error text. Simply the web stop working when I upgrade to a new version of the plugin.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Error in new 1.7.20 versionHi,
I tried v1.7.21 but I get the same error.Forum: Plugins
In reply to: [Gmedia Photo Gallery] Error in new 1.7.20 versionHi,
I have also had the same problem. when I upgraded the plugin the web has stopped working.Forum: Themes and Templates
In reply to: [Customizr] Adding a second horizontal menu under navbarThank you very much!!
Now the second menu looks much better.About the secon level items, it’s possible to appear in dropdown?
It’s possible remove the bullets and underlined effect on hover?This second menu with services should have exactly the same look that the main menu.
Forum: Plugins
In reply to: [Firelight Lightbox] Double popupPerfect!! Now it works perfectly!!
Thank you very much!!!!
Forum: Plugins
In reply to: [Firelight Lightbox] Double popupHello,
Now the footer is seen correct but again there is a double popup.
Have I done something wrong? ??
Any idea to solve the problem?Thank you very much for your help!!
Forum: Plugins
In reply to: [Firelight Lightbox] Double popupDone. The code is now this:
<?php /** * The template for displaying the footer. * * * @package Customizr * @since Customizr 3.0 */ do_action( '__before_footer' ); ?> <!-- FOOTER --> <footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>"> <?php do_action( '__footer' ); // hook of footer widget and colophon?> </footer> </div><!-- //#tc-page-wrapper --> <?php do_action( '__after_page_wrap' ); ?> <script type="text/javascript"> jQuery(document).ready( function() { jQuery('a.wp-booklet-popup-trigger').addClass('nofancybox'); } </script> <?php wp_footer(); //do not remove, used by the theme and many plugins do_action( '__after_footer' ); ?> </body> <?php do_action( '__after_body' ); ?> </html>
It’s correct?
Now the footer is seen correct but again there is a double popup.
Have I done something wrong? ??