Tagged: Tags
-
AuthorPosts
-
August 16, 2013 at 7:21 pm #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 :-(
August 17, 2013 at 3:08 am #135885Hey,
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
August 18, 2013 at 6:31 am #135886Works but still has the sidebar after all the tags, see link,
August 19, 2013 at 9:42 pm #135887Hi 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
August 20, 2013 at 9:33 am #135888To 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.
August 21, 2013 at 3:23 pm #135889How 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.
August 21, 2013 at 6:45 pm #135890I 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);
August 23, 2013 at 12:13 pm #135891Any idea what I can do? Should I re-install the theme?
August 24, 2013 at 6:34 am #135892Hi,
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
August 24, 2013 at 12:19 pm #135893Ok will give it a try.
August 24, 2013 at 12:23 pm #135894No 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.
August 25, 2013 at 1:57 am #135895Hey,
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
August 25, 2013 at 4:17 pm #135896Hi!
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
August 26, 2013 at 9:13 am #135897Ok, thanks I will wait for the next update.
Kind regards
Chris
August 26, 2013 at 11:13 pm #135898I’ll close the topic for now, but keep an eye out for the next release.
Regards,
Devin
-
AuthorPosts
- The topic ‘Tag page problem’ is closed to new replies.