Forum Replies Created

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

    (@rezalik)

    Thank you very much for your help

    Thread Starter rezalik

    (@rezalik)

    can’t thank you enough for your patience.

    site and blog are both on WP, but under separate installations.

    Hope I have provided the information.

    Many thanks

    Thread Starter rezalik

    (@rezalik)

    Thanks for your prompt reply.
    In my website, I write about a subject, let say basketball, on which I have some blog posts, let say the ball, the players, etc….

    Now I want to show posts from blog on ball, when I have a post in website on basketball.

    The way you suggested needs many feeds to be created and used, while I am looking for something to take a query or keyword and look into the blog for related topics on that query or keyword.

    Thanks again

    Thread Starter rezalik

    (@rezalik)

    I changed th function to the original one but still does not work! I feel it has several reasons. ..will keep looking although frustrated:(

    Thread Starter rezalik

    (@rezalik)

    I noticed that before and noticed that it is not in the original version. read a bit about that attribute, but didnt understand it.
    Now I am looking for the file where this has been added and could be modified.
    If found that, will keep you posted.
    Any clues on the file name to find this setting?

    Thread Starter rezalik

    (@rezalik)

    Hello again
    I inspected the post and compared with one of working samples of this lovely theme.
    I understood that the sequence of code has been changed to show titles above thumbs and though this might have some impact?

    here is the code from working sample:

    <li style="width: 649px; float: left; display: block;" class="clone">
    	<article id="post-60" class="post-60 post type-post status-publish format-video has-post-thumbnail hentry category-featured category-mixed tag-demo tag-design tag-example group">
    		<div class="post-inner post-hover">
    			<div class="post-thumbnail">
    				<a href="https://demo.alxmedia.se/hueman/2013/07/road-bike-party-2-martyn-ashton/" title="Road Bike Party 2 – Martyn Ashton">
    									<img src="https://demo.alxmedia.se/hueman/wp-content/uploads/sites/2/2013/07/maxresdefault-720x340.jpg" class="attachment-thumb-large wp-post-image" alt="maxresdefault" height="340" width="720"><span class="thumb-icon"><i class="fa fa-play"></i></span></a>
    							<a class="post-comments" href="https://demo.alxmedia.se/hueman/2013/07/road-bike-party-2-martyn-ashton/#comments"><span><i class="fa fa-comments-o"></i>1</span></a>
    					</div><!--/.post-thumbnail-->
    
    		<div class="post-meta group">
    			<p class="post-category"><a href="https://demo.alxmedia.se/hueman/category/featured/" rel="category tag">Featured</a> / <a href="https://demo.alxmedia.se/hueman/category/mixed/" rel="category tag">Mixed</a></p>
    			<p class="post-date">16 Jul, 2013</p>
    		</div><!--/.post-meta-->
    
    		<h2 class="post-title">
    			<a href="https://demo.alxmedia.se/hueman/2013/07/road-bike-party-2-martyn-ashton/" rel="bookmark" title="Road Bike Party 2 – Martyn Ashton">Road Bike Party 2 – Martyn Ashton</a>
    		</h2><!--/.post-title-->
    
    				<div class="entry excerpt">
    			<p>Incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
    		</div><!--/.entry-->
    
    	</div><!--/.post-inner-->
    </article><!--/.post-->				</li>

    and this is the same block for modified code:

    <li style="width: 720px; float: left; display: block;" aria-hidden="true" class="clone">
    				<article id="post-3458" class="group post-3458 post type-post status-publish format-standard has-post-thumbnail hentry category-71 tag-23 tag-26">
    	<div class="post-inner post-hover">
    <!-- title moved here start: featured-->
    		<h2 class="post-title">
    			<a href="https://www.xxx.x/yyy/listen-to-understand-not-to-reply/" rel="bookmark" title="?? ?? ???? ??? ???????">?? ?? ???? ??? ???????</a>
    		</h2>
    		<div class="post-meta group">
    			<p class="post-category"><a href="https://www.xxx.x/yyy/category/%d8%ae%d8%b1%d8%af%d9%87-%d9%86%d9%88%d8%b4%d8%aa%d9%87%d8%a7/" rel="category tag">???? ??????</a></p>
    			<p class="post-date">?? ??????, ????</p>
    		</div><!--/.post-meta-->
    
    <!--/.post-title-->
    <!-- title moved here end : -->
    		<div class="post-thumbnail">
    			<a href="https://www.xxx.x/yyy/listen-to-understand-not-to-reply/" title="?? ?? ???? ??? ???????">
    									<img draggable="false" src="https://www.xxx.x/yyyy/wp-content/uploads/2015/09/listening-720x340.png" class="attachment-thumb-large wp-post-image" alt="listening" height="340" width="720">																			</a>
    							<a class="post-comments" href="https://www.xxx.x/yyy/listen-to-understand-not-to-reply/#comments"><span><i class="fa fa-comments-o"></i>?</span></a>
    					</div><!--/.post-thumbnail-->
    
    <!--title and tags was here : -->
    
    				<div class="entry excerpt">
    			<p>??? ???? ??? ?? ???????? ?????? ??? ?? ????? ??????? ? ???? ????? ???. ????? ?? ????? ??? ???. ????? ????? ????? ?? ??? ??? ????? ??? ???? ????. ????? ?? ??? ???? ??...</p>
    		</div><!--/.entry-->
    
    	</div><!--/.post-inner-->
    </article><!--/.post-->				</li>

    As you can see the sequence of the title, thumb and meta blocks are changed…. could this be a clue?

    One more issue is that the size and margin in existing theme is set so the area falls outside the visible area… I reduced the zoom level and noticed the location of blocks always outside normal visible area. This can be another clue?

    Thanks for your help…

    Thread Starter rezalik

    (@rezalik)

    Thanks for your effort and helpful approach.
    I will try some solutions and see where I can go, meanwhile I will keep an eye here for any help from others with same issue?
    many thanks

    Thread Starter rezalik

    (@rezalik)

    I have checked all what you mentioned, even traced for any errors, and nothing found.
    I didnt do anything inside the theme, some minor changes through child theme, but not that deep to make a conflict.
    I am lost, I was looking for a very small script to run from a single page to see if we can find anything? but could not find..

    Farsi version of the theme is done by someone local here, I dont know if they have done anything deep or not though…
    Thanks for your help

    Thread Starter rezalik

    (@rezalik)

    did so, with all plugins deactivated, it still does not work!
    lost here

    Thread Starter rezalik

    (@rezalik)

    thanks for prompt response.
    really appreciate that
    I was thinking of jquery version and issues like this….
    will do what you said and see what I can do…

    Really thanks for being so responsible
    Have a great day

    Thread Starter rezalik

    (@rezalik)

    Hello
    Activated. But as it does not show anything, I need to revert that soon.
    Many thanks

    Thread Starter rezalik

    (@rezalik)

    yes, of course.
    https://www.uveco.ir/hrblog
    but it is in persian language and the slider option is not active at the moment.
    should I activate it? let me know.
    Many thanks

    Thread Starter rezalik

    (@rezalik)

    Hello bdbrown
    Thanks for your reply.
    My posts have featured images, there is an empty area there, but nothing is played:-(
    Any other clues?
    Thanks

    Thread Starter rezalik

    (@rezalik)

    Thanks for reply
    As I notice both of your solutions need me to add code inside the plugin, that is what I dont want to do.
    You might like adding a functionality to your future releases as adding animations to existing selectors with certain ID or class.
    I did it with a piece of js inserted in my footer for now, which is not the best way…

    Thanks for the wonderful plugin

    `<script type=’text/javascript’>
    var d= document.getElementsByClassName(“yarpp-thumbnail”);
    //alert(d.length);
    for(var i = 0; i < d.length; i++)
    {
    d[i].className = d[i].className + ” animated fadeInDown delay1 duration ” + i +” eds-on-scroll “;
    }
    </script>

    Thread Starter rezalik

    (@rezalik)

    Thanks for your reply.
    I could not find the quote of the day link as well:-(

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