Viewing 30 results - 61 through 90 (of 127 total)
  • Author
    Search Results
  • #854699

    Hi,

    Thank you for using Enfold.

    I’m sorry but you cannot use the advance layout builder to change the layout of the archive (tag/category) pages. You have to modify the tag.php file manually or do a 301 redirect.

    // https://wordpress.org/plugins/redirection/

    Best regards,
    Ismael

    Hi,

    Thank you for using Enfold.

    Yes, you have to modify the archive.php and the tag.php template files or do a 301 redirect.

    // https://kriesi.at/support/topic/advanced-layout-editor-in-categories/#post-813698

    Best regards,
    Ismael

    #813028

    Hi,

    I’m sorry, but you can’t modify the archive pages by using the advance layout builder. You have to modify the actual templates file in your child theme’s folder. You can edit the archive.php or tag.php file.

    Best regards,
    Sarah

    By the way, I also remove tag.php archive with following code, so I use archive.php for all archives:

    function my_template_override($template)
    {
        global $wp_query;
    
        if($wp_query->is_tag) {
            return locate_template('archive.php');
        }
    
        return $template;
    }
    add_filter('template_include', 'my_template_override');

    Hope this helps,
    thanks.

    #790186

    Hi Ismael,

    thanks for your reply.
    I found out that Encyclopedia uses taxonomy-encyclopedia-tag.php for the tag pages.

    You can mark the topic as closed.
    Best regards,
    Neverlands

    #789724

    Hi Ismael,

    thanks for your reply.
    The solution with the archive-encyclopedia.php template works very well!
    If I needed a new template for the encyclopedia tags would I have to copy the tag.php?
    I tried this but it didn’t change anything.

    Thanks and best regards,
    Neverlands

    BeeCee
    Participant

    Hi,

    I’m using this snippet from ENFOLD’s documentation, to make the category and tag archive as a blog-grid (with sidebar).

    Now I would like to have the post images less high:

    I have looked into the archive.php and tag.php, but I have no idea, where to place another image size for the grid there.
    I’m using the plugin “Simple Image Sizes”, if this might help here?

    Thanks.

    #779239

    Hello Victoria,
    any hint, what to look out for at the tag.php file in order to show the post-pictures?
    would be very helpful :)

    thanks a lot
    best regards
    christian

    #778816

    Hi Christian,

    Great progress! :)

    For tags – you might want to look into tag.php file, but I see titles on tag page, have not seen the archive pages though.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #764620
    charlotteraboff
    Participant

    http://www.santamonicahotelbooking.com

    Hi!

    I get this long error text when I try to update the child theme:
    What is wrong? I have added the login for you if you can have a look.

    Thanks
    Charlotte

    Theme update failed.
    An error occurred while updating Enfold: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. searchform.php, index.php, author.php, header.php, forum.php, page.php, config-layerslider, framework, single.php, template-archives.php, css, archive.php, sidebar.php, functions.php, includes, config-templatebuilder, images, tag.php, comments.php, config-woocommerce, config-events-calendar, config-gravityforms, template-builder.php, search.php, js, config-wpml, screenshot.png, config-wordpress-seo, lang, 404.php, taxonomy-portfolio_entries.php, config-bbpress, template-blank.php, single-portfolio.php, footer.php, style.css, wpml-config.xml, functions-enfold.php, config-layerslider/LayerSlider, config-layerslider/config.php, config-layerslider/.DS_Store, config-layerslider/update.txt, framework/php, framework/css, framework/avia_framework.php, framework/images, framework/.DS_Store, framework/js, css/print.css, css/custom.css, css/shortcodes.css, css/dynamic-css.php, css/layout.css, css/grid.css, css/base.css, css/rtl.css, includes/loop-portfolio-single.php, includes/loop-index.php, includes/helper-social-media.php, includes/helper-markup.php, includes/helper-main-menu.php, includes/helper-responsive-megamenu.php, includes/loop-comments.php, includes/error404.php, includes/loop-about-author.php, includes/admin, includes/.DS_Store, includes/helper-conditional-megamenu.php, includes/loop-author.php, includes/helper-template-logic.php, includes/loop-page.php, includes/related-posts.php, includes/helper-post-format.php, includes/loop-search.php, config-templatebuilder/config.php, config-templatebuilder/avia-shortcodes, config-templatebuilder/.DS_Store, config-templatebuilder/avia-template-builder, images/framework-helper, images/background-images, images/layout, config-woocommerce/woocommerce-mod.css, config-woocommerce/admin-import.php, config-woocommerce/woocommerce-mod.js, config-woocommerce/config.php, config-woocommerce/admin-options.php, config-woocommerce/images, config-woocommerce/con

    etc…

    #721693
    Guenni007
    Participant

    is there a way without having a child-theme tag.php to have as heading not only :

    Portfolio Entries:

    but to have f.e.

    Portfolio Entries of : "tag".

    if i click a tag on tag-cloud – allways the identical heading of output site.

    Thanks
    (it is line 60 on tag.php – is there a functions.php method to change that line)

    • This topic was modified 9 years, 3 months ago by Guenni007.
    #710932
    Guenni007
    Participant

    on one site i have a huge tag cloud on the sidebar – but navigate to the tag sites (tag.php ?) shows only the 3 column “masonry” like look.
    is there a fast way to switch to a list style ? (function.php hook) ?

    Thanks

    #700640

    Hi,

    Please firstly install a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ then copy enfold/tag.php file to your child theme
    Then find following line in that file

    $output .= "<h3 class='post-title tag-page-post-type-title'>".$label."</h3>";

    and change it as following

    $output .= "
    <h3 class='post-title tag-page-post-type-title'>Your first title here</h3>
    ";

    and then find following line in the same file

    echo "
    <h3 class='post-title tag-page-post-type-title'>".$label."</h3>
    ";

    and change it as following

    echo "<h3 class='post-title tag-page-post-type-title'>This is your second title</h3>";

    Best regards,
    Yigit

    Hey newpappa,

    you would need to customize tag.php and archive.php manually. There is no way to use ALB for it unfortunately.

    Best regards,
    Andy

    #683847

    In reply to: related post

    Hi
    Which of these sites have to paste the code?
    Plantillas
    Error 404 (página no encontrada)
    (404.php)
    Archivos
    (archive.php)
    Plantilla de autor
    (author.php)
    Comentarios
    (comments.php)
    config.php
    (config-bbpress/config.php)
    config.php
    (config-events-calendar/config.php)
    event-mod-css-dynamic.php
    (config-events-calendar/event-mod-css-dynamic.php)
    config.php
    (config-gravityforms/config.php)
    config.php
    (config-layerslider/config.php)
    config.php
    (config-templatebuilder/config.php)
    admin-import.php
    (config-woocommerce/admin-import.php)
    admin-options.php
    (config-woocommerce/admin-options.php)
    config.php
    (config-woocommerce/config.php)
    woocommerce-mod-css-dynamic.php
    (config-woocommerce/woocommerce-mod-css-dynamic.php)
    config.php
    (config-wordpress-seo/config.php)
    config.php
    (config-wpml/config.php)
    dynamic-css.php
    (css/dynamic-css.php)
    Pié de página del tema
    (footer.php)
    forum.php
    avia_framework.php
    (framework/avia_framework.php)
    functions-enfold.php
    Funciones del tema
    (functions.php)
    Cabecera del tema
    (header.php)
    error404.php
    (includes/error404.php)
    helper-conditional-megamenu.php
    (includes/helper-conditional-megamenu.php)
    helper-main-menu.php
    (includes/helper-main-menu.php)
    helper-markup.php
    (includes/helper-markup.php)
    helper-post-format.php
    (includes/helper-post-format.php)
    helper-responsive-megamenu.php
    (includes/helper-responsive-megamenu.php)
    helper-social-media.php
    (includes/helper-social-media.php)
    helper-template-logic.php
    (includes/helper-template-logic.php)
    loop-about-author.php
    (includes/loop-about-author.php)
    loop-author.php
    (includes/loop-author.php)
    loop-comments.php
    (includes/loop-comments.php)
    loop-index.php
    (includes/loop-index.php)
    loop-page.php
    (includes/loop-page.php)
    loop-portfolio-single.php
    (includes/loop-portfolio-single.php)
    loop-search.php
    (includes/loop-search.php)
    related-posts.php
    (includes/related-posts.php)
    Plantilla de la página principal
    (index.php)
    Página simple
    (page.php)
    Resultados de la búsqueda
    (search.php)
    Formulario de búsqueda
    (searchform.php)
    Barra lateral
    (sidebar.php)
    single-portfolio.php
    Entrada individual
    (single.php)
    Plantilla de etiqueta
    (tag.php)
    taxonomy-portfolio_entries.php
    Archives Plantilla de Página
    (template-archives.php)
    Blank – No Header, no Footer Plantilla de Página
    (template-blank.php)
    template-builder.php

    regards
    David

    #671834

    In reply to: unable to call files

    You don’t need to edit tag.php or archive.php for that, there’s a filter that lets you hook into the excerpt and modify it:

    add_filter('avf_post_slider_entry_excerpt', function( $excerpt, $prepare_excerpt, $permalink, $entry ) {
    
    	return "your code here";
    }, 10, 4);

    Also you have $entry available so you can get the ID of the Post ($entry->ID) and show the proper post_meta.

    Best regards,
    Josue

    #662056

    Hi,

    I can’t see anything strange in your tag.php file, could you try deactivating all plugins to see if one of them is causing the problem please?

    Best regards,
    Rikard

    #659823

    Hi,

    If you edit archive.php or tag.php in a child theme they should be overridden yes.

    Regards,
    Rikard

    #652561

    Hello Yigit,

    I can´t find framework/php/….

    In editor Menu is only this:

    avia_framework.php
    (framework/avia_framework.php)
    and others:
    Chybová stránka 404
    (404.php)
    Archiv
    (archive.php)
    Zobrazení autora
    (author.php)
    Komentáře
    (comments.php)
    config.php
    (config-bbpress/config.php)
    config.php
    (config-events-calendar/config.php)
    event-mod-css-dynamic.php
    (config-events-calendar/event-mod-css-dynamic.php)
    config.php
    (config-gravityforms/config.php)
    config.php
    (config-layerslider/config.php)
    config.php
    (config-templatebuilder/config.php)
    admin-import.php
    (config-woocommerce/admin-import.php)
    admin-options.php
    (config-woocommerce/admin-options.php)
    config.php
    (config-woocommerce/config.php)
    woocommerce-mod-css-dynamic.php
    (config-woocommerce/woocommerce-mod-css-dynamic.php)
    config.php
    (config-wordpress-seo/config.php)
    config.php
    (config-wpml/config.php)
    dynamic-css.php
    (css/dynamic-css.php)
    Theme Footer
    (footer.php)
    forum.php
    avia_framework.php
    (framework/avia_framework.php)
    functions-enfold.php
    Funkce šablony
    (functions.php)
    Theme Header
    (header.php)
    error404.php
    (includes/error404.php)
    helper-conditional-megamenu.php
    (includes/helper-conditional-megamenu.php)
    helper-main-menu.php
    (includes/helper-main-menu.php)
    helper-markup.php
    (includes/helper-markup.php)
    helper-post-format.php
    (includes/helper-post-format.php)
    helper-responsive-megamenu.php
    (includes/helper-responsive-megamenu.php)
    helper-social-media.php
    (includes/helper-social-media.php)
    helper-template-logic.php
    (includes/helper-template-logic.php)
    loop-about-author.php
    (includes/loop-about-author.php)
    loop-author.php
    (includes/loop-author.php)
    loop-comments.php
    (includes/loop-comments.php)
    loop-index.php
    (includes/loop-index.php)
    loop-page.php
    (includes/loop-page.php)
    loop-portfolio-single.php
    (includes/loop-portfolio-single.php)
    loop-search.php
    (includes/loop-search.php)
    related-posts.php
    (includes/related-posts.php)
    Zobrazení úvodní stránky
    (index.php)
    Single Page
    (page.php)
    Výsledky vyhledávání
    (search.php)
    Vyhledávací formulář
    (searchform.php)
    Postranní panel
    (sidebar.php)
    single-portfolio.php
    Zobrazení příspěvku
    (single.php)
    Zobrazení štítku
    (tag.php)
    taxonomy-portfolio_entries.php
    Archives – šablona stránky
    (template-archives.php)
    Blank – No Header, no Footer – šablona stránky
    (template-blank.php)
    template-builder.php

    Styly

    Kaskádové styly (CSS)
    (style.css)

    Some advice?

    Thanks

    #642573

    Hey Kevin,

    That’s correct. In your child theme you’d need to have a structure similar to:

    tag.php
    archive.php

    Then change this part (in each one):

                                    $blog = new avia_post_slider($atts);
                                    $blog->query_entries();
                                    $output .= $blog->html();
    

    To:

                                    $blog = new avia_masonry($atts);
                                    $blog->extract_terms();
                                    $blog->query_entries();
                                    $output .= $blog->html();
    

    (Make sure you set Blog Grid layout in the Theme Options).

    Best regards,
    Josue

    #621131
    charlotteraboff
    Participant

    Hi,

    I get a long line of errors when I try to update /www.santamonicahotelbooking.com

    Can you see what is wrong, thanks.

    Charlotte

    An error occurred while updating Enfold: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. searchform.php, index.php, author.php, header.php, forum.php, page.php, config-layerslider, framework, single.php, template-archives.php, css, archive.php, sidebar.php, functions.php, includes, config-templatebuilder, images, tag.php, comments.php, config-woocommerce, config-events-calendar, config-gravityforms, template-builder.php, search.php, js, config-wpml, screenshot.png, config-wordpress-seo, lang, 404.php, taxonomy-portfolio_entries.php, config-bbpress, template-blank.php, single-portfolio.php, footer.php, style.css, wpml-config.xml, functions-enfold.php, config-layerslider/LayerSlider, config-layerslider/config.php, config-layerslider/update.txt, framework/php, framework/css, framework/avia_framework.php, framework/images, framework/js, css/print.css, css/custom.css, css/shortcodes.css, css/dynamic-css.php, css/layout.css, css/grid.css, css/base.css, css/rtl.css, includes/loop-portfolio-single.php, includes/loop-index.php, includes/helper-social-media.php, includes/helper-markup.php, includes/helper-main-menu.php, includes/helper-responsive-megamenu.php, includes/loop-comments.php, includes/error404.php, includes/loop-about-author.php, includes/admin, includes/helper-conditional-megamenu.php, includes/loop-author.php, includes/helper-template-logic.php, includes/loop-page.php, includes/related-posts.php, includes/helper-post-format.php, includes/loop-search.php, config-

    etc…

    Hi Chris!

    Thank you for using Enfold.

    Edit the archive.php and tag.php file. Modify the attributes of the avia_post_slider function.

    $atts   = array(
                                        'type' => 'grid',
                                        'items' => get_option('posts_per_page'),
                                        'columns' => 2,
                                        'class' => 'avia-builder-el-no-sibling',
                                        'paginate' => 'yes',
                                        'use_main_query_pagination' => 'yes',
                                        'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=> $key ),
    									'contents' => 'excerpt_read_more',
                                    );

    We set the columns to 2 and the contents attribute to excerpt_read_more.

    Regards,
    Ismael

    I found that Relevanssi is causing the conflict. I don’t want to switch to a different search plugin because I’ve invested some time in customizing the search. I ended up creating a new tag.php in my child theme and just using the code from Enfold’s archive.php. That solved the issue.

    #597626

    Hi aderal2016!

    Thank you for using Enfold.

    Yes, you will have to modify the tag.php file. Extract the html markup of the full width easy slider then add it somewhere in the tag.php template. This is the html markup of the slider in the “proyektos” page:

    <div id="full_slider_1" class="avia-fullwidth-slider main_color avia-shadow  avia-builder-el-0  el_before_av_masonry_entries  avia-builder-el-first  container_wrap fullsize"><div data-size="no scaling" data-lightbox_size="large" data-animation="slide" data-ids="343" data-video_counter="0" data-autoplay="false" data-bg_slider="false" data-slide_height="" data-handle="av_slideshow_full" data-interval="5" data-class=" " data-css_id="" data-scroll_down="" data-control_layout="av-control-hidden" data-custom_markup="" data-perma_caption="" data-autoplay_stopper="" data-src="" data-position="top left" data-repeat="no-repeat" data-attach="scroll" data-stretch="" class="avia-slideshow avia-slideshow-1  av-control-hidden avia-slideshow-no scaling av_slideshow_full   avia-slide-slider" itemscope="itemscope" itemtype="https://schema.org/ImageObject"><ul class="avia-slideshow-inner" style="padding: 0px; height: 261px;"><li class="av-single-slide slide-1  active-slide" style="visibility: visible; opacity: 1; transition: none; transform: translateZ(0px);"><div data-rel="slideshow-1" class="avia-slide-wrap"><img src="http://aderal.es/wp-content/uploads/2016/02/slide_proyectos01.jpg?e35697" width="1920" height="530" title="slide_proyectos01" alt="" itemprop="contentURL"><div class="av-section-color-overlay" style="opacity: 0.6; background-color: #000000; "></div></div></li></ul></div></div>
    

    You can also try the do_shortcode function but it doesn’t work in few cases. https://developer.wordpress.org/reference/functions/do_shortcode/

    Cheers!
    Ismael

    #596108

    Hey dusty909!

    Thank you for using Enfold.

    I’m sorry but you can’t modify the archive pages by using the advance layout builder. You have to modify the actual template file in the theme folder, archive.php or tag.php file.

    Regards,
    Ismael

    #595572
    aderal2016
    Participant

    Hi,

    please how can I custom this page -> http://aderal.es/tag/arquitectura-de-marca/
    and make it looks like this one -> http://aderal.es/proyectos/

    I guess that I’ve to edit tag.php .. any suggestions?

    Thanks

    #579241
    BeeCee
    Participant

    Hi,

    I discovered, that when I click on a tag (below a post or at the tag widget in the sidebar), then it leads to a “nothing found” page, although these tags exist.

    I searched the forum and found this very old topic, and obviously this behaviour is still the same with ENFOLD 3.4.7, when using Relevanssi plugin.

    I don’t understand right the background/the meaning of this topic here, should I re-name my tag.php, but I still want to use it, need it?!?

    Is there a fix, so that I can use the tag archive page right – together with Relevanssi plugin?
    Why does (with Relevanssi active) a click on a tag is leading to a “nothing found” page:

    https://kriesi.at/support/topic/post-tags-not-working-if-relevanssi-is-enabled/

    The tag “blogging” is definitely used at my website!

    Thanks for any help.

    #574975

    Hi Josue

    Yes, because I found out that this is set in the file “tag.php”. So I copied that file in my child theme and changed the columns to 5, and changed also the title there. Is this a good way, or is there an easier, better way? I mentioned this in my topic form January 29.

    And do you have a tipp for my next question:

    How could I prevent, that the portfolio items on the page “tag.php” will be clickable?

    Thanks for help, I’m just learning php, sorry.

    #574612

    Hi Josue

    Thanks. But I was not clear enough in describing my problem, although your answer is a good information too!
    I want to have not only 3 portfolio entries in a line, but for example 5 or 6.
    I found out that this is set in the file “tag.php”. So I copied that file in my child theme and changed the columns to 5, and changed also the title there. Is this a good way, or is there an easier, better way?

    And another question: How could I prevent, that the portfolio items on the page “tag.php” will be clickable?

    Thanks for help, I’m just learning php, sorry.

    Hi Ismael,

    Thanks for the help. I fixed the Romance Tag issue. I still need help with these two:

    1. Some post don’t display the thumbnail image. (I believe it is on the archived post pages that their is no thumbnail image.)

    2. Is there a way for me to add a full width banner at the top of category overview pages? I’d also like to remove the word “Post” above book title.

    That title is not included in the theme by default. Did you add any filter in the functions.php file? If you want to a full width banner on top of the archive pages, please edit the archive.php and tag.php file.

    I didn’t add anything to the functions.php file. I’m not a programmer. Can provide more details on how to delete the word Post and add a banner to the archived pages? I’ll send you login info in a private message.

    Thank you.

Viewing 30 results - 61 through 90 (of 127 total)