Forum Replies Created

Viewing 15 replies - 76 through 90 (of 119 total)
  • Thread Starter whereverpanda

    (@whereverpanda)

    Awesome – thank you very much for your help. This will give me a starting point at least to begin playing around a bit 😉

    Thread Starter whereverpanda

    (@whereverpanda)

    Thanks for the quick response!

    Yes, I always work with the Hello Elementor theme, but I just did a quick test site setup on a subdomain and installed ONLY Elementor, your plugin and the Hello Elementor theme, and it works fine there.

    So somewhere along the way some plugin is breaking something on my other site. So I’ll need to start disabling plugins on there.

    Sorry to have bothered you with something I should have troubleshooted properly myself beforehand!!

    But thanks again for your amazing plugin!!

    Thread Starter whereverpanda

    (@whereverpanda)

    Thanks again – I submitted a ticket to your Unite CMS system regarding this issue!

    Thread Starter whereverpanda

    (@whereverpanda)

    Hi,

    Thanks for the quick reply!

    No, all of these sites are on the same server, and a lot even on the same domain. Those which have had UE running in the past, still shows it fine and the plugin works, but on any new site (on the same server) that I try to install it, it just doesn’t work. I’ve even tried copying the content from one of the sites where it’s working to the new site, and nothing changes.

    Sorry, I’m not AT ALL a coder, can you please explain how to access that URL via PHP? I’m genuinely stupid when it comes to this.

    Thread Starter whereverpanda

    (@whereverpanda)

    You are genuinely amazing, Jonathan.

    Thank you so much – It seems to work perfectly.

    Have an awesome rest of the day!

    Hi there,

    I also have issues with v3 and Firefox. It does not send. It just shows the Ajax loading and then stops, without any errors or actually sending.

    Works fine in Chrome (All on Mac)

    Using latest version of everything.

    Had the same problem.

    When editing the layout, only the ‘Content‘ and ‘Advanced‘ tabs are accessible. Clicking on any of the other tabs (‘Layout‘, ‘Options‘ and ‘Slider‘) does absolutely nothing.

    I have then done 3 things (any of which which could have solved it):

    1. In Elementor -> Tools -> General, I Regenerated CSS and Synced Library.
    2. On the page with my Post Kits, I saved and refreshed the entire Elementor editing page.

    Now I can access those tabs.

    But this should not be how it works, so I’m also asking for a fix.

    Thread Starter whereverpanda

    (@whereverpanda)

    Unfortunately still no luck… This is doing my head in, but in order to keep things moving along, I’ve put the 2 on separate pages for now and might come back to this issue in the future.

    I also try to make things harder for myself!

    Thanks polarracing!

    Thread Starter whereverpanda

    (@whereverpanda)

    Thanks polarracing,

    Unfortunately still no luck. I have tried adding some things to the [for] as well to try to make it unique (you can see my code below – it’s OBVIOUSLY not professional). But each time no matter matter, it only shows the first loop…

    I’ve now temporarily created two separate pages (for Current and Previous), which is not ideal for the site I am making, but it’s a workaround for now.

    I really do appreciate the help though.

    [pass list='current:previous:category:category']
    CURRENT
    
    [for each='{ITEM_4}' exclude=uncategorized empty=false]
      [set varcur][each name][/set]
      [loop exists type=portfolio taxonomy=category relation=and taxonomy_2=status term_2='{ITEM_1}' orderby=menu]
        [if not empty]
          [get varcur]
        [/if]
        [the-loop]
          [field title]
        [/the-loop]
      [/loop]
    [/for]
    
    PREVIOUS
    
    [for each='{ITEM_3}' exclude=uncategorized empty=false]
      [set varpre][each name][/set]
      [loop exists type=portfolio taxonomy=category relation=and taxonomy_2=status term_2='{ITEM_2}' orderby=menu]
        [if not empty]
          [get varpre]
        [/if]
        [the-loop]
          [field title]
        [/the-loop]
      [/loop]
    [/for]
    [/pass]
    Thread Starter whereverpanda

    (@whereverpanda)

    Thanks for helping again, polarracing.

    Yes, I’ve tried using both on a basic Elementor page using just and HTML block.
    I’ve also tried using it on a blank page, without using Elementor and it doesn’t work like that either. I use the classic editor, and tried it using the ‘Visual’ and ‘Text’ tab.

    I’ve now gone to the extreme and stripped all HTML and still only the first (current) query works (see exact code I used on a bare page below).

    It feels like there should be a way do give the [for] or the [loop] or [the-loop] a specific ID or something to specify that a brand new query started. I’ve tried it with and without the ‘query=xxxx’ inside the [loop]

    CURRENT
    [for each=category exclude=uncategorized empty=false]
      [set varcur][each name][/set]
      [loop exists type=portfolio taxonomy=category relation=and taxonomy_2=status term_2=current orderby=menu query=qc]
        [if not empty]
          [get varcur]
        [/if]
        [the-loop]
          [field title]
        [/the-loop]
      [/loop]
    [/for]
    
    PREVIOUS
    [for each=category exclude=uncategorized empty=false]
      [set varpre][each name][/set]
      [loop exists type=portfolio taxonomy=category relation=and taxonomy_2=status term_2=previous orderby=menu query=qp]
        [if not empty]
          [get varpre]
        [/if]
        [the-loop]
          [field title]
        [/the-loop]
      [/loop]
    [/for]
    • This reply was modified 5 years, 6 months ago by whereverpanda.
    Thread Starter whereverpanda

    (@whereverpanda)

    Hi there

    Okay, so I’ve been trying for two days to get 2 of these loops to show on one page, and I can’t. The second one never displays, and I assume it’s because of the query names.

    So here is my setup:

    • I have a Custom Post type called Portfolio which has a taxonomy called ‘Status‘ (‘Current’ or ‘Previous’) and a taxonomy called ‘Category‘ (llike ‘Films’, ‘Music’, ‘Televison’ etc)
    • I use Elementor and Anywhere Elementor.
    • I have a page called Portfolio, created with Elementor, with Elementor tabs on it (2 tabs: Current and Previous).
    • I use Anywhere Elementor (using only an Elementor HTML widget) and Custom Content Shortcode to create the content that goes into these tabs. 1 for current and one for previous. These Custom Content Shortcodes are adapted to hide any of the above mentioned Categories, if they are empty (thanks to pollarracing for that!)
    • I then place the Anywhere Elementor shortcodes for each of these, in the content area of the corresponding tab on the Portfolio page.
    • When I visit the page, only the content in the first tab (Current) shows.

    My current tab shows perfectly, so I assume the problem is somewhere in the query name (as suggested by polarracing). But I have tried putting the query in the [loop], the [for], the [the-loop] and combinations of all of them.

    Here are my exact codes for these two tabs.

    Current:

    <div id="accordion_1" class="portfolio-accordion">
    	[for each=category exclude=uncategorized empty=false]
    	[set varcur]<h3 class="portfolio-category">[each name]</h3>[/set]
    	[loop exists type=portfolio taxonomy=category relation=and taxonomy_2=status term_2=current query=pagedc]
    	[if not empty]
    	[get varcur]
    	[/if]
    	 <div class="portfolio-items">
    		[the-loop]
    		  	<a href=[field thumbnail-url]>
    			  	<div class="portfolio-item">
    			  	    <div class="portfolio-item-content">
    				    	<div class="portfolio-image">[field thumbnail]</div>
    				    	<div class="portfolio-item-text">
    							<div class="portfolio-title">[field title]</div>
    							<div class="portfolio-services">[field services]</div>
    						</div>
    					</div>
    					<div class="portfolio-bg-overlay" style="background-image:url([field thumbnail-url]);"></div>
    				</div>
    			</a>
    		[/the-loop]
    	</div>
    	[/loop]
    	[/for]
    </div>

    and Previous:

    <div id="accordion_2" class="portfolio-accordion">
    	[for each=category exclude=uncategorized empty=false]
    	[set varpre]<h3 class="portfolio-category">[each name]</h3>[/set]
    	[loop exists type=portfolio taxonomy=category relation=and taxonomy_2=status term_2=previous query=pagedp]
    	[if not empty]
    	[get varpre]
    	[/if]
    	 <div class="portfolio-items">
    	[the-loop]
    	  	<a href=[field thumbnail-url]>
    		  	<div class="portfolio-item">
    			  	<div class="portfolio-item-content">
    			  		<div class="portfolio-image">[field thumbnail]</div>
    			  		<div class="portfolio-item-text">
    			  			<div class="portfolio-title">[field title]</div>
    			  			<div class="portfolio-services">[field services]</div>
    			  		</div>
    			  	</div>
    			  	<div class="portfolio-bg-overlay" style="background-image:url([field thumbnail-url]);"></div>
    			</div>
    		</a>
    	[/the-loop]
    	</div>
    	[/loop]
    	[/for]
    </div>

    Can anyone help me to show both of these on the same page? I am out of ideas at the moment.

    Thanks in advance!

    • This reply was modified 5 years, 6 months ago by whereverpanda.
    Thread Starter whereverpanda

    (@whereverpanda)

    Unfortunately it doesn’t seem to work for me, no matter where I place it – [loop] or [the-loop] or [for] or any combinations of them. But I will continue to fight this thing until it works.

    Again thanks so much for your help!

    Thread Starter whereverpanda

    (@whereverpanda)

    Thanks polarracing,

    So like query=currentport or query=previousport?

    And does this just go inside the [loop]?

    • This reply was modified 5 years, 6 months ago by whereverpanda.
    Thread Starter whereverpanda

    (@whereverpanda)

    Thanks polarracing!

    This has been an amazing help – the only part wrong with your syntax was there shouldn’t be ‘-‘ between ‘loop’ and ‘exists’.

    [for each=category exclude=uncategorized empty=false]
    [set myvar][each name][/set]
      [loop exists type=portfolio taxonomy=category relation=and taxonomy_2=status term_2=current]
    [if not empty]
    [get myvar]
    [/if]
    [the-loop]
        [field title] - [field services]
    [/the-loop]
      [/loop]
    [/for]

    Otherwise flawless and solved my problem 100%

    One last question – Do you know how I would be able to put 2 of these on one page? Only the first works (I use Elementor Tabs for ‘Current’ and ‘Previous’).
    I assume the ‘myvar’ has to change for each instance, but still only the first one I placed shows up.

    Thanks again!

    • This reply was modified 5 years, 6 months ago by whereverpanda.
    Thread Starter whereverpanda

    (@whereverpanda)

    Can you possibly suggest how to do this for instance to check if a post has a title? Because if a post has no title, there won’t be a post, and would hopefully not show the category.
    Sorry, I honestly appreciate the help, but I’ve tried it the way it should work (according to the docs) and it’s getting frustrating because I’m trying so many things right now (as a non coder) and everything is just a dead end.

Viewing 15 replies - 76 through 90 (of 119 total)