Brian Harris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Unconditional] Remove Header Image from All Pages except Front?Please try this child theme: https://www.wpstrapcode.com/blog/download/unconditional-child-theme
Replacement of the header image with a slider is possible via the child theme but would require some knowledge of PHP and CSS/JS to achieve this.
Zulf
Forum: Themes and Templates
In reply to: [Unconditional] Main Image Changed to Slider…. help.Slider is not supported on this theme but can easily be intergrated via a child theme.
Forum: Themes and Templates
In reply to: [Unconditional] RSS feed not workingIs this the default WordPress RSS widget or a plugin custom widget?
Forum: Themes and Templates
In reply to: [Unconditional] Header text“p” is not the correct element to target.
What are you trying to achieve exactly? Which “white header text” are you referring to?
Forum: Themes and Templates
In reply to: [Unconditional] No Social iconsYou need to create a new menu group named Social and then proceed to add your social profile links before assigning the group to the given location.
Forum: Themes and Templates
In reply to: [Unconditional] Blog Feed not showing up on Home PageSite is not loading for me.
Forum: Reviews
In reply to: [Allurer] Does not workKind of unfair to to rate the theme so low without giving us a chance to address the issue.
Would you care to state what/how is the theme is broken so that we can take a look at it for you? Is there a link to a site to see exactly what you mean by broken?
Regards,
Zulf on behalf og WP Strap Code.Forum: Themes and Templates
In reply to: [Almasi] Almasi Theme 404 errorSorry about that – there was a bug in the customizer.php file that may have prevented the theme from loading in the customizer.
I’ve uploaded a revised version with a fix and its awaiting review – should be live in a few days time.
Regards,
ZulfAppreciate the suggestion but it does not fit in with the design of the theme.
I will however look at it in the future to see be incorporated without effecting the design.
Forum: Themes and Templates
In reply to: [Ridizain] Text for featured grid content not showingHello Jasmine,
I’m unable to view the issue refered to as the site is set on a slider and not the grid. Could you switch to the grid so that I can take a look and hopefully offer some assistance?
Zulf
Forum: Themes and Templates
In reply to: [Ridizain] Featured Images in Grid option are full widhtYou have a slider plugin which is loading its own version flexislider.js – could you deactivate it to see if its the one causing the conflict?
Forum: Themes and Templates
In reply to: [Ridizain] Featured Images in Grid option are full widhtCan you verify if the issue persists with the parent theme or is it just with the child theme?
Forum: Themes and Templates
In reply to: [Ridizain] Intro text for products is inserted at page bottomWhat plugin are you using for the products?
I would take the code offline as I see it doing things that the template should not be doing!
Having looked at the code, your products output is before the WordPress loop hence why the issue.
As I see it, the issue is with your code and not the Ridizain theme itself.
Forum: Themes and Templates
In reply to: [iTek] Responsive footer menuIt is possible.
First of all you’ll need to create a child theme if you have not already done so – see: The child theme codex.
Copy the file nav-footer.php in to your child theme then proceed to edit it as follow.
Add the following code just above where it reads
<!-- Our menu needs to go here -->
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. --> <a class="btn btn-navbar" data-toggle="collapse" data-target=".footer-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
Then change this line
'container_class' => 'nav',
to'container_class' => 'nav-collapse footer-collapse',
save and the footer menu should now be responsive.Regards,
ZulfForum: Themes and Templates
In reply to: [Rendition] Rendition tabs visible in all pagesIt is possible but would require some knowledge of PHP coding as you’ll need to change a few things via a child theme.