Farook Kholwadia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sydney theme page display issuesYou may prefer to go to the dedicated theme support forum:
https://www.ads-software.com/support/theme/sydneyprobably more likely to get a quick response.
Forum: Fixing WordPress
In reply to: Home Page Stuck on A Deleted Page – Won’t UpdateThis is what I see from the link you gave, is this the offending page?:
https://www.cambriamakesthings.com/Is this what you hope to see?:
https://www.cambriamakesthings.com/blog/If yes, then it could be it needs pointing correctly.
It seems everything you worked on is in the blog directory. The below may help you get to where you need to:
https://codex.www.ads-software.com/Changing_The_Site_URLForum: Fixing WordPress
In reply to: Нужен код)I know you can do it with WooCommerce.
Product variation, is that what you’re trying to achieve?
for example:
Forum: Fixing WordPress
In reply to: Contact formsdid you check potential plugins? perhaps below may help:
https://en-gb.www.ads-software.com/plugins/search/contact+popups/
Forum: Fixing WordPress
In reply to: Getting a 500 error when installing a new themeForum: Fixing WordPress
In reply to: Permalink Post with Header and Post ID without headerI think you’re on the right track.
These may help explain better:
https://developer.www.ads-software.com/themes/template-files-section/page-template-files/
https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/The idea is that you can create as many styles of page templates as you want and get the page to call whatever it is within, for example sidebar.php or content.php / sidebar-newlycreated.php or content-newlycreated.php
I think you may have worked this out but just in case.
Forum: Fixing WordPress
In reply to: A way of default image size being Full Size, not MediumThanks, the screen-shot is very helpful. I found two items as below:
One
WordPress ‘Settings ?Media Settings’WordPress will now save the state of those settings from the last time you used them. For example, if you last inserted a full size image, that option will be set the next time you insert an image.
This may explain why it switched from one setting to another.
Two
How to set the default embed image sizeI would be cautious with this option even if you are a developer as you need to work with the function.php file.
Taking one above into account, possible workaround:
- upload first image
- select full size
- select next image
- check it has kept the default as full image
- if it has, upload in bulk
Not ideal but better than doing 30 individually.
Forum: Fixing WordPress
In reply to: Footer Widget Coloryou did it, that’s fantastic.
Forum: Fixing WordPress
In reply to: Footer Widget Colorwe’ll get there in the end.
is it just that little area, which contains the four logos, that you’re looking to change?
this is where it is in the CSS
.footer-widgets {
padding:37px 25px 0;
color:#ffffff;
font-size:13px;
font-family:’robotobold’;
background:#ffffff;
}Forum: Fixing WordPress
In reply to: Footer Widget ColorI’m not 100% sure but if you want a white footer but black background where the text is, then you also need to change the below in the CSS
#footer .footer_txt {
text-align:center;
color:#c8c8c8;
background-color: #000;
}Forum: Fixing WordPress
In reply to: admin bar missing on only some pagesassume the problem is when signed in to WordPress.
is your problem the same as this?
https://wordpress.stackexchange.com/questions/128661/wp-admin-bar-only-on-some-pages
if so, it has a potential fix that worked for this person.
Forum: Fixing WordPress
In reply to: Removing grey box from bottom of pagedo you have the link to the site?
Forum: Fixing WordPress
In reply to: Footer Widget Colorchange the CSS by adding background color
#footer {
margin-top:26px;
background-color: #FFF;
}Forum: Fixing WordPress
In reply to: Can’t search images, posts, etc. when logged indo you have a search plugin instaled?
if you do and you deactivate, does it resolve the problem?Forum: Fixing WordPress
In reply to: Featured Image Text Wrappingyay! ??