alkpurusha
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Testimonials] Sidebar widget won't rotateHmm, strange, I’m on my site right now and there are the same 2 testimonials on every page in the right sidebar.
Pity about those conflicts.Forum: Themes and Templates
In reply to: [Twenty Fourteen] Twenty fourteen child theme problemI downloaded it and activated it and the problem remains.
Do you think the file location(s) may be an issue?
Or some setting?Forum: Themes and Templates
In reply to: Child theme problemI’ve poked around a bit and the style.css file mentioned above is also located at .www/worldpeacesolutions/wp-content/themes/twentyfourteen-child.
I’m wondering if the file location (or location in two places) has something to do with this issue.
Someone please respond!!
Forum: Themes and Templates
In reply to: [Customizr] Slider imagesThere was no obvious change from my side. Perhaps some plugin was updated, but going through all the plugins like that is quite a task.
I wanted to focus on the images for customizr first. In fact I did edit one and it now is visible. However, the two images which are now visible are of a larger scale than before, so only a portion of the image is visible. Can you advise best way to scale down, as the scale option under Edit: Media does not change this situation.Forum: Themes and Templates
In reply to: [Customizr] New Page created is not listed in Navigation barOK, thanks, now working!
Forum: Themes and Templates
In reply to: [Customizr] Images in posts summaries not appearingThis worked, thank you so much.
Forum: Fixing WordPress
In reply to: TubePress – time lag before YouTube videos appearThis is resolved.
Forum: Themes and Templates
In reply to: [Customizr] Home page posts layoutYes! Finally it’s been cracked. Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Home page posts layoutEntered this suggestion in CSS Editor. Didn’t have any effect.
Any further suggestions?Forum: Themes and Templates
In reply to: Customizr – home page posts layoutOK, will do
Forum: Themes and Templates
In reply to: Customizr – several issuesOK, I’ll reset Safari.
The icon is to the immediate left of every Page header and every Post heading, and looks like a fat pencil. Below is a copy of a string which gives code to remove it, which worked for me.
Q. “I’m having the exact same issue with the little annoying icon next to each page title. How do I disable this icon and also the title heading on the pages?
A. probably not the fanciest solution but I added this in the custom CSS
.format-icon:before { speak: none; text-transform: none; -webkit-font-smoothing: antialiased; padding-right: 10px; opacity: 0.2; position: relative; top: 8px; display: none; font: normal normal 1.2em/1 'entypo'; }
Forum: Themes and Templates
In reply to: Customizr – several issuesIts OK, I found the answer for this icon issue.on another string.
Forum: Themes and Templates
In reply to: Customizr – several issuesI switched to Firefox, and you’re right, the shadow is gone. But in Safari it remains! Anyway, that’s good enough for me and we can let that one rest.
I cropped the photo to a rectangle and yes there was definitely an improvement for the featured page image, but still truncated. I cropped it to a perfect square and still truncated. I’ll fiddle more with this. Curious.
Thanks for your help with this; much appreciated.
If I’m allowed, I have another enquiry, and wish to remove the small pencil icon in front of all the page and post headings. Or should I start a new string?Forum: Themes and Templates
In reply to: Customizr – several issuesI am able to access this file (blue.css), download it, and edit it, but I am blocked from uploading it again to the same location to overwrite the earlier blue.css file, regardless of the number of times I try.
I have also tried to enter the code within WP in the CSS Editor, without success.
I am not sure how to proceed.Regarding the other enquiry in my first message, on the subject of feature page image being truncated, I have replaced this image with several others but the truncation continues. I have also reloaded the Customizr Theme under a child theme, to no effect. I suspect there may be a glitch in the software. A close examination of the image seems to indicate that the magnifier effect actually miniturises the image, making it appear truncated.
Forum: Themes and Templates
In reply to: Customizr – several issuesThank you. The menu box is now nicely centred, but the drop shadow remains. I used both code alternatives below, neither of which worked:
.navbar .navbar-inner { border: 0 none; margin: 14px 20px 10px; padding-left: 5px; z-index: 200; }
.navbar .navbar-inner { border: 0 none; z-index: 200; }