Forum Replies Created
-
AuthorPosts
-
I just found the problem, which had nothing to do with the theme itself.
I updated to PHP7, which messed up some libraries. I had to reinstall
php-mbstring
and that’s itI added the following and it seems to work well. You might want to check it to confirm
div.magazine-thumbnail { float: right; } div.av-magazine-hero.first.flex_column.av_one_half { float: right; clear: right; } div.av-magazine-sideshow.flex_column.av_one_half { border-right-width: 1px; border-right-style: solid; border-left-width: 0; margin-left: 0 } div.av-magazine-thumbnail { float: right; margin-left: 15px; } a.av-magazine-top-heading { float: right; }
Update: Obviously there are still some bugs
Update 2: I fixed as much as I can. I appreciate any feedback :)- This reply was modified 8 years, 8 months ago by mustafamohsen.
Hello?
One more thing :)
The article picture (in the small list item) is displayed to the left instead of the right (according to RTL orientation)
Additionally, the category title also is at the left rather than the right
Hi @Yigit
Thanks a lot
Yes, I already followed that article.
What I’m trying to achieve is adding these uploaded (non-google) fonts to the font menu
Moreover, I (sort of) tried your suggestion, but didn’t work. Here’s what I did in details:
1- I have a child theme, which contains just
functions.php
andstyle.css
2- I added the font stylesheet to style.css as follows@font-face { font-family: 'JFFlatMedium'; src: url('css/jf-flat-medium-webfont.eot'); src: url('css/jf-flat-medium-webfont.eot?#iefix') format('embedded-opentype'), url('css/jf-flat-medium-webfont.woff2') format('woff2'), url('css/jf-flat-medium-webfont.woff') format('woff'), url('css/jf-flat-medium-webfont.ttf') format('truetype'), url('css/jf-flat-medium-webfont.svg#jf_flatmedium') format('svg'); font-weight: normal; font-style: normal; }
3- I created a folder (inside the child theme folder) called
css
, and added all the font files
4- I added your recommended css to Quick CSS sectionThe result is that the main text is displayed in the font selected Defines the Font for your body text in the Font tab in the control panel, and the menu items are displayed in browser’s default font
Hi Rikard
Simply, the Display Photo covers the first line of the Article. a screenshot is attached in privateJanuary 18, 2016 at 4:33 pm in reply to: Creating child theme for Page Builder and Layout boxes #567264Hey @Yigit
Thank you for your quick input.
This will be useful to consider. So, is there a way to add custom non-google fonts to the font menus?
Hi @Yigit
Thanks a lot. I’ll give it a try and come back to you if needed
Thanks a lot Josue
For some reason, it works fine now! I don’t know if there’s some kind of inconsistency or what, but I will work with what you provided for nowThanks for your great support
Oh I’m sorry. It seems that Ajax saving doesn’t always work on mobile Chrome. Safari does well
Anyways, now the icons look goody, thanks a lot for that. But they overlap one of the top menu items in the vertical view. When I flip the mobile horizontally it looks good
One more thing I just noticed, the cart drop down is floating to the left off screen
Thanks a lot
The progress that I can see is that both the cart and the menu are now to the right, but they’re overlapping. I’m testing on Chrome and Safari on iPhone 6+
Alright I created a sample product. To add to the info, the cart is there even if empty
Thank you for the quick reply
The info in private
It’s just the default testing installation
It’s even more obvious when demo data of Classic Demo is imported
-
AuthorPosts