Carolina Nymark
Forum Replies Created
-
Hi
Thank you, I hadn’t tested these widgets. I found the issue,
adding this to the stylesheet should work until I’ve been able to fix it:li a:before{ font: normal normal normal 16px/1 Genericons; }
(As long as you are adding the child themes style after the parent style)
Forum: Themes and Templates
In reply to: [Aaron] How do I add a second menu under the social menu?It sounds like you have done everything right so I’m afraid I’m out of ideas…
Did you add any styling to the class you used?You can try adding a menu to the widget area below, the “Footer copyright area”, but the menu would be centered.
Forum: Themes and Templates
In reply to: [Aaron] Double images with featured imageHi!
I’m not aware of a Richer theme so I can’t help you, but Aaron is coded that way on purpose, it is not due to excerpts or browsers. ??The easiest way to fix it is to not include the image in your post,
it is unclear if you want to disable the featured posts all together, or where you want them to show?Forum: Themes and Templates
In reply to: [Aaron] How to put "Search" into Mobile siteHiya,
it was originally hidden because of the limited space. I will squeeze in an option to show the form on all screen sizes with the next update.(You posted it on the theme website)
Forum: Themes and Templates
In reply to: [White Xmas] Lost the sidebar on category pageHi!
The code for the sidebar is still in the file so I don’t know what happened there, have you tried adding and removing the widgets?Forum: Themes and Templates
In reply to: [Aaron] Removing Share buttons from search resultsYay ??
Forum: Themes and Templates
In reply to: [White Xmas] Making posts/pages responsiveHi!
I’ve not been able to reproduce this, can you give me any more details?
What phone or browser are you using?Forum: Themes and Templates
In reply to: [Aaron] Highlight image sizeCss class “highlight-img” is being added to the images in version 2.2.
Forum: Themes and Templates
In reply to: [Aaron] Widget RSSHi!
Currently the footer widget width is 22%, to change this you need to edit the style.css file, line 1061.Look for this code and change the width:
.site-footer .widget { display: inline-block; vertical-align: top; list-style: none; position: relative; padding: 0 18px 0 18px; margin: 0 0.5em 45px 0.5em; width: 22%; box-shadow: none; background: none; border: none; }
Forum: Themes and Templates
In reply to: [Aaron] Reordering items in Front Page HighlightsHi!
Thank you. Unfortunately drag and drop is too advanced for me -for now you will need to cut and paste.(One way could be to replace the highlights with widget areas -if you know how to add them?)
Forum: Themes and Templates
In reply to: [Aaron] Remove Posts from FrontpageHi!
Choosing the number of posts is actually a WordPress feature independent of your theme.
Please go to settings -> Reading to change it.Forum: Themes and Templates
In reply to: [Aaron] Sections not showing on Front PageHi!
The page template (I believe this is what you meant with attribute?) called sections is for the page that displays the sections.
It should not be used by the individual pages that you want to use as sections.Forum: Themes and Templates
In reply to: [Aaron] Remove Route directory from postsHi!
It’s unclear if you want to hide the breadcrumbs, or if you want to edit them?
The breadcrumbs can be hidden under Advanced settings in the customizer.Forum: Themes and Templates
In reply to: Kvarken update changed photo settingsHi and Thank you for reporting this! I believe that I have found and solved the problem.
I have uploaded a new version, but it will take some time before this version is live, meanwhile you can copy the new stylesheet from this link:
https://themes.svn.www.ads-software.com/kvarken/2.4/style.cssForum: Fixing WordPress
In reply to: replace text in nav menu with imageHi!
Do you know how to add css classes to your menu items?
Go to Menus, then click Screen options, and check CSS Classes under Show advanced menu properties.Give your menu items (links) a unique class name, and then add your image
and hover functionality to each link in your stylesheet.