Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #27935

    Could you let me know what is going wrong with my tag page:

    http://chriswardphotography.net/blog/tag/photoshop/

    The ‘Related Projects’ slider is full width over the side bar. Is there a way not to display this on the tag page? Also does it need to display the feature image? It looks a bit of a mess at the moment :-(

    #135885

    Hey,

    You can add this on your custom.css or Quick CSS

    .tag .avia-section {
    display: none !important;
    }

    .tag .big-preview.single-big {
    display: none;
    }

    Regards,

    Ismael

    #135886

    Works but still has the sidebar after all the tags, see link,

    http://chriswardphotography.net/blog/tag/photography-2/

    #135887

    Hi artistic24459,

    The whole page is showing incorrectly for some reason. How did you navigate to it on the front end? What are your settings for your permalinks?

    Have you made any changes to any of the portfolio/related posts files?

    Regards,

    Devin

    #135888

    To navigate to it I just clicked one of the tags from my footer.

    I took out all my custom CSS and the problem is the same.

    My permalinks are as follows: http://chriswardphotography.net/blog/%postname%/

    The side bar always shows up after the tag.

    #135889

    How about with the child theme, have you added any files to overwrite the parent files or modified those? I’m just not getting the same error on my live install so we need to try and find the difference.

    #135890

    I just have this which changes the image sizes in the functions.php

    <?php

    function avia_change_image_size_array()

    {

    global $avia_config;

    $avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news

    $avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs

    $avia_config = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider

    $avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider

    $avia_config = array(‘width’=>495, ‘height’=>297 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns

    $avia_config = array(‘width’=>710, ‘height’=>426 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries

    $avia_config= array(‘width’=>1030, ‘height’=>619 ); // images for fullsize pages and fullsize slider

    if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)

    {

    $avia_config = array(‘width’=>845, ‘height’=>507 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries

    $avia_config= array(‘width’=>1210, ‘height’=>727 ); // images for fullsize pages and fullsize slider

    }

    avia_backend_add_thumbnail_size($avia_config);

    }

    add_action( ‘init’, ‘avia_change_image_size_array’, 1);

    #135891

    Any idea what I can do? Should I re-install the theme?

    #135892

    Hi,

    Please get the original archive.php from you theme download zip file then place it on your child theme folder. I’m not sure if this is going to work but that file is responsible for the tag’s template.

    Regards,

    Ismael

    #135893

    Ok will give it a try.

    #135894

    No sadly its the same:

    http://chriswardphotography.net/blog/tag/photography-2/

    Its using my blog sidebar I made. Could it be anything to do that sidebar settings? So I wait for the next update and re-install the template and see if that helps?

    The side bar always shows below the tagged posts.

    #135895

    Hey,

    I don’t think it has something to do with the sidebar settings. I can’t fix the issue because I can’t reproduce it on my end. Let me tag the Kriesi and the rest of the support team.

    Regards,

    Ismael

    #135896

    Hi!

    Hey! Peter has submitted a new tag template file for the next update that should fix the issue. Let us know if that helps once the update is available :)

    Regards,

    Kriesi

    #135897

    Ok, thanks I will wait for the next update.

    Kind regards

    Chris

    #135898

    I’ll close the topic for now, but keep an eye out for the next release.

    Regards,

    Devin

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Tag page problem’ is closed to new replies.