Forum Replies Created
-
AuthorPosts
-
March 25, 2019 at 12:39 pm in reply to: Possible bug; first entry in masonry posts displays 7px padding #1082631
Thanks. Is there a way to target any post universally? This CSS does work (check the link), however when you add another post the same thing happens.
I tried targeting only a before the #, but that doesn’t work.What is the function of the first isotope div?
<div class=’av-masonry-entry isotope-item av-masonry-item-no-image ‘></div>
That one sems to add the gap, but I can’t get rid of it thru CSS, as the heights are calculated in a (very) weird way.I tried targeting first of type
.av-masonry-container a:first-child {
top: 0 !important;
}And that “works”, but visually it doesn’t target the first post, but the second… Which is double weird, because the latest post is not the latest. Triple weird is that in code the correct post is first.
If I use .av-masonry-container a:nth-of-type(2n) {
top: 0px!important;
}It works, but it is wrong. – Wrong post at the first position.
*I commented out changes, so you can test.
Thanks.
March 20, 2019 at 7:19 pm in reply to: Possible bug; first entry in masonry posts displays 7px padding #1080973Thanks a lot for your help. I don’t even consider other themes then Enfold and/or other Kriesi stuff. You guys are great!
I aded login data to private.
Yes!!
It seems it works! :-)
March 19, 2019 at 7:41 am in reply to: Possible bug; first entry in masonry posts displays 7px padding #1080234I found that somewhere in the code top 7px is added to the code of masonry items in the left column. First one is offset from top +7px, and the second one has position that is +7 pixels.
I even tried testing with 4 of the same images, and the result is the same:
https://pasteboard.co/I662Gsm.png
I had to target two images directly to order-align the gallery:
#av-masonry-1-item-361 {top:0!important;} #av-masonry-1-item-363 {top:322px!important;}
Do you happen to have an update to this?
Other thing I noticed is that the last image is put on the first place: https://pasteboard.co/I661Men.png
- This reply was modified 5 years, 8 months ago by MORTULGAAH.
Any updates?
It is not a big deal if I can’t use shortcodes, but please let me know should I wait for you or paste HTML. Thanks.March 17, 2019 at 6:54 pm in reply to: Possible bug; first entry in masonry posts displays 7px padding #1079688I added it to both quick css and custom.css but it didn’t work?
I tried setting the masonry to three columns, but the same issue is happening.
Thanks
Admin login and links in private.
I managed to make the plugin work if I turn on “Always load all elements” on the ftontpage and other pages, however it doesn’t work on portfolio pages.
Also this is not something I would go with, because it is not as optimized. Much more sense copying actually generated HTML code.Also, pls. don’t update the theme or anything, to preserve modifications.+
March 15, 2019 at 8:00 am in reply to: Possible bug; first entry in masonry posts displays 7px padding #1079023Well, you click “Continue”… That is temp link generator.
It will load the site, here is the screenshot. Direct link in priv.Didn’t manage to solve this thru CSS, here is screenshot.
March 14, 2019 at 9:39 am in reply to: Possible bug; first entry in masonry posts displays 7px padding #1078610I pasted the link to private content.
March 14, 2019 at 9:37 am in reply to: Display non cropped image and title on portfolio search result? #1078608I think I managed to solve the issue.
I added:
<h1><?php /**************************** TITLE OUTPUT ****************************/echo esc_html( get_the_title() ); ?></h1>
after:
<div class="entry-content-wrapper clearfix">
And changed crop ratio in functions.php:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>563 );
-> second value, to adjust to page size.
Is all this OK? Will ti break something?
You mean adding the code from the post to functions.php?
I tried that and it didn’t work. I also tried switching to another theme and back, and it also didn’t work.
March 12, 2019 at 10:49 am in reply to: Shortcodes in widget are not loaded into the widget #1077772The only way I made the feature work is by pasting generate HTML code in HTML widget, however I would like to do it using shortcodes.
September 4, 2018 at 2:54 pm in reply to: How to get elements from side to side like in photography demo? #1005599That’s it!
Thank you very much!
I didn’t add anything to the child theme (double checked it).
It seems to me like the js links didn’t work? Kind of weird.
The issue was with the child theme. A lot of stuff didn’t work correctly when on Child theme.
The child was downloaded from Kriesi site, not created manually. Can you provide correct child theme that will work?
I just found out that the full screen slider doesn’t work either.
I deactivated all plugins, and the feature still doesn’t work. You can check it if you want.
I als tried cleaning cache and other browsers. The issues remains.
- This reply was modified 7 years, 4 months ago by MORTULGAAH.
Have you maybe had time to check?
Of course. Here:
Yes. I have Shrinking Header, Unstick topbar and Sticky header in Header layout tuned on.
I use Enfold Child.
Brilliant! Thank you very much!!
I think I found a bug in Enfold. The theme didn’t want to switch to Croatian language until I have deleted all other languages.
Ok, but where to put translation files and how to name them for Croatian language for them to work in main theme?
Thanks
Yes, created both, named hr_HR, and tried putting them in both the theme lang folder and the WP theme lang folder.
I also tried renaming the both files to just hr.po and hr.mo, and that didn’t work too.
I tried following the article you sent, but there 14 pages of it. I did translate themes before.
Thank you. Also – where should I upload translated files for the normal theme?
Do I just copy file somewhere, or I should also change some code? (I have translated file with poedit.)
Good.
Bug def there. In your shop demo there is no border, was unable to recreate.Yes, yes, I did this fix myself. All fine with yours too.
Tho I think there is a bug in settings part of the theme.This is my version:
#top .av_header_with_border.av_header_transparency #header_main { border:none; } #top .av_header_glassy.av_header_transparency #menu-item-shop.cart_dropdown, #top .av_header_with_border.av_header_transparency #menu-item-shop.cart_dropdown { border-color:rgba(255,255,255, 0.1) } #top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside { border-color:rgba(255,255,255, 0.01) }
(I can fix this with overrides, but I would like to skip that.)
-
AuthorPosts