galcy
Forum Replies Created
-
Thanks anyway!
Ok emailing. Thanks for taking this on!
Ok. We are on their forum. Hopefully they will see this. But just to be clear: When Elementor is activated, none of the CME setting work.
Thanks. But I don’t know what’s needed! I just know that CME doesn’t work with Elementor.
I would want to be sure it does everything we need + doesn’t conflict with anything else we are using. We don’t really have the resources to test all the options.
Forum: Themes and Templates
In reply to: [Aaron] Logo linkThanks!
I do think no link would be better than a useless link – less confusing for visitors.Forum: Themes and Templates
In reply to: [Aaron] Open link in new tab – highlights, posts and pagesHi!
Thanks for the fast response.
And whenever you add the option, that will be great.
About posts and pages – it turns out it was a setting in the Wp-Accessibility plugin. Sorry for the confusion!Forum: Plugins
In reply to: Gravity Forms Entry IDThe answer to this was that the numbers are assigned in order, but for all forms on the site, so the missing numbers were from entries to another form.
I didn’t find a way to change the numbers, but that’s ok – I am assigning new numbers when I download the .csv file.
Forum: Themes and Templates
In reply to: Nom Nom /Twenty Eleven: Separate Attributes for Footer WidgetsUpdate!
I fixed it! Oh the joys of Chrome Inspect Element plus some more googling.
This is what did it:
#supplementary.two .widget-area { /* Override styles here */ } #first.widget-area { float: left !important; margin-right: 0% !important; width: 42% !important; } #second.widget-area { float: right; margin-right: 0%; width: 55% !important; }Something in there might be superfluous but I was so happy to finally do it that I wasn’t going to mess with it again.
Forum: Themes and Templates
In reply to: reposition search box in menu twenty eleven child themeOk, solved.
I had to change the -27 here:#branding .with-image #searchform {
top: auto;
bottom: -27px;
max-width: 195px;
}I changed it to -31
Forum: Themes and Templates
In reply to: Mobile compatibility twenty eleven themeHi Andrew,
Thank you.
I played around with the spacing (I was also fixing another issue on the homepage at the same time) and the issue seems to have been resolved on the ‘regular’ view on the mobile.
The issue on the Plugin view is still there though – the text is all squished together. Any ideas on that? Maybe I should check with the Plugin developers actually…
Forum: Themes and Templates
In reply to: Need text wrap or column solution in twenty elevenWow – thank you so much WPyogi! At first it did not seem to work but that was because I had some other code in the .css for the rotator that did nothing. Once I deleted it it was all good.
I also had to put an extra space in the text, because otherwise part of it got stuck below the rotator (it was like it didn’t know where to break without help – weird).
If you can help with either of the other two issues that I have then that would be great:
http://ww.wp.xz.cn/support/topic/reposition-search-box-in-menu-twenty-eleven-child-theme?replies=2
http://ww.wp.xz.cn/support/topic/mobile-compatibility-twenty-eleven-theme?replies=4Thanks again!
Forum: Themes and Templates
In reply to: Mobile compatibility twenty eleven themeHi Andrew,
Sorry. No, I mean that you can choose the plugin view or the ‘other’ view – it’s only a mobile problem.
Forum: Themes and Templates
In reply to: reposition search box in menu twenty eleven child themeOops. See rainbow-jerusalem.org