Forum Replies Created
-
AuthorPosts
-
January 14, 2020 at 5:09 am in reply to: Is there any suggest "Custom Post Type plugin" that can match Enfold editor? #1173061
Hi,
I use this and this works for me.
https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/
Regards,
- This reply was modified 4 years, 10 months ago by Tameez.
Yes, you can.
Play with this code:
.home .av-masonry-container .format-quote h3.av-masonry-entry-title.entry-title {
font-weight: 300;
font-size: 18px;
}.single-format-standard .post-title.entry-title,
.single-format-gallery .post-title.entry-title.av-masonry-container .format-standard h3.av-masonry-entry-title.entry-title,
.av-masonry-container .format-image h3.av-masonry-entry-title.entry-title,
.av-masonry-container .format-audio h3.av-masonry-entry-title.entry-title,
.av-masonry-container .format-video h3.av-masonry-entry-title.entry-title,
.av-masonry-container .format-gallery h3.av-masonry-entry-title.entry-title,
.av-masonry-container .format-quote h3.av-masonry-entry-title.entry-title,
.av-masonry-container .format-link h3.av-masonry-entry-title.entry-titleOthers as well.
Regards,
October 21, 2018 at 8:57 am in reply to: Enfold 4.5 Update: Fullwidth Sub Menu Links Are Not Clickable #1024462The problem occurs when the submenu is set to being sticky. Otherwise, the non-sticky submenu works fine.
Regards,
March 28, 2017 at 5:04 am in reply to: Fullscreen Slider – Background Images are WAY ZOOMED IN on Tablet and Mobile #767858Hi @nikolai,
Thanks for the code. It works.
Others, please make sure when you copy the code, you use the proper double quotation characters around fixed.
Regards,
August 29, 2016 at 4:27 am in reply to: How to Add Scroll Down Button Capability to full width Easy Slider? #678729@baucks, thanks for sharing. I had done the same earlier but didn’t change the minimum height of the section. So I went ahead and gave the section’s Custom CSS Class a name and used it. This way only the sections with the custom CSS class would change. So, if you gave your section Custom CSS Class the name special-section, the code changes to:
.special-section.avia-section {min-height: 20px;}
Regards,
- This reply was modified 8 years, 2 months ago by Tameez.
Hi,
Although this is not a showcase, you might be interested in this.
I think it’s good to keep an eye on what’s going on around you. How else are you going to beat the competition or gain an edge?
Regards,
May 15, 2016 at 8:40 pm in reply to: Sortable filter for masonry and portfolio elements – bring back functionality #632559Hey Ismael,
Ok. Thanks for the reply and explanation. I can understand if this was done to address a problem. However, I think there should be consistency between portfolio and masonry filter. The portfolio (now) doesn’t require selection but the masonry does.
I hope this is addressed properly in the future.
Regards,
Tameez
Hi Kazse,
Try this:
.av-masonry-entry-title.entry-title {
font-family: “font name”;
font-size: 18px !important;
text-align: center;
text-transform: uppercase;
}.av-masonry-entry-content.entry-content {
font-family: “font name”;
font-size: 12px;
text-align: center;
}Don’t use Masonry Gallery. Instead use Masonry (in Content Elements tab) and you’ll get sorting option. Yes, that’s the page.
Regards,
Tameez
Hi @Chris,
Here you go and this is all there is.
/* Masonry title */
.page-id-nnnn h3.av-masonry-entry-title.entry-title {
font-weight: 700;
font-size: 16x;
text-align: left;
letter-spacing: -.25px !important;
word-spacing: 2px;
text-transform: uppercase;
}/* Title hover */
.page-id-nnnn h3.av-masonry-entry-title.entry-title:hover {
color: #a81010 !important;
}/* This gives white border and grey outline due to padding (three sides) */
.page-id-nnnn .av-masonry-outerimage-container {
padding-left: 8px;
padding-top: 8px;
padding-right: 8px;
border-top: 1px solid #E5E4E2;
border-right: 1px solid #E5E4E2;
border-left: 1px solid #E5E4E2;
}.page-id-nnnn .av-masonry-image-container {
padding: 0px;
border: none;
}/* Masonry excerpt */
.page-id-nnnn .av-masonry-entry-content.entry-content {
text-align: left;
font-style: Normal;
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: #1084C4;
}/* hide little arrow head */
.page-id-nnnn .av-masonry-container .av-inner-masonry-content .avia-arrow {
background-color: transparent;
}/* This is the band below the image (there is a faint grey border) */
.page-id-nnnn .av-inner-masonry-content.site-background {
border-bottom: 1px solid #E5E4E2;
border-right: 1px solid #E5E4E2;
border-left: 1px solid #E5E4E2;
}/* hover for band */
.page-id-nnnn .av-inner-masonry-content.site-background:hover {
background-color: #C8C8C8;
}Enjoy!
Regards,
Thank you @Krissieg and @rdswestnet for your valuable input. Yes, agree that some of these come down to personal preference but there no harm in getting another opinion.
Regards,
Hi @Chris,
Yes, sure. It’s some simple CSS code that modifies the masonry element. I’d be happy to share it if you like.
Regards,
Hi,
If I could beg your indulgence and ask you to help me choose from the following designs. With the latest update there’s a new feature to display titles and captions right over the masonry and it makes for fun work. Here are the two sets of designs: One for blog and the other for Photos.
Choice A or B
A. http://www.tameez.com/
B. http://www.tameez.com/blog-blog/Choice C or D
C. http://www.tameez.com/photo-albums/
D. http://www.tameez.com/photo-albums-copy/Both choices A and C are the current pages and B and D are modifications/new. Perhaps it comes down to personal preference, but I think there are some real design experts here who may provide some valuable input. Thank you very much.
Best Regards,
Tameez
April 6, 2016 at 3:15 am in reply to: Exclude "portrait" and "landscape" tags from "You might also like" area #608626Hi Josue,
I believe that did work. Thank you very much and please close the ticket.
Regards,
Tameez
I believe what Ed is saying is that unless categories are selected within the Avia builder, they don’t appear as sortable for the masonry. What that means is that if you make a masonry from categories and do not select, the theme does not automatically display them at the top of the masonry. This does pose a problem in that when a new category is added, it won’t show up on its own.
Regards,
Hi strilla, you may want to refer to this as well: https://kriesi.at/support/topic/procedure-for-adding-custom-post-type-and-enabling-it-for-use/
Josue helped me on this.
February 3, 2016 at 6:20 pm in reply to: Big image w/thumbnails gallery in Gallery Post Format #577232Hi Ismael,
Yes, that worked just fine. I was missing the width variable earlier. Thank you.
Regards,
TameezFebruary 2, 2016 at 2:32 am in reply to: Big image w/thumbnails gallery in Gallery Post Format #576163Hi Elliot,
I was testing it elsewhere (in a private post) so I had to retrofit another post and here it is: 2016 North American International Auto Show. You see the gallery is not as wide as the text below it.
Interestingly, if there’s another gallery elsewhere in the post, it does stretch the width of the post.
Regards,
Tameez
Hi Ismael,
Thanks for the solution. I think you’re right.
Regards,
TameezHi Vinay,
Yes, I did all that but it didn’t solve the problem; the results are the same. I, in fact, recreated another slider from scratch.
Regards,
Hi Josue,
Please see the credentials.
Regards,
Just some additional information.
The slider works under Firefox when I specify Post Tag in the Slider Content tab for post type Posts. However, there still is a problem in that after the second slide, it goes into a loop of some sorts and the dots-in-circle are displayed.
For Portfolio and other contents, the slider does work and there are no spinning dots.
The problem apparently is when post type is Posts and content is Categories.
Regards,
January 6, 2016 at 4:05 am in reply to: The new Featured image slider do not resptect on his option #560286I have run into identical problem.
@fbords Good looking site. Noticed a problem with Request a Quote menu. When selected, other menus don’t work.
Regards,
Hi Yigit,
Yes, that did it. I tried !important with color earlier but didn’t think about placing it against opacity. Thank you.
Regards,
Tameez
Hi Yigit,
Yes, thanks. I actually had got that much but the quote icon is still faint, as if it’s behind something. I’ve tried a few background color combinations but the results are the same.
Regards,
-
AuthorPosts