andrew90
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Spacing issue with the Team blockI was able to fix using some page specific CSS. I am thinking you are correct, it’s either a theme issue or a backend builder plugin I have intstalled.
Forum: Plugins
In reply to: [Connections Business Directory] Changing image sizeHey Steven,
I did what you said and this works. However, when viewing the profile pages on mobile I’m having some issues with the image overflowing to the left of the div container. Any idea on a fix for this?
Forum: Plugins
In reply to: [Connections Business Directory] Limiting access to certain categoriesOkay, thanks for the quick response.
Forum: Themes and Templates
In reply to: [Virtue] Parent theme overwriting Child ThemeKadence,
That makes sense. Thanks for all the support. You guys are great.
Forum: Themes and Templates
In reply to: [Virtue] Parent theme overwriting Child ThemeI don’t currently have any styles in my child theme. I can post some if need be.
Forum: Themes and Templates
In reply to: [Virtue] Overwrite of PHPLooks like its back up now. It must have restored from the backup I had using my host’s server side software. Problem solved! Thanks so much.
Forum: Themes and Templates
In reply to: [Virtue] Overwrite of PHPCan I just copy and paste the header file you just posted into the header.php file on my server?
I have a backup from a wordpress plugin but its not to recent. I’m worried if I do a reinstall that I might lose some of my content.Forum: Themes and Templates
In reply to: [Virtue] Overwrite of PHPThanks for the quick reply. I’m trying to restore files using Cpanel. If that doesn’t work I can just do a fresh install and paste my theme options in. How would you restore from the parent theme?
Forum: Themes and Templates
In reply to: [Virtue] Child Theme IssueThanks!
Forum: Themes and Templates
In reply to: [Virtue] Child Theme IssueI am wanting to hide my logo and display text in the mobile view using a child theme. I know how to hide the logo but can’t seem to find the text to display.
Forum: Themes and Templates
In reply to: [Virtue] Top Bar MissingWhat’s strange however is I have no idea how that’s happened? I reviewed my custom CSS from the backend of WordPress and I did not change that style.
Forum: Themes and Templates
In reply to: [Virtue] Top Bar MissingI found the problem. Take a look at the code below. Min-height got changed to 1px somehow. Do you know what the default setting is?
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .col2-set .col-1, .col2-set .col-2, .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-25, .col-md-25, .col-sm-25, .col-xm-25 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}Forum: Themes and Templates
In reply to: [Virtue] Mobile Menu IssuesThanks for the help. It’s resolved now.
Forum: Themes and Templates
In reply to: [Virtue] Mobile Menu IssuesI figure out the area dropping down is the body background, but still when I add the same background you can tell that area is dropping down and the background then shows a line in the wood background that is evident.
Forum: Themes and Templates
In reply to: [Virtue] Mobile Menu IssuesAlso on my mobile menu (in the narrowest window view such as displaying on a phone) a white header drops down as my menu drop down in the mobile menu. This white space comes behind my logo but I would like my original wood background to stay and not show the movement.
Is there anyway to do this?