Hello there,
We’ve updated our site and deactivated our plug-ins/reactivated as well, BUT this did not fix the issue of the disappearing drop down menus.
I’m reading that it could be an issue with the style.css file and the line height, but I’m not sure where to add the code.
Here is the url: https://smbcatl.org
Can you please take a look and let me know what you think.
]]>Hi!
I hope you guys can help me with this problem. I did change the CSS several times but it didn’t find the solution yet, so I put it back as it was.
This is my website:
https://www.desenhosparacolorireimprimir.com
In the main page its supposed to have 5 items per row instead of the 3 that are showing now.
I tried to change the CSS and it showed the 5 items but the problem is that in the other pages (when you click in one of the icons in the gallery) the images stay overlapped by the right column:
https://www.desenhosparacolorireimprimir.com/desenhos-da-lego-para-colorir-e-imprimir/
The question is:
Is there any way I can increase the main page width without increasing the width of the secondary pages?
Thank you
]]>Hi, I’ve been using the theme for a while. Right now I have more tabs on the menu and so some of the tabs would go down to the second raw, which I don’t like. I’d like to know if there’s any way that I can increase the default length so all the tabs can squeeze in one raw.
Thanks in advance!
]]>Can’t figure out how to keep the post title’s of my site to display completely. Get cut off early. Any help would be awesome. Thanks!
]]>Hi there,
is it possible to use different, custom font with this theme?
Thank you,
m.
I don’t get it, I have it setup not to have comments, but I still see the “Leave Reply Form” in my pages! How do you remove this form/comments from the pages?
]]>How do I remove the “home” link that is hard-coded into the header on Photolistic?
Not sure which line to delete.
]]>Hello,
how can I add my own logo on header. Also I’d like to make tranceperency the white block.
One more question: How can I add Slider images on home page.
MANY Thanks,
]]>I used Photolistic to build a good site but someone mentioned the drop down menus weren’t great. I thought I would try a different theme out for size but didn’t get on with it and went back to using Photolistic.
Unfortunately I am having great problems with it. Some pages are displaying content without the header image as was before. The pages I had with slideshows are now not displaying any content save for the header image even though I am not using the default template. I deleted these pages and tried to add them again, selecting the non-defaul template, but these pages are not displaying any content, only the header image.
I am getting very frustrated now. It makes no sense.
]]>Website is https://www.bringitonhomeblog.com
On my most recent post, “Richey Cattle – Good to Great Sale” none of the text is showing.
In the posts section of the dashboard, I have my entire post saved including 200+ words, 2 photos and a smattering of html tags.
I have tried doing a test post and the same thing is happening.
I am using the Photolistic theme.
Any and all advice would be welcome.
]]>I want to add a link to whatever header image I upload. Any idea how to do it?
Thanks in advance!
]]>Hello,
The subject pretty much says it. At the bottom of my site it says: Photography Theme by Buzzrain.
I want to remove it. Any help will be appreciated. Thanks!
Here is a link to my site: vjsphoto.com
]]>Hello All,
I am using the photolistic theme and can’t get the footer thumbnails lined up. I want to get four in a row, but the fourth goes underneath the first one instead. Here is the site:
Any help will be much appreciated. Thanks.
]]>Hi I would like to center the title in pages, example below:
https://terminalfive.se/wordpress/?page_id=21
The title is to the left, I would like Biography in the middle of the page (centered).
Thank you!
]]>Can anyone save me? Using the photolistic theme there should be space for 4 footer widgets side by side yet I can only get 3 to appear (slightly offset to the left with space for the 4th but when I put a fourth in it goes under no. 1???
Any ideas chaps??
Jackie
]]>Hey,
Someone who can help me with this…
I have a problem with the featured image of the posts. I have tried to change the size on photoshop of my pics, change the settings of media, scale the photos but i still have duplicate image on my post as featured image :S Could someone help me?
]]>As the title says I want to put all my archived/old news from the “Home” page to a list under the News tab so they stay archived there for people to check out later.
My webpage is terminalfive.se/wordpress
]]>Hey,
well the title pretty much says it all.
How to remove the standard Wheel to the left of the Title?
Thanks!
]]>I want the loop at the post page will show only posts of the same category. how can I do it?
]]>I tried in every way to increase the height of the home. someone can help me?
]]>I’d like to add a logo of my own above the round logo and site title position. Does anyone know how to do it?
Thanks!
]]>So. This is all started with needing to add a shopping cart to the products page. I downloaded the WP Ultra Simple Paypal shopping cart and installed, then added it to the primary widget. It doesn’t show up so I tried changed only the products page from the single column, no sidebar template to the default template. Still no luck. I did a little searching in the editor found this in the style.css:
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
float: left;
margin: 0 -240px 0 0;
width: 100%;
}
#content {
margin: 0 280px 0 20px;
}
.blog #content {
margin:0;
}
body.home.page #main{
padding-top:25px;
}
#primary,
#secondary {
float: right;
overflow: hidden;
width: 220px;
}
#secondary {
clear: right;
}
#footer {
border-top: 1px solid #CCC;
margin-top: 5px;
clear: both;
width: 100%;
background-color:#EEE;
}
#footer {
text-shadow: 1px 1px 0px white;
}
#credits {
text-align:center;
}
#footer #credits a {
font-size:11px;
font-weight:bold;
color:#06C;
}
#footer .widget-title {
color:#888;
margin-left: 1.3em;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
margin: 0 auto;
width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
margin: 0 auto;
width: 900px;
}
and this is in the theme functions.php:
/**
* Register widgetized areas, including two sidebars and four widget-ready columns in the footer.
*
* To override photolistic_widgets_init() in a child theme, remove the action hook and add your own
* function tied to the init hook.
*
* @since Photolistic 1.0
* @uses register_sidebar
*/
function photolistic_widgets_init() {
// Area 1, located at the top of the sidebar.
register_sidebar( array(
'name' => __( 'Primary Widget Area', 'photolistic' ),
'id' => 'primary-widget-area',
'description' => __( 'The primary widget area', 'photolistic' ),
'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
// Area 2, located below the Primary Widget Area in the sidebar. Empty by default.
register_sidebar( array(
'name' => __( 'Secondary Widget Area', 'photolistic' ),
'id' => 'secondary-widget-area',
'description' => __( 'The secondary widget area', 'photolistic' ),
'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
// Area 3, located in the footer. Empty by default.
register_sidebar( array(
'name' => __( 'First Footer Widget Area', 'photolistic' ),
'id' => 'first-footer-widget-area',
'description' => __( 'The first footer widget area', 'photolistic' ),
'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
// Area 4, located in the footer. Empty by default.
register_sidebar( array(
'name' => __( 'Second Footer Widget Area', 'photolistic' ),
'id' => 'second-footer-widget-area',
'description' => __( 'The second footer widget area', 'photolistic' ),
'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
// Area 5, located in the footer. Empty by default.
register_sidebar( array(
'name' => __( 'Third Footer Widget Area', 'photolistic' ),
'id' => 'third-footer-widget-area',
'description' => __( 'The third footer widget area', 'photolistic' ),
'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
// Area 6, located in the footer. Empty by default.
register_sidebar( array(
'name' => __( 'Fourth Footer Widget Area', 'photolistic' ),
'id' => 'fourth-footer-widget-area',
'description' => __( 'The fourth footer widget area', 'photolistic' ),
'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
}
/** Register sidebars by running photolistic_widgets_init() on the widgets_init hook. */
add_action( 'widgets_init', 'photolistic_widgets_init' );
the sidebar.php is there but is blank.
So I emailed our “website guy” and asked how to register and call the shopping cart and his response is “This template doesn’t come with a child theme for a sidebar so you would need to create it and takes alot of time unless you know PHP.”
WOW ok thanks. I did a lot of googling and found many tutorials but I don’t want to screw up the whole page.
Can anyone help with this or direct me to a “sidebars for dummies” page???
Here is the site:’ usscarneyfrg.com ‘
Not sure if this helps but all the post are pages and the main/front page is static.
If there is an easier way to do this PLEASE feel free to say.
Regards
Meredith
On firefox and on IE my dropdown menu disappears too quick. However on google chrome it works fine.
Any advices on how to fix this?
Thks
]]>I wanted to replace the original round logo and header text with the logo that I have. How do I do that? Thanks in advance!
]]>I have elected not to enter text underneath the large header image and above the sticky posts on home page. I would like to get rid of one of the dotted lines and bring up the 3 sticky post photos a little. Any help would be appreciated.
]]>I am trying to upload the logo to appear at the top of the page instead of the standard photo circle image and text I inserted. Any help would be appreciated.
]]>Hi, thank you for the fantastic theme.
I used many widgets on my site, so I kinda feel that the widgets boxes don’t quite go along with the clean look I want, especially on the footer area (I used 3 widgets and they are in different lengths, so they look a bit like patches to me now). I what to know if there’s any way to remove the widget border (the dotted line) and the background color and leave just the title and content.
Thanks in advance!
Janet
All images I insert they crop and keep square with 150×150 pixels. How can I change this dimensions?!?
Thanks.
]]>When create a post to show in homepage, the theme cut and crop the image to 150×150 pixels. How can I change this to EXACT size of the image, without crop the image?
]]>I follow all the steps, but no sucess to display the 3 posts in homepage.
Someone may give a little help?
https://www.howtomakeup.org