Hi everybody,
I haven’t created a post in a while but my site is pretty simple so I didn’t expect much difficulty. Alas, when I create a new gallery the lightbox won’t switch to slideshow mode. What I mean is that when I click on a thumbnail the image doesn’t automatically open in a subwindow and when I click on it again it no longer scrolls to the next image in the gallery. In fact if I select the first image, images from my library not in that gallery are displayed under the selected one. What’s going on with this?
This is just one of several problems I ran into with my recent posts but this is the biggest issue.
I am running zero plugins and have cleared my cache.
Thanks
https://www.benjaminhoy.com to see what I mean. The first two posts are my newest and not functioning correctly. The other posts seem fine.
]]>Foreword: I added “again” to the title not necessarily to show frustration (tho there is some of that involved), but to show that this customization had been done successfully before. It CAN be done.
Now, on to the question:
How can I remove the Comments and Publish sections from the bottom of the Post pages? Did it once before, but the “feature” seems to have reactivated with one of the recent WordPress automatic site updates.
By Publish, I mean this text:
Posted by otterdog
on August 7, 2012
Filed under CV
Don’t want people to see that. Don’t need people to see that.
Here’s a sample page from my Website: https://www.theotterdog.com/california-marriotts/
And please don’t tell me to rebuild the Website.
Would be great if WordPress could add a simple, complete HTML page source editor to its dashboard. Or, if that already exists, please point me towards it.
Thanks much!
Blam
]]>Hey people…
How can I make appear only the posts of one category on the front page?
The default of this theme is to appear the latest posts on front page and I cannot choose how much…
If it’s possible to choose only one category to appear on front page would be perfect… but if not… if I can choose how much posts will appear I think it can work too because I could put only the fixed posts on front page…
]]>Hi everyone,
Forgive me I’m a little new at this.
I’m trying to place social media buttons at the footer of the theme and having problems. I’ve tried a widget to keep the buttons/links centered on the page and that didn’t seem to work, so I placed images of each icon in the middle section of the footer. But as you can see, they’re not really centered and I’m just out of ideas on how to make this look good on every page.
Here’s the site https://jkatrell.com
Any suggestions would be helpful.
Thanks so much,
K
I don’t know the name for the text that automatically appears on the sliders on the homepage (so finding it hard to search for existing threads)…. but does anyone know how I can remove it?
Thanks
]]>Hello
I am very new to WP. I figured out how to make homepage slider images link to pages instead of post. Now I am trying to figure out how to get the slider on the second page.
Any thoughts on how to do this?
Thank you
Hi!
I’m trying to get the featured image to ‘center’ in my blog posts, but instead it ‘aligns right’ and I can’t figure out how to fix this. I’m using the Minimatica theme.
]]>Hi,
I’m using the Minimatica theme and decided to start to implement some very basic SEO. I decided to use the Bubble SEO plugin but unfortunately the title tag preferences in the SEO plugin won’t seem to overwrite the theme’s default title configuration which, in short, is: Blog Name | Blog Description. With the plugin all I really want to do is change this to Blog Name – Blog Description but at the moment they both appear alongside one another.
Minimatica generates the title tag using a theme function
<title><?php minimatica_doc_title(); ?></title>
In functions.php this is written as:
if ( ! function_exists( 'minimatica_doc_title' ) ) :
/**
* Output the <title> tag
*
* @since Minimatica 1.0
*/
function minimatica_doc_title() {
global $page, $paged;
$doc_title = '';
$site_description = get_bloginfo( 'description', 'display' );
$separator = '#8212';
if ( !is_front_page() ) :
$doc_title .= wp_title('', false);
if ( $paged >= 2 || $page >= 2 )
$doc_title .= ', ' . __( 'Page' ) . ' ' . max( $paged, $page );
if ( is_archive() )
$doc_title .= ' &' . $separator . '; ';
elseif ( is_singular() )
$doc_title .= ' &' . $separator . '; ';
endif;
if ( is_archive() )
$doc_title .= get_bloginfo( 'name' );
elseif ( is_singular() )
$doc_title .= get_bloginfo( 'name' );
elseif ( is_front_page() )
$doc_title .= get_bloginfo( 'name' );
if ( is_front_page() && ( $paged >= 2 || $page >= 2 ) )
$doc_title .= ', ' . __( 'Page' ) . ' ' . max( $paged, $page );
if ( $site_description && ( is_home() || is_front_page() ) )
$doc_title .= ' &' . $separator . '; ' . $site_description;
echo $doc_title;
}
endif;
My question is this: what would be the best way to adapt this code so that the default Blog Title, Separator and Blog Description don’t display but that the settings in the SEO plugin have total control over title tags for pages?
Please help! ??
]]>Change number 4 to 5 in function.php is not working in minimatica latest version .
$query->set( ‘posts_per_page’, ‘4’ );
]]>All of my sliders end up on the home page. How do I get the next set of 4 to show up on another page? I have tried putting each set of 4 under a different category but it didnt make any difference. Thanks.
]]>I need the widgets on my site to show up BELOW the navbar but cannot figure out where to change them.
]]>Im using the Minimatica wordpress theme and Im having the following 2 issues with the hover feature in the slider:
1. The images in the slider are no longer expanding when I hover over them.
2. The slider on the different menu pages shows 4 images, per usual, and an ‘over arrow’ but the ‘over arrow’ is now taking up the same size as the images, which it did not do before.
Helpful info on this troubleshoot:
-My website is https://www.hair101withapril.com/
-I did not make any major changes or edits when the hover feature suddenly started not working a few days ago (at least I cant make any connections I can think of).
-The minimatica theme and wordpress are both updated to most current.
-I have multiple different menus each with at least 6-8 images going to links in the slider.
-The image links themselves are working fine.
-I do not have any child directories or edits in this theme.
-I have searched like crazy all forums and posts on this theme, tried various edits and fixes, and this problem is still hanging around like a pregnant womans fart.
Thank guys.
]]>Hi! Right now the homepage slider anchors pictures to show the left side of the picture. You hover over it and it slides open to show the whole picture. Is there a code to change it so it shows the right side of the picture instead of the left side?
]]>Is there a way for the slider text to better reflect the format in the post which the slider relates to?
My heading and body text merge into the same line and all subsequent line breaks appear to be missing in the slider summary when you hover over the image.
]]>I Cant view website on ipad or mobile device. Why So?
What changes must I make to view it on all devices?
]]>I am using Minimatica theme for this website:
https://www.theparlormusic.com
I currently have a sidebar widget running on all pages, but would like to remove it from some pages and leave it on others. How would I go about doing this? Thanks so much.
]]>I saw on a Minimatica themed website that the creator had the homepage slider, but when you clicked on certain images in the slider, it took you to another page that included another slider. So, my question is, how can I get an image (post) from my homepage slider to link to another slider on a different page?? I cannot figure this out!! When I click on an image in my homepage slider, it opens up the actual post. This is not what I want.
Thanks for any help!!
]]>Hello
everyone,
Please can anybody help me in some issues I am new to word press, well I am also new to this web designing and coding stuff to. I have some issues please can anybody help I’ll be very thankful.
1. Images in Slider on the front page is not showing.
Please tell me where to edit or change these images.
2. I am having leave a quick reply box in every page and search option in each page too, please tell me how to get ridd of these things.
]]>I was wondering if anyone can help me in disabling the slider links. I would like to only have the pictures and short description.
Thanks for the help.
]]>It’s been like forev since I last used this theme.
Anyhoo, I recently resurrected a site that I built on it, and much to my chagrin, the meta data displays within the pages and posts. Ick!
What I like about this theme is its sleekness. The meta data makes it looks, well, cheap.
Soooo, how do I remove all that’s displaying?
Thanks so much!!!
]]>I just want to remove sidebar at tha page , and make full width page,
Please help
Eyh,
I use your theme Minimatica for a “showcase site”.
On static pages, the title and the content of the page send to links empty href = “”. And therefore to a page “404. not found page”.
I can’t find where this problem is, can you help me?
Thank you in advance.
Mathilde
is there a way to have my tagline show up in this theme???
]]>Hi all,
I am hoping someone can help me locate the code that controls the slider only? I’d like o use this slider on my homepage, but use pages instead of posts and have my recent posts in a more functional blog theme. So, I’d like to use this slider only (in the header of another theme, pretty much).
]]>Hi all…
I am trying to keep only my first 3 posts on the front slider page. Ideally, I would create this front page as a static page, but I don’t know how to keep the slider on there if I did that…which is all I really want.
So, I have been trying to redirect all future blog posts to a page called “blog”, but don’t know how to do that (Forgive me, my knowledge is basic). I need to keep the new posts from jumping onto the front page slider as well, which I also do not know how to keep from happening.
Thank you so much for any help. ??
]]>Hi!
Does anyone know how to include a product image in the Minimatica theme?
I am using WooCommerce and am not even given the possibility of adding a product image for my products with this theme!
(I use other themes for my other websites, and am able to add product images there).
Thank you for your help!!!
Hi everyone,
I’m a little new at this but I appreciate any help. How would I go about changing how much text the entry summary would show on the slider? At this point it shows more than I want. I need the summary to only take the first 150 characters, is that possible?
Thanks!
]]>Hey everyone, I am new to wordpresss, and had some problems with my current site.
https://www.overpowercards.com
Problem 1 – How do I add text to only the home page below the slider and menu links? I tried using a text widget, but nothing appeared. When I put it on the footer, it appeared on every page. I just want to put a short welcome message on the home page only.
Problem 2 – How do I right align the last updated in the top right of the screen so that it is directly below the search bar?
Thank you in advance for the help.
]]>This theme is awsm ,
But I want to specify Home page category not latest posts,
Is there any solution to Display at home page my selective category which have my posts instead of Latest posts ,
Please answer as soon as possible ,
Advance Thanks
Regards Muhammad Naeem Tariq
]]>Hello, nice theme,
I need your help please, Gallery picture is not the same size, if I do another parent Gallery measure changes is more small and the description in the box already does not look, I would like all automatically were of a single measure, I think that there is an error in the code.
]]>