Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Change post category page layout?Ah ok, I will have a look again!
If you’re talking about the wide camera picture in the middle of the screen, When you add posts to your site, the post-thumbnail/featured image for that post will show here.
Forum: Themes and Templates
In reply to: [Matala] How do I center the menu?Oh and you may want to have a play around with the paddings/margins to align it properly with the rest of your site.
Forum: Themes and Templates
In reply to: [Customizr] Change post category page layout?Yes I am aware of that…but when I concatenate that obfuscated url into a real url, it does not exist.
Edit: including converting the x into a dot.
Further Edit: ScreenshotForum: Themes and Templates
In reply to: [Matala] How do I center the menu?In your custom css or Child Theme.
#access { float: none; display: table; margin: 0 auto; }Be wary that this Theme was last updated over two years ago so it’s compatibility with the latest release of WordPress could be questionable.
Forum: Themes and Templates
In reply to: [Customizr] Change post category page layout?Link does not exist…?
Forum: Themes and Templates
In reply to: [Sixteen] Unable to open my website*****Don’t re-install just yet.*****
Do you have FTP access, or is there an area within your hosting account that you can access the files on your server?
You can just delete the entire Theme Folder for ‘Sixteen’ and WordPress will revert back to the default theme. You can then go in and Activate your previous theme.
Forum: Themes and Templates
In reply to: [Emphaino] Sidebar locationWithout custom styles: Screenshot 1
With custom styles: Screenshot 2
Forum: Themes and Templates
In reply to: [Emphaino] Sidebar locationGo into Appearance -> Customise -> Other Settings (on the left at the bottom) and paste this into your Custom CSS.
.single.has-sidebar .content-area { float: right; margin-right: -34%; width: 100%; } .single.has-sidebar .widget-area.sidebar { float: left; margin-right: -23rem; width: 22rem; }Navigate to a post within the customise area, and make sure it’s in the correct position for you, then save your edited CSS.
Forum: Themes and Templates
In reply to: [Customizr] Removing "Category Archives :"Glad you got it sorted @shady -> I apologise for making more work for you than was required.
Forum: Themes and Templates
In reply to: Change colour of feature content area only. Twenty fourteenYour site comes up with an error?
Forum: Themes and Templates
In reply to: [Forever] Edit FooterIn your case it would be in the folder:
child-theme-configuratorForum: Themes and Templates
In reply to: [Forever] Edit FooterP.s. drop colophon.php into the root of the child theme directory.
Forum: Themes and Templates
In reply to: [Forever] Edit FooterNah it’s not a problem, just it will show up with 1 post (your original post) and more people will look at it and try to help!
Forum: Themes and Templates
In reply to: [Forever] Edit FooterYou should start a new support request really but as you’re here, I will help.
You won’t find a child theme as an actual product, you have to create this yourself or use a child theme plugin from the repository.
Once you have done that copy the
colophon.phpfrom within the Theme’s Folder ‘forever’ into your child theme, then edit that file to your requirements.