• Resolved bjarnis

    (@bjarnis)


    Hi

    I am using cherry projects with Ascendio theme. Everything seems to work in the backend for the projects plugin. The data is saved and all my settings are stored.

    However when I use the plugin with ajax load or the other options on my site, I can see the settings I have chosen like showing categories and order by options on the webpage. But I cannot see any content.

    If I check the source I can see that divs are generated but no content is to be seen:

    <div class="tm_pb_cherry_projects tm_pb_cherry_projects_0">
    	<div class="cherry-projects-wrapper">
    		<div class="projects-filters with-ajax" data-order-default="desc" data-orderby-default="date">
    			<div class="projects-filters-list-wrapper">
    				<ul class="projects-filters-list filter-category">
    					<li class="active"><span data-cat-id="" data-slug="">Show all</span></li>
    					<li><span data-cat-id="19" data-slug="education">Education</span></li>
    				</ul>
    			</div>
    			<div class="projects-order-filters-wrapper">
    				<ul class="order-filters">
    					<li data-filter-type="order" data-desc-label="Desc" data-asc-label="Asc">Order:<span class="current">Desc</span></li>
    					<li data-filter-type="orderby">Order by:<span class="current">Date</span>
    						<ul class="orderby-list">
    							<li data-orderby="date" class="active"><span>Date</span></li>
    							<li data-orderby="name"><span>Name</span></li>
    							<li data-orderby="modified"><span>Modified</span></li>
    							<li data-orderby="comment_count"><span>Comments</span></li>
    						</ul>
    					</li>
    				</ul>
    			</div>
    		</div>
    		<div class="projects-container cherry-animation-container grid-layout more-button-mode loading-animation-fade" data-settings="{&quot;list-layout&quot;:&quot;grid-layout&quot;,&quot;loading-mode&quot;:&quot;more-button-mode&quot;,&quot;post-per-page&quot;:&quot;3&quot;,&quot;column-number&quot;:&quot;3&quot;,&quot;item-margin&quot;:&quot;10&quot;,&quot;fixed-height&quot;:&quot;300&quot;,&quot;posts-format&quot;:&quot;post-format-all&quot;,&quot;single-term&quot;:&quot;&quot;,&quot;filter-type&quot;:&quot;category&quot;,&quot;template&quot;:&quot;grid-default.tmpl&quot;}">
    			<div class="projects-list cherry-animation-list" data-all-posts-count="2">
    				<div id="quote-171" class="projects-item projects-item-instance cherry-animation-item item-1 odd grid-layout-item simple-scale-hover" style="flex-basis: 50%; width: 50%; margin-bottom: 10px;">
    					<div class="inner-wrapper" style="margin: 5px;">
    					</div>
    				</div>
    				<div id="quote-169" class="projects-item projects-item-instance cherry-animation-item item-2 even grid-layout-item simple-scale-hover" style="flex-basis: 50%; width: 50%; margin-bottom: 10px;">
    					<div class="inner-wrapper" style="margin: 5px;">
    					</div>
    				</div>
    			</div>
    		</div>
    		<div class="projects-end-line-spinner">
    			<div class="cherry-spinner cherry-spinner-double-bounce">
    				<div class="cherry-double-bounce1">
    				</div>
    				<div class="cherry-double-bounce2">
    				</div>
    			</div>
    		</div>
    		<div class="cherry-projects-ajax-loader" style="display: none; opacity: 0;">
    			<div class="cherry-spinner cherry-spinner-double-bounce">
    				<div class="cherry-double-bounce1">
    				</div>
    				<div class="cherry-double-bounce2">
    				</div>
    			</div>
    		</div>
    	</div>
    </div>

    The same goes for when i visit the project page:

    <div class="cherry-projects-single cherry-projects-single-post-format-standard">
    	<div class="cherry-projects-single-post">
    	</div>
    </div>

    I have used cherry projects plugins from 1.2.0 – 1.2.3

    Other plugins installed are:

    Cherry Live Demo Mods Switcher, Version 1.1
    Cherry Services List, Version 1.3.2
    Cherry Sidebars, Version 1.1.1
    Cherry Testimonials, Version 1.0.1
    Contact Form 7, Version 4.7
    Disable Comments, Version 1.6
    Power Builder, Version 1.3.0
    Power Builder Integrator, Version 1.0.13
    TM Timeline, Version 1.0.5
    WPML Multilingual CMS, Version 3.7.1
    WPML String Translation, Version 2.5.4

    Please advise

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author templatemonster-2002

    (@templatemonster-2002)

    Hi, bjarnis

    Maybe this issue happened because of your server config. Please open config.php in wp-root folder and add define(‘FS_METHOD’, ‘direct’); to the file

    Thread Starter bjarnis

    (@bjarnis)

    Hi JetImpex

    Thank you for your super quick reply.

    The following method you suggested did not work at first, however I didn’t notice that the quote characters were wrong.

    I had cut and pasted define(‘FS_METHOD’, ‘direct’); with incorrect quote (’) characters.
    However the quote characters should be like (‘): define(‘FS_METHOD’, ‘direct’);

    -Bjarni

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No data loaded in webpage’ is closed to new replies.