Forum Replies Created
-
AuthorPosts
-
July 24, 2017 at 11:11 pm in reply to: Show portfolio category name as title on portfolio category archive page #829257
Basilis,
I am a developer. This site uses a child theme already. I have given you (enfold support) access to the back end of the site. Please see previous messages in this thread.
I’m looking for you to help guide me on how to achieve my goal of adding the category title to the category archive page. What method can I use to add the category title to the category archive page?
July 20, 2017 at 6:25 pm in reply to: Show portfolio category name as title on portfolio category archive page #824770Sorry for the confusion.
I want the category name/title to appear on the category archive page. See private remarks…
How can I add the category title to the category archive page?July 18, 2017 at 2:10 am in reply to: Show portfolio category name as title on portfolio category archive page #823050Hi,
I’m using the following method to display categories and tags on the single portfolio item: (here called project type and project attribute)
method:
https://kriesi.at/support/topic/show-categories-and-tags-in-portfolio/However, when I click through to a category archive page, no category title exists.
How can I add the category title to the category archive page?
October 14, 2016 at 1:38 am in reply to: How to activate account when error "account pending" keeps occurring? #698942Hi ewingpaintinginc,
I was experiencing this problem too. Depending on your security plugin (I use All in One WP Security), I had to manually approve the newly-registered users in WP Security > User Registration. I’m not sure if you figured this out yet, but thought I’d chime in.
Thanks for your response. Yes. I understand image sizes in WordPress and Enfold. Sorry if I seem frustrated, but I don’t think you are understanding the issue. I’m trying to update a template file with a different image size and am running into a problem when doing so. Sorry if its not clear to you, but could you please re-read this thread from the top? Then, please ask any questions for clarification.
Thanks in advance.
Andy,
This is the finished page using the child theme, styled as desired:
FYI, the only thing I’m trying to change is the image size that is being used in the single-event.php template from theeventscalendar. That template is being overridden by Enfold – I’m attempting to override the enfold parent version of it in my child theme. When I do, the output is missing several enclosing divs, documented above.
Hi,
Here is a screenshot of the same event, child theme on the left, parent theme on the right. See above for a code view of the missing divs.
Note that I followed Ismael’s advice for forcing the use of the Enfolds’ version of the theeventcalendar single-event.php template but copied the child theme using the following script in my functions file:
add_action('after_setup_theme', function() { if(is_child_theme()) remove_action('tribe_events_template', 'avia_events_tempalte_paths', 10, 2); }); add_action('tribe_events_template', 'avia_events_template_paths_mod', 10, 2); function avia_events_template_paths_mod($file, $template) { $redirect = array('single-event.php'); if(in_array($template, $redirect)) { $file = get_stylesheet_directory() . "/config-events-calendar/views/".$template; } return $file; }
This works but I lose the divs and styling…
Hey Ismael,
Thank you, this works. It now uses the template located in the child theme, so I can edit it. However, it also loses several divs in the process and as a consequence, loses much of the styling. The divs that are lost appear to be from Enfold. See image.
I’ve copied the complete template from the parent theme exactly. Why is this part of the markup being lost when using the template in the child theme?
May 31, 2016 at 6:44 pm in reply to: How to display an archive of portfolio categories, not items #641023Thanks, Josue. I think that plugin did the trick. Much appreciated.
James
We never found a fix, unfortunately. It was the client’s system, after all. We’re switching to a slider approach. Thanks, guys!
Interesting, these are all brand new posts. Any thoughts on why this might be happening to all these new posts? Or how to blanket remedy?
Again, thanks so much for your insight.
Shows an error:
Error parsing input URL, no data was cached, or no data was scraped.Then loads image and looks correct. Now looks good when I share from the URL, now that Facebook has cached it apparently.
Will I need to do this for each post? Or will it just happen automatically? Sorry for the noob questions and thanks for your quick response!
Hi,
I’ve added the social share element to portfolio items and everything looks right but the image doesn’t show when I attempt to share on Facebook. I’ve added Yoast and it seems to be functioning as all the open graph tags look to be in place.
Will you please help troubleshoot why this is not working as expected? Thanks in advance!
code added to make share element show on portfolio items:
add_filter('avf_template_builder_content', 'avf_template_builder_content_social_mod', 10, 1); function avf_template_builder_content_social_mod($content = "") { if(is_singular('portfolio')) { ob_start(); avia_social_share_links(array(), false); $social = ob_get_clean(); $content = $content . $social; } return $content; }
Yoast code from the link above:
<!-- This site is optimized with the Yoast SEO plugin v3.0.7 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="robots" content="noindex,follow"/> <link rel="canonical" href="http://ataumbi.psstudiosdev.com/collection-item/beetle-and-diamond-bangle/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Beetle and Diamond Bangle - Ataumbi Metals" /> <meta property="og:url" content="http://ataumbi.psstudiosdev.com/collection-item/beetle-and-diamond-bangle/" /> <meta property="og:site_name" content="Ataumbi Metals" /> <meta property="article:tag" content="Bangles" /> <meta property="og:image" content="http://ataumbi.psstudiosdev.com/wp-content/uploads/2016/02/Beetle-and-Diamond-Bangle.jpg" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Beetle and Diamond Bangle - Ataumbi Metals"/> <meta name="twitter:image" content="http://ataumbi.psstudiosdev.com/wp-content/uploads/2016/02/Beetle-and-Diamond-Bangle.jpg"/> <!-- / Yoast SEO plugin. -->
- This reply was modified 8 years, 9 months ago by psstudiosinc.
February 22, 2016 at 7:44 pm in reply to: Show Share Icons on portfolio items [placement issue] #587414Solved. Thank you!
February 19, 2016 at 2:21 am in reply to: Show Share Icons on portfolio items [placement issue] #585814I Just realized its also showing on pages as well as the portfolio items…
December 17, 2015 at 6:23 pm in reply to: Video content not displaying within internal network. #554570Thanks for your response, Elliot!
I have tried both adding the “&html5=1” to the end of the share string in the Color Block’s provided field and using the iframe from YouTube in a code block. Neither accomplished what I was hoping for, but again, I can’t ask for much more since it works in every browser – everywhere other than their internal network IE11.
I can probably just style the iframe to be a background video, much like your theme does, and position the text absolutely on top of the video, I was just hoping to avoid it. I believe it is an issue with permissions in their network, so I will continue to advocate that they find a solution.
Thanks very much!
-
AuthorPosts