Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter norte2017

    (@norte2017)

    Thanks.

    Thread Starter norte2017

    (@norte2017)

    There will be no problem, they will do the migration to another server managed by them.

    Just one more question, if I may.

    Is the following ok:

    Debug information for Pods installations.
    Server Software Apache
    Your User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
    Session Save Path /opt/alt/php73/var/lib/php/session
    Session Save Path Exists Yes
    Session Save Path Writeable Yes
    Session Max Lifetime 1440
    Opcode Cache: Apc No
    Opcode Cache: Memcached No
    Opcode Cache: OPcache No
    Opcode Cache: Redis No
    Object Cache: APC No
    Object Cache: APCu No
    Object Cache: Memcache No
    Object Cache: Memcached No
    Object Cache: Redis No
    Current Memory Usage 107.023M / 1024M
    Current Memory Usage (real) 23.000M
    Pods Network-Wide Activated No
    Pods Install Location /wp-content/plugins/pods/
    Pods Developer Activated No
    Pods Tableless Mode Activated No
    Pods Relationship Table Enabled Yes
    Pods Relationship Table Count 229
    Pods Light Mode Activated No
    Pods Strict Activated No
    Pods Allow Deprecated Yes
    Pods API Cache Activated Yes
    Pods Shortcode Allow Evaluate Tags No
    Pods Sessions Disable sessions
    Pods Can Use Sessions Yes
    Setting: Types only No
    Setting: Watch Changed fields Yes
    Setting: Watch WP Metadata calls Yes
    Setting: Override WP Metadata values Yes

    Thank you.

    Thread Starter norte2017

    (@norte2017)

    Hi Paul,

    it’s out of my boundaries to get deeper on this.

    I’m waiting the hoster response, and probably migrate to a more stable and updated service. If our other website that is hosted in a windows plesk server which is running a quite heavy pods structure with wpml without any errors , that should be considerer as a reference for the server configuration.

    Your support was amazing, thank you once more.

    Greetings,

    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi Paul,

    thank you for your kind and detailed reply. Awesome. As I’m not a developer and having basic knoledge on wordpress it as quite impressive.

    *Sorry, I wrote 505 but should have been 500.

    Some details:

    wp memory: 1024 M

    Changed php version to alt-php82-fastcgi.

    Activate debug but no errors registered.

    Disabled xmlrpc.php.

    Intalled pods cache.

    Activated pods and it failed again: shows 500 and I can’t save anything without the json error to occur.

    I’m with your oppinion, also suspect on some memory or some server misconfiguration.

    Therefore, I’m insisting with the hoster to give me an answer.

    Many thanks for your help.

    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi,
    thanks for your comments.

    It’s done using only the pod fields, the “if” tag and hmtl.
    As I’m not a developer, null on php, I thought about the problem using a logic approach.
    No php was required after all to generate the correct citation.
    Just added a pod field that acts as a filter which tells the template the right “if” condition to output, thus annulling all the invalid conditions.
    Works perfectly as I’ve expected.
    However, I think that I may still improve this filter field.

    At the end, have some expectations on what pods can do is a good bet.
    Congratulations for your great work and support.

    Best regards.

    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi Jim,
    I figured what you meant. It was quite simple to do. Just insert the taxonomy label on the template and select the country on the side column of the dashboard.
    Thanks.
    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi Jim,
    Many thanks.
    A cleaner code and working perfectly. Using the @permalink instead when hovering the link shows the pretty permalink instead of the post code id.
    Great work with Pods.
    Really appreciate. Not being a developer, I really can’t figure how much is possible to go further on using the plugin, but I imagine that I’m really missing a lot of the plugin capabilities.

    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi Jim,

    I’d done as you said already: custom taxonomies are associated to the CPTS that use them.
    But if I have a custom field “Country” in a CPT, I need to link it to the taxonomy “countries” using a relationship to have a dropdown selector to choose the country and have the custom field filled and appearing in the CPT’s template.
    Or is there a way to grab the “country” field content in the CPT’s template using the country selected in the column taxonomy “countries” instead of a custom field?

    Thanks,
    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi,

    problem solved: missing an “h” on “href”. Sometimes the error is so obvious that you missed it.

    Sorry!!

    All is working fine now including the if and else tags.

    Thank you.
    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi,

    Please ignore the previous posts as I advanced a bit further on this issue.

    I get to list the items of the field “libraries_designed” with the links to each post:

    <ul>
    [each libraries_designed]
    	<li><a href="{@ibraries_designed.guid}">{@libraries_designed.name_of_library}</a></li>
    [/each]
    </ul>

    For the field “related_publications_on_atb” I used the same structure:

    <ul>
    [each related_publications_on_atb]
    	<li><a ref="{@related_publications_on_atb.guid}">{@related_publications_on_atb.monograph_title}</a></li>
    [/each]
    </ul>

    However in the second field the links don’t work. I checked both fields and they have the same settings excepting the relationship custom post type which is obviously different.

    The page is [https://archtech-books.com/en/architects/erik-gunnar-asplund/].
    Do you have any idea on which may be causing this error?

    Thanks.
    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi Jim,
    thank you for your suggestion.
    I had created a
    Relationship › Simple (custom defined list) <small>(Custom)</small>
    but from your remark this should be a relationship > taxomony instead to allow filtering the posts by country.
    I’ll change the relationship by crating a taxonomy for the “country” field.
    Many thanks.
    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi,
    something went wrong and the html code is not all visible
    Here the template html. The last three are some trials that I did trying to solve the issue, but all without the link working.

    
    <p><font color="#93CCF9"><strong>Born: </strong></font>{@born}</p>
    	
    <p><font color="#93CCF9"><strong>Libraries designed by {@architect_name} on ArchTech Books:</strong></font></p>
    
    <p><a href="{@ibraries_designed.guid}">{@libraries_designed.name_of_library}</a></p>
    
    <p><font color="#93CCF9"><strong>Publications related to {@architect_name} on ArchTech Books:</strong></font></p>
    	
    <<solution 1 list without bullets
    
    [each related_publications_on_atb]
    <li><a>{@monograph_title.related_publications_on_atb}</a></li>
    [/each]
    
    <<solution 2 with bullets
    
    [if related_publications_on_atb]
    <ul class="related_publications_on_atb">
    	[each related_publications_on_atb]
    	<li><a>{@related_publications_on_atb.monograph_title}</a></li>
    [/each]
    </ul>
    [else]
    No publications available.
    [/if]
    
    <<solution 3 with bullets changing the class id
    
    [if related_publications_on_atb]
    <ul class="architect_library">
    	[each related_publications_on_atb]
    	<li><a>{@related_publications_on_atb.monograph_title}</a></li>
    [/each]
    </ul>
    [else]
    No publications available.
    [/if]
    

    Appreciate if you may help.
    Rogerio

    Thread Starter norte2017

    (@norte2017)

    I found how to do it. Solved.
    Thanks.

    Thread Starter norte2017

    (@norte2017)

    Hi Jim,

    thank you for your quick reply.

    The website that I was talking about has a scientific target, so accuracy on publications information is quite relevant for the users.

    Publications such as monographs, journals, conference proceedings, books chapters, conference papers, journals papers, phd thesis… have specific custom fields that shouldn’t appear as empty fields by using a general template. Thus, I’ve created specific post types for each type of publication to match a specific template that will show the relevant information about a publication in the most accurate way. A book uses an ISBN, a Journal uses an ISSN, for example. Makes no sense to show an empty ISBN field on a post about a Journal or a Journal article.

    Information can be set using both ways, by entering the publication author or by entering the publication title on its publication type CPT and filling the proper custom fields.

    Another thing that I’ve done was to create specific taxonomies corresponding certain custom fields, which really speeds the process of inserting data only by selecting the information available on each taxonomy. For example: publications years, editions numbers, publishers…

    So, the real problem is to relate publications titles, types of publications and publications authors. It’s not a bi-directional relationship as I’ve made for publications titles and authors. It’s a more complex relationship.

    From your explanation, what I’ve thought that could be made is not possible because taxonomies really act as a filter and not as an automatic way to retrieve the publications titles across the CPTs to have all publications titles of a certain type and of a certain author filtered in a custom field. That must be done manually by selecting the publications titles for each publication author, which I’ve done already.

    This may appear to be complicated, but organizing information on a detailed level will allow the users to search publications by filtering them by year, publication type, author, publisher, scientific topic… or search it by typing a specific ISBN or a specific DOI for example. Even searching publications using conditional search. For that stage, I’ll use a filter plugin set as a sidebar widget.

    Nevertheless, Pods is really a all in one plugin and it’s a quite easier way to manage and display complex and huge amounts of information.

    Thanks.

    Rogerio

    Thread Starter norte2017

    (@norte2017)

    Hi

    I deactived the slider, as I noticed that was a warning about using shortcodes inside the slider. I can reactivate it if you would like to see the slider behaviour.

    Meanwhile, I’m testing the weather add-on of Revolution Slider, but it didn’t solved the issue yet. I’m waiting from some advise on using it inside the sidebar, as it just scaled the slider anf it’s impossible to read it.

    I would prefer to use SA slider with the weather shortcodes but it seems that won’t be possible.

    Let me know if want to see the slider running.

    Thank you.

    Rogerio

Viewing 15 replies - 1 through 15 (of 22 total)