Geycer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Modify uploaded imagesThank you, my question precisely has to do with changing the images already uploaded either by means of a plugin and not changing them one by one and uploading them by FTP ….. is there not a plugin that does that? interests a lot about the pixels in this case
Forum: Themes and Templates
In reply to: [Vantage] categories horizontallyok
Forum: Plugins
In reply to: [Multi-column Tag Map] Flow Tags Into 3 Columns and Add Bulleti’m trying and i can’t
Forum: Plugins
In reply to: [Multi-column Tag Map] Flow Tags Into 3 Columns and Add BulletIt is interesting but not responsive, the letters of the categories come out too much together
Forum: Themes and Templates
In reply to: [Vantage] pagination does not workStayed friend, thank you very much
Forum: Themes and Templates
In reply to: [Vantage] pagination does not workYes, I tried it friend, there is no change
Forum: Themes and Templates
In reply to: [Vantage] pagination does not workThank you very much friend for all the direction and help provided, perhaps it is the last thing I ask you, I want the border to be shown in each post but not a general border to all the entries, I hope it is understood, if I show 7 post it comes out a general border too, that I want to remove.
Forum: Themes and Templates
In reply to: [Vantage] pagination does not workHi Andrew, I did the random post thing, I tried the class .panel-layout .entry-content {without any results, I have created a new class .entry-content2 {and I have applied it to content.php
<div class="entry-content2"> <?php if ( siteorigin_setting( 'blog_archive_content' ) == 'excerpt' ) the_excerpt(); else the_content(); ?> <?php $read_more_text = siteorigin_setting( 'blog_read_more' ) ? esc_html( siteorigin_setting( 'blog_read_more' ) ) : __( 'Continue reading', 'vantage' ); ?> <?php echo ( ( siteorigin_setting( 'blog_read_more_button' ) && siteorigin_setting( 'blog_archive_content' ) == 'excerpt' ) ? '<a class="more-link" href="' . get_permalink() . '">' . $read_more_text .'<span class="meta-nav">→</span></a>' : '' ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'vantage' ), 'after' => '</div>' ) ); ?> <div class="pie-cuadro"> <?php if ( 'post' == get_post_type() ) : ?> <span>Categ: <?php the_category(' '); ?></span> <?php endif; ?> <?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?> <span class="sep"> | </span> <span class="comments-link"> <?php comments_popup_link( __( 'Comentarios', 'vantage' ), __( '1 Comment', 'vantage' ), __( '% Comments', 'spirit' ) ); ?> </span> <?php endif; ?> <span class="sep"> | </span> <?php the_tags('+ de: ');?> <?php edit_post_link( __( 'Editar', 'vantage' ), '<span class="sep"> | </span><span class="edit-link">', '</span>' ); ?> </div> </div><!-- .entry-content2 -->
The result is almost good, the bad thing is that the class class = “pie-cuadro” is outside the border, would that be the solution? since I didn’t understand much about the .panel-layout .entry-content
Forum: Themes and Templates
In reply to: [Vantage] pagination does not workIt could be said that you were very right with the widgets, how better that double box appearance that appears now in each post? There is a general box that I want to eliminate
Forum: Themes and Templates
In reply to: [Vantage] pagination does not workYou’re very right friend, but how do I make him take random post
Forum: Themes and Templates
In reply to: [Vantage] pagination does not workAnother thing that I realize is that I must show 7 post, but it shows me twice and repeated, from 8 to 14 it is the same as from 1 to 7
Forum: Themes and Templates
In reply to: [Vantage] pagination does not workIn the initial page (home) where I show by default about 10 entries all work correctly, in this page it has the condition of random, that is why if I advance to another page I will never know if it really changed, something in my coding is wrong
Forum: Themes and Templates
In reply to: [Anaglyph Lite] Contac FormI did it and it works perfectly
Forum: Themes and Templates
In reply to: [Anaglyph Lite] Contac FormI know, but the form template that has the thema is perfect and that wanted to use it
Forum: Themes and Templates
In reply to: [Vega] text in the middle of the image with linkAgain, thank you very much, other questions, you may load a different image for each page?