GerCole
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Where to add the Facebook URLThanks micropat for taking the time to reply to this. I worked out soon after posting that the functionality I need is not available – such a pity as its such a great plugin. The custom icons and flexibility of screen positioning for responsive mode is fantstic.
I was still hoping there was a way to just trick it to just doiing a straight forward link without sharing. Anyway I’m glad to hear it is functionality that is coming at some point.
Ger
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] su_columnSorry found the solution in the great samples and documentation.
Thank you
[su_row]
[su_column size=”1/2″] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis quam nibh, euismod eget nulla a, tempor scelerisque lorem. Proin dignissim arcu tristique fermentum ullamcorper. Integer lacinia scelerisque enim eu pretium. Nam elementum turpis orci, ac porttitor diam suscipit sit amet. [/su_column]
[su_column size=”1/2″] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis quam nibh, euismod eget nulla a, tempor scelerisque lorem. Proin dignissim arcu tristique fermentum ullamcorper. Integer lacinia scelerisque enim eu pretium. Nam elementum turpis orci, ac porttitor diam suscipit sit amet. [/su_column]
[/su_row]Forum: Themes and Templates
In reply to: [Twenty Fifteen] move social icons downoops my mistake. theye are actually below in the menu.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] How to change responsive behavior ?Hey Koozz,
I am still working / struggling with this but at a minimum I found if you add this line to your header.php file
<meta name=”viewport” content=”initial-scale=1, maximum-scale=2″>
directly this existing line
<meta name=”viewport” content=”width=device-width”>
it will make the landscape tablet look like the desktop view. Can’t work out yet how to make portrait table keep the desktop display though.
Hope this helps you somewhat.
GerForum: Themes and Templates
In reply to: [Theme: Twenty Fifteen] Doesn't respect iPad resolutionJust wanted to add that I just found this solution and am sooooo happy. thank you.
G
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Branding in Responsive menuI have added the logo image in the header.php file rather than use an image widget. That has worked and it now displays on the mobile device. I need to do the same / find a similar solution for the social menu though.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] My Main sidebar menu is expandedI have answered my own question. The difference in behavior is Custom Menu vs Primary menu
Hi,
I am also getting this – have you found any resolution for this error ?G
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Main Navig Hover ColorI used the following code to resolve this :
.secondary li a:hover,
.secondary li a:focus {
color: red;
}Forum: Fixing WordPress
In reply to: 2015 Theme Sidebar widthI found this solution in another thread.
@media screen and (min-width: 77.5em) {
/* line 49, sass/style.scss */
body:before {
width: calc(50% – 389px);
}
}Forum: Themes and Templates
In reply to: [Theme TwentyFifteen] Sidebar width and alignmentI found the solution to the width problem in another tread and it works great.
@media screen and (min-width: 77.5em) {
/* line 49, sass/style.scss */
body:before {
width: calc(50% – 389px);
}
}