Forum Replies Created
-
AuthorPosts
-
Hi Josue,
OK. Here’s the info.
User mrivas1804 mentioned the same thing, I believe.
Regards,
- This reply was modified 9 years, 2 months ago by Tameez.
Hi Josue,
This is good and I tried it too. I have one issue, however. When I click an item on submenu, the page moves up to the right spot; however, the correct submenu item is not highlights. It’s the preceding one. For example, if I have 3 items in the submenu and I click the 2nd item, the page does go there but menu item 1 is highlighted. This behavior is not the same when scrolling. In scrolling, the menu items and page sections are in synch.
Any ideas?
Regards,
July 21, 2015 at 3:53 am in reply to: Custom post type not showing in the Portfolio Grid or Masonry elements #476277Hi Josue,
Thanks a lot. That worked fine when I went back to earlier version of Types. I don’t know what these guys have done but it messed up the CPT’s.
Best Regards,
Tameez
July 17, 2015 at 5:11 am in reply to: Custom post type not showing in the Portfolio Grid or Masonry elements #474678Hi Ismael,
OK. Here’s more info on the CPT:
The CPT plural name is: Galleries
The CPT singular name is: Gallery
The CPT slug is: galleriesThis is how they appear in Types plugin.
I used the slug in the code above and it was working earlier. This is not working any longer since the latest updates.
July 14, 2015 at 2:23 am in reply to: Custom post type not showing in the Portfolio Grid or Masonry elements #472789HI Ismael,
I see what you’re saying, but the CPT is not showing up in the “Select Post Type” selection. If the CPT doesn’t show, I can’t select/filter content based on that. This is regardless of portfolio grid or masonry element. Take a look again and you’ll see.
As I said this was working earlier and now it’s not.
Regards,
Tameez
July 3, 2015 at 10:42 pm in reply to: Custom post type not showing in the Portfolio Grid or Masonry elements #468241Hi Andy,
Please use this account:
I am using the latest of everything. Please do check.
Hi Flightdisplay,
Looks very good. Thanks for sharing.
I noticed that in Piaggio gallery there is one large image and other smaller images below. This requires a lot of scrolling up and down to see the entire set of images. I have faced similar issues deciding how to best present several images without the need to constantly scroll. Perhaps a lightbox gallery should work better here?
Just a thought.
Regards,
Thank you for sharing, Torstein. You’ve got some beautiful stuff there and I enjoyed your galleries.
Best Regards,
Tameez
April 21, 2015 at 8:26 pm in reply to: Need help with blog grid layout: gap between image and text #432339Hi Yigit,
That worked. Great support and thanks.
I think you guys need to build a knowledgeable that targets solutions in one place. Just a thought.
Regards,
Tameez
OK. Never mind. Please close the thread.
Regards,
April 21, 2015 at 8:27 am in reply to: Need help with blog grid layout: gap between image and text #431804Hi Yigit,
Yes, that worked. It was the margin. Works great now.
Now for the border around the images on the blog-post. I can’t figure out the container. Thanks.
Regards,
April 20, 2015 at 8:44 pm in reply to: Need help with blog grid layout: gap between image and text #431588Hi Yigit,
OK. Good news. The second piece of code is fine and it worked.
The first piece — .page-id-8128 .avia-content-slider .slide-image { padding-bottom: 0!important; } — didn’t do the job. You can see the results on the same page. The box outline disappears.
One more thing. I looked for the elements unsuccessfully. What’s the class for same border on the blog post page? Thanks.
Regards,
Hi Vincent,
I have this plugin and it’s wonderful. Yes, you can limit the number of tags as well as filter them. There are some advanced features, have you checked them? In the Basic Appearance tab, enter a value for Max Tags. That should do it.
Regards,
Tameez
Dear mleite1,
I am sorry to barge in but I am trying to understand this since I have worked with portfolios and galleries much. I have followed the conversation but could not exactly get what you are trying to do.
Have you separated galleries based on categories and subcategories? It’s possible a subcategory existing is two places is causing both galleries to show?
Regards,
Tameez
Hi begrafiks,
Thanks for the reply. No, I did not place any tags in the sidebar.
Here’s something funny. I installed the Ultimate Tag Cloud plugin and configured it. It show all the tags that I wanted. So, it’s possible there’s a limit being placed in the theme on the no. of tags to display. The tags that don’t appear are the most recents ones.
I do have a gallery CPT but tags are the same across all post types.
Regards,
Hi Elliot,
OK. I did some more digging and found “solutions” from other posts and so all is well. Thank you for following up, but please consider this closed.
Thanks and Regards,
Tameez
Update:
OK.
I’ve found some solutions but there still are two problems. I used the following codes to fix the archives page.
$blog_content = !empty($avia_config[‘blog_content’]) ? “excerpt” : “excerpt”; (in loop-index.php) and
add_filter(‘avf_blog_style’,’avia_change_archive_blog_layout’, 10, 2);
function avia_change_archive_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘single-big’;
return $layout;
}in functions.php
The problems are: the image in archives displays when category is chosen. But when a tag is chosen, there’s no image.
The second problem remains in that the CPT i have needs to be displayed in archive. Right now the entire set of images shows up.
Regards,
Hi Elliot,
Yes, that’s what I meant that it should stick as one scrolls down.
Tried your code. However, it in fact removed the sort order altogether. So it didn’t work.
Regards,
Tameez
Hi Pako69,
This is simple and great. Thank you for sharing.
Regards.
March 17, 2015 at 9:28 pm in reply to: Masonry grid Element Title/Excerpt background color change #413235Hi Chuck,
You have “Display in main header area” under Header Social Icons selected in the Extra Elements tab in the Header options but haven’t defined any social sites. Just change the setting to ‘No social icons’ and you’ll be fine.
Regards,
March 17, 2015 at 12:00 pm in reply to: Masonry grid Element Title/Excerpt background color change #412872March 17, 2015 at 11:51 am in reply to: Private posts appear in some elements and not in others #412868Dear Andy,
My friend, I know that much. I would not have bothered if there wasn’t a genuine issue/problem. Did you even see the problem I described? It is exactly as I have described.
Regards,
March 15, 2015 at 8:58 pm in reply to: Masonry grid Element Title/Excerpt background color change #411745March 15, 2015 at 9:02 am in reply to: Private posts appear in some elements and not in others #411658This reply has been marked as private.March 14, 2015 at 6:35 pm in reply to: How to show custom-post-type list in a page using avia builder #411539Hi Riccardo,
Take a look at this:
https://kriesi.at/support/topic/procedure-for-adding-custom-post-type-and-enabling-it-for-use/
Hope it helps.
Regards,
March 14, 2015 at 12:38 am in reply to: Hiding "landscape" and "portrait" tags used for masonry gallery #411343Yes, that worked. Thanks.
But shouldn’t that be the “normal” feature?
Hi Elliot,
I’ve found a different solution. Please close this. Thanks.
Regards,
Tameez
March 11, 2015 at 7:17 pm in reply to: Hiding "landscape" and "portrait" tags used for masonry gallery #410047Hi Rikard,
Please check the site: http://www.tameez.com.
The tag cloud is at the bottom.
Regards,
Tameez
March 11, 2015 at 7:14 pm in reply to: Procedure for adding custom post type and enabling it for use #410041Hi Jean,
Yes, there are some limitations as I am discovering as well. The lack of Next and Previous navigation is pretty obvious and there are others. This procedure is just a hack and it let me have just-enough capability. I own other themes where both portfolios and galleries are supported (with their own categories) out of the box (I shouldn’t name them here) and they are pretty darn good. The reasons I don’t use them is because they are cumbersome to use.
Regards,
Tameez
-
AuthorPosts