sacredpath
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sela] Sela’s Default Post TemplatesHi there, you can set a default post template type at Settings > Writing.
Any existing draft or published posts that have a different post template set would need to be edited and then in the editor select the same as your default template.
If I misunderstood, please let me know and explain further.
Forum: Themes and Templates
In reply to: [Edin] Need CSS help for top header text & imageHi there, for the logo, the following would add it to the
.site-branding
div. You can adjust the left padding as needed for spacing..site-branding { background: url('URL_OF_IMAGE') no-repeat scroll left center; padding-left: 100px; }
Forum: Themes and Templates
In reply to: [Dara] Sidebar with static homepageHi there, I can pass this on to the theme designers, but due to the way the Dara home page is constructed, it would take a considerable redesign. The problem with making these sorts of redesigns after a theme has been released for a good bit of time, and there are lots of site using it, is that it can result in a lot of unhappy users who were happy with the original design. It might be best to consider a different theme that supports a sidebar on the home page.
Forum: Themes and Templates
In reply to: [Dara] Social Media Icons and Button ColorHi, that page is coming up with a not found. I do see some ping links on your blog page and blog posts.This would take care of that for you.
.cat-links a { color: #047aad; }
I hadn’t noticed, but I see your site is hosted at WordPress.com. For sites hosted there, it is best to either contact us directly via Live Chat, or for CSS help, you can also post in the CSS forum there: https://en.forums.wordpress.com/forum/css-customization/
Forum: Themes and Templates
In reply to: [Lodestar] Change Navigation Background ColorYou are welcome.
Forum: Themes and Templates
In reply to: [Argent] Change URL of imageHi there, you can’t change the URL of an image in the media library, but if you don’t want search engines to index an image you can add
rel="nofollow"
to the image url. Generally all search engines will respect that and not index that image.Forum: Themes and Templates
In reply to: [Karuna] Testimonials not rendered properly on IOS safariHi there, i checked the two pages you reference in Firefox and in Safari 11.1.1 and the display of the testimonials on both referenced pages are virtually identical for me.
Can you explain a bit further what it is you are seeing, perhaps you can do a screenshot and upload it to your media library and then post a link?
Forum: Themes and Templates
In reply to: [Dyad] dyad, fuction , php error log fileHi there, looking at the error, you have an issue in your child theme. The clue is this bit.
call_user_func_array() expects parameter 1 to be a valid callback, function ‘function dyad_child_featured’’
Forum: Themes and Templates
In reply to: [Lodestar] Change Navigation Background ColorHi there, add this to Customize > Additional CSS to change the black to the same green as the area bo the menu toggle button.
.main-navigation ul { background-color: #7A8C8E; }
Glad that works for you. Not sure why the two differ. I guess the Webmaster equivalent doesn’t get as much attention. ??
Hi there, what exactly happens on mobile? Can you explain or provide a screenshot.
If you switched back to the original theme, then any changes you made to the child theme would not have any affect. Did you by chance make some changes to the original theme files?
I would suggest deleting the theme and then reinstall it fresh.
Forum: Themes and Templates
In reply to: [Shoreditch] Featured Image Size?well, thank you and you are welcome.
Forum: Themes and Templates
In reply to: [Dyad] How can i use dyad2 in www.ads-software.com?Hi there, you can download Dyad 2 from the WordPress.com Theme Showcase page at https://wordpress.com/theme/dyad-2. Scroll to the bottom and you will find the download link.
Forum: Themes and Templates
In reply to: [Karuna] Background Image Per PageNo worries. ??
Forum: Themes and Templates
In reply to: [Dara] Social Media Icons and Button ColorYou are welcome.