asanti75
Forum Replies Created
-
Forum: Plugins
In reply to: [Alfie WP Weather] Prettyphoto and Alfie WP Weather do not work wellUnfortunately I have to uninstall your plug in in order to be able to get pretty photo, and I decided to install a different plug in for the weather. Thanks anyway.
Forum: Themes and Templates
In reply to: [Customizr] Disable circle zoom effects on home pagewhat should you do if you want to add 4 columns?
Forum: Themes and Templates
In reply to: [Customizr] Gallery link in a post or pageHi, and yes, when you want add a pic you go to media bottom in a page or a post. So I did it. And yes when you choose media you have three option that are the following,
1. Insert Media, with that option you only add a picture, video or audio in your page, and of course you can link this image with a page.
2 create Gallery, with that option you can add a image with fade in, that I have, and you have multiples options there, like add 3, 4 etc. write a caption for the image but it hasn’t link each image with a page.
3 set feature image, that option is for the circles.
And finally No I don’t know a site that does that I want with this theme, if I knew one i probably could figure out scratching the code.
I know that the gallery function is a Shortcode, but I am pretty knew I have some problems trying to make a Shortcode function.
Forum: Themes and Templates
In reply to: [Customizr] Gallery link in a post or pageHi ElectricFeet,
Probably I didn’t explain myself clearly, but I am not looking only link a image with a page or post, because that is something your instructions make. My intention is that the image that I created in a gallery, because the image is show with this small increase in the picture very slow, like slow motion. I am not sure if you got it.
Thank you for your advise.
Forum: Themes and Templates
In reply to: [Customizr] Gallery link in a post or pageHi
For example, if you go to my site here you can see at the bottom after the circles, that I have a gallery with three image. I like this feature in which the image pop up, but when you click one of those image it opens a page with the image only.
My intention is when you click in one image goes to a page, or post, and when you click to the next image go to another link, and so on.
But I like your pop up galley, is that a plug in? Could you tell me which one? Thanks for your help.
Forum: Themes and Templates
In reply to: [Customizr] Menu Font Size.Thank you, I didn’t know that restriction in the CSS Manager in Customizr theme, on the other hand I made those changes in a CSS manager plug in, that is easy to use too.
Forum: Themes and Templates
In reply to: [Customizr] faviconHi but this version has some bugs that need to be fixed, I installed but later I have to deinstalled because those problem and I couldn’t get the favicon at the end, but it was fixed with a plug in.
Forum: Themes and Templates
In reply to: [Customizr] Menu Font Size.I didn’t get any answer I don’t know why, but here is my solution for those who are dealing with the same problem.
You have to change to part, the first one is
`.navbar .nav > li > a {
padding: 5px 20px 5px 20px;
font-size: 30px;
}`and the second one is
`.navbar .nav > li > a:first-letter {
font-size: 30px;
} `Remember use a CSS manager or a child theme.
Forum: Themes and Templates
In reply to: [Customizr] Customizr – Apperance -> customize not workingHi
There is a problem with the new version because I installed the 3.0.2 trying to fix the favicon issue, but every time when I was changing something with my plugins, or updating a page, the screen went white.
Forum: Themes and Templates
In reply to: [Spun] Can I change the font of the header?Xbackfire I don’t undestand, I need to detect the CSS code to modified the font in the heater and in the circle. Using the WP google font plug in.
Forum: Themes and Templates
In reply to: [Spun] Can I change the font of the header?Hi, I have the same problem, but I am using google font, it changed most of the text but no the header title. Anyone can help us?
Forum: Themes and Templates
In reply to: [Spun] how to get images and text on circlesHi, probably there were a misunderstood with all back and forth with this issue because I was trying to do the same and I followed all the discussion, but I had the same problem, then I realized that it was a code missing or I am not sure if that was missing but I wrote in the child css file this
.blog .hentry span.hometitle { position: absolute; top: 70px; width: 100%; color: #FAFAFA; display: table-cell; font-family: Baskerville,"Playfair Display","Times New Roman",serif; font-size: 3.2rem; font-style: italic; height: 180px; line-height: 32px; overflow: hidden; text-align: center; transition: background 0.4s ease-in-out 0s; vertical-align: middle; width: 180px; word-wrap: break-word; } .blog .hentry { position: relative; } .blog .hentry span.hometitle { position: absolute; top: 73px; width: 100%; text-align: center; } .blog .hentry { position: relative;
so it worked well.