miakurt1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] CSS to create multiple responsive ColumnThank so much. This latest Twenty Seventeen theme is beautiful and fun to work with. Although it seems to have some limitation of customization. I don’t see any css for columns in the stylesheet, or maybe I am just overlooking it. And trying to reduce the height of the footer with css isn’t working or it’s not clear how to easily do this. Also when I try to put the footer widgets items (for example address, footer navigation and social media icons) in a column, it’s not obvious to me how to easily do this.
Otherwise it’s a great theme and fun to work with.
Thank you.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] CSS to create multiple responsive ColumnThanks for responding right away. I was hoping to avoid adding plugins, but I’m sure you are right.
Any chance you could recommend such a plugin. Much appreciated.
Thank you.
Thanks Andrew for all your help. I think I’ve found a solution. Using VW units for example font-size: 3.2vw;
Thanks for all your help.
Sorry Andrew, please be patient with me. I am not atticulating this issue well.
I may be confusing in my explaination. The columns are fine, they resize correctly. But the text inside the coulmns, because I have it at a large font size, are not getting reduced, they sort of collapses.Here is the css for the text
.some_blub{
color: #5e6f86;
font-size: 1.675rem;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
text-align: left;
}so when I shrink the browser the text looks like this
some word
s are
not showi
ng cor
rectlyinstead of this display
some words are not showing correctlyJust to be sure, can columns be created inside pages in Twenty Seventeen theme? And how do I use css on the text to make sure it’s getting readjusted when browser is shrunk?
Finally if I am using a lot of custom css, is the best place to add it to Appearance => Customization => Additional CSS
Desktop, mobile and ipads. Any tablets. Also I was incorrect, the text inside the columns doesn’t display correctly on desktop, mobile etc.
Thanks Andrew. Using css.
.row {
margin-left: 10px;
margin-right: 10px;
width: 100%;
}
.columnA {
float: left;
width: 40%;
padding: 10px;
}.columnB {
float: left;
width: 60%;
padding: 10px;
}/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}Forum: Themes and Templates
In reply to: [Twenty Seventeen] Help Needed to create 2 Top menu barsThanks for replying. I appreciate it. I was slowing coming to the conclusion that it might be a lot of work. I am glad you’ve confirmed this for me. Thank you.
Forum: Plugins
In reply to: [Easy Photography Portfolio] Plugin Not ActivatingThanks for replying. No I don’t get any notification messages. I’ve tried uninstalling and reinstalling. I’ve also tried activating plugin within other themes.
Thanks
Forum: Themes and Templates
In reply to: [Business One] How to remove sections on homepageI am trying to remove the BLOG and PORTFOLIO sections on my homepage. How can I do this?
Thank you.Forum: Plugins
In reply to: [Easy Photography Portfolio] Unable to see PortofolioI am having the same problem. When I install the plugin, I am unable to activate the plugin. It won’t let me.
Forum: Plugins
In reply to: [Folder Gallery] Foldar Gallery Lightbox overlay == CaptionsI agree about the no sense using “click image…” but the client wants it.
So I am trying to add to the caption that is displayed after in settings (Caption Format (Lightbox)) you have selected an option to sort by Filename or Filename Descending or Date or Date Descending or Random. Where can I add another piece of information, so that it will be displayed. I want to add “click on image for more”
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] How Sitemap Generator Works?I think my question is more about, how do I add a sitemap page, listing the pages, using the generated sitemap’s xml urls, so that it looks pretty.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined method WP_Query::is_main_query()So which plugin for SEO are you suggesting I use, instead of Yoast? Thank you!
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined method WP_Query::is_main_query()Thank you for replying so quickly.
Which plugin should I be manually deleting? I do want to add Yoast WordPress SEO plugin to my site and not delete it. How can i make it work?
Thank you