Aitor Méndez
Forum Replies Created
-
A last comment over this question. Is a bit confussing to have, in the description field, a placeholder text in grey, taken from title. Seems to be a default description taken by autodescription. So, seems no manual description needed ??
can I suggest to take this placeholder as a real description?
If not, the content of placeholder should be a default placeholder without relation with real content. Something like “Put here your description”.
I think this rule should be right for all other fields too.
- This reply was modified 8 years, 2 months ago by Aitor Méndez.
Ok! Thank you very much.
You are right. In local I’m working with Chrome. In production, with Firefox 50.1.0 (last version over OSX 10.12.2). The problem is Firefox CSS render.
Cheers.
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] How to style loader gif containerI answer myself:
<div class="malinky-ajax-pagination-loading" data-paginator-count="1" style="display: none;"><img src="https://localhost:3002/app/plugins/malinky-ajax-pagination/img/loader.gif" alt="AJAX Loader"></div>
Sorry for the noise.
Forum: Plugins
In reply to: [Slide Anything - Responsive Content / HTML Slider and Carousel] FullscreenHi Simon, thanks for the answer.
Hero slider could be fine, but this kind of slider allow scroll. I’m looking for a totally full screen slider :). I mean, with a button that toggles the state between fullScreen/normalScreen.
After thinking on it, I see some problems I can’t solve (I am developing my theme but I have no much coding skills).
My approach could be to build a jQuery button for toggle CSS classes. This involves some workarounds:
- How to write the JS into the plugin (the script must be present only in case slide is present).
- How to get different image size for fullScreen and normalScreen.
I have to learn a lot yet to achieve this! Thanks anyway.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] wpackagist repoThen, I doubt it too! thanx for answer.
Forum: Themes and Templates
In reply to: rounded corners to content boxes.article {border-radius:10px}
I forget to mention: outside the loop.
I tryed this, but doesn’t work:
<?php $iPostID = get_the_ID(); echo $iPostID; echo do_shortcode('[gallery id="$iPostID"]'); ?>
Forum: Themes and Templates
In reply to: [The Bootstrap] Remove copyright text from footer.Remove this from /wp-content/themes/the-bootstrap/footer.php
<?php wp_nav_menu( array( 'container' => 'nav', 'container_class' => 'subnav', 'theme_location' => 'footer-menu', 'menu_class' => 'credits nav nav-pills pull-left', 'depth' => 3, 'fallback_cb' => 'the_bootstrap_credits', 'walker' => new The_Bootstrap_Nav_Walker, ) ); ?>