vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] CopyrightYou could create a child theme and overwrite footer.php from that child theme and add what you need in it.
Forum: Themes and Templates
In reply to: [Sydney] Padding issueHi,
Assign the Front Page template to your front page.
Forum: Themes and Templates
In reply to: [Sydney] Background ColourHi,
What borders are you referring to? Or is this solved?
Forum: Themes and Templates
In reply to: [Oblique] Custom YouTube embed size ignoredSorry, I guess I was thinking of something else.
The height is controlled by the top padding. The actual height propriety is set to 0 so setting a max-height won’t achieve anything.
Use this:.fluid-width-video-wrapper { max-width: 595px; padding-top: 200px !important; margin-left: auto; /* this will center the video */ margin-right: auto; }Adjust the 200px as needed.
Note that this code will sort of break the video’s original ratio.Forum: Themes and Templates
In reply to: [Amadeus] Website not opening on android or i-phonesThere’s no reason for it to stop working all of the sudden. You probably have some plugin that’s causing issues. Think what you installed/updated before it stopped working and disable it to test.
Forum: Themes and Templates
In reply to: [Oblique] Pagination for ObliqueHi,
You can do it just like in any other theme, go to Settings > Reading and choose 5 posts 🙂
Forum: Themes and Templates
In reply to: [Oblique] Custom YouTube embed size ignoredHi,
You can try adding !important and see if it works. Thing is the theme uses fitvids in order to make the videos responsive so custom sizes might not be that easy to achieve.
Forum: Themes and Templates
In reply to: [Oblique] WidgetHi,
There is no footer widget area in case that’s what you’re asking.
Forum: Themes and Templates
In reply to: [Sydney] One EmployeeHi,
Use it like this instead:.roll-team .owl-wrapper { margin: 0 auto; text-align: center; } .roll-team .owl-carousel .owl-item { float: none; display: inline-block; }Forum: Themes and Templates
In reply to: [Amadeus] Custom Logo SizeHi,
There’s an option to increase the logo size right below the one you used to upload the logo.
Forum: Themes and Templates
In reply to: [Oblique] home page content not in tidy boxes oblique themeYou’re using a static home page. The demo shows the latest posts. You can go to Appearance > Static Front Page and change this.
Forum: Themes and Templates
In reply to: [Oblique] home page content not in tidy boxes oblique themeLooks like you’re on maintenance mode 🙂
Forum: Themes and Templates
In reply to: [Oblique] home page content not in tidy boxes oblique themeHi,
Can’t help if you don’t post a link so I can see how your site is looking now.
Forum: Themes and Templates
In reply to: [Oblique] Background imageHi,
I actually removed the background image option, you probably haven’t updated the theme.
As you noticed, the svgs need a background color to pick up and create the slanted effect. It cannot work with a background image. So it’s not a bug, it’s mostly a limitation.Forum: Themes and Templates
In reply to: [Sydney] Website does not seem to be responsiveThe slider is full screen on any device. Therefore it cannot show the whole image on all devices since the screen and image ratios won’t match.