Forum Replies Created
-
AuthorPosts
-
HI @Victoria,
I have still worked it out…. I do not know now where to find it…I was looking and couldn’ t find it.
I am sure that other share buttons would ok, but I would try to use Enfold’s share buttons.I am also trying to find any simple code like https://codex.wordpress.org/Function_Reference/previous_posts_link but get more confused on how to use it.
Thank you @Rikard,
I have used this plugin on a different site and indeed it does not show the Word “WordPress”. I was wondering if it is possible with any code without installing any plugin.Thank you!
December 3, 2018 at 11:36 am in reply to: Enfold – Enable previous and next post navigation #1040224Hi Mike,
I had found on another thread this code below which hides the arrows on all posts and this is what I have alreaded added:/*Disable previous and next post arrows on posts*/
#top .avia-post-nav { display: none; }Now, the post category for news, I have renamed the name in Greek Τελευταία Νέα and the slug shows newsbut changed it now to news-cat -like your code – did I do right?
First question is if it will recognise the greek naming and secondly i if did corect adding your first code on functions.php and then i added the second code in general styling#top.news-cat .avia-post-nav { display: none !important; }?
I do not see any change when I refresh the page. I do not know a lot of css code and go with what you I read on threads.
Thank you!
Hi there,
can I ask if it is posible enable the arrows on a specific category only? I have been looking for hours but cannot find a solution.I have put below css on general styling as i want to hide them as default:
/*Disable previous and next post arrows on posts*/
#top .avia-post-nav { display: none; }…as I am using many post categories with masonry galleries….
but now want to enable them just on one category (latest news).
Can you please assist?Thank you,
VasilisHi @Yigit,
as per your code
add_filter( ‘avia_post_nav_settings’, ‘enfold_customization_same_cat’ );
function enfold_customization_same_cat( $s ) {
$s[‘same_category’] = true;
return $s;
}
do I somewhere have to specify the category name? I have disabled the arrows by default with below code:
/*Disable previous and next post arrows on posts*/
#top .avia-post-nav { display: none; }
…as I am using many post categories with masonry galleries….but want to enable them just on one category (latest news).
Can you please assist?
Thank you,
Vasilis- This reply was modified 5 years, 11 months ago by Vasilis.
Hi guys,
for some days it seemed to be ok but I now have again the same issue as I mentioned a couple of weeks ago:When I use the facebook share button instead of showing the link it shows the the pagename and then – WordPress (the word WordPress). How could this be fixed. My permalinks settings are under …/sample-post/.
Can somebody assist me here or should I maybe start a new thread?
Thank you,
VasilisHi there,
i am searching for a solution on the same issue. Images are showing in a wrong order and not the one I need. I have to show the images a specific chronological order.
even without using a color section. Still the same issue.Has anyone solved this problem?
Thank you for that Mike and for the solution as well on the other thread.
I was familiar with cpanel, but my host has now plesk and told me how to backup the site. I will get throut this plugin as well to see how I go.
You believe I should definetely update Enfold as well? It is odd that it does not auto udate anymore.Thank you!
Hi Mike,
it is now working. Thank you very much for the code provided!Kind regards,
VasilisThank you Mike,
I will do ti later today, but maybe first backup my site. I usually do it manually but do you know any plugin which can make it easy. I have found several but do know any what would be trustworthy?Thank you!
HI Victoria,
Unfortunately seems to be working. I will leave the code in themes/enfold/css/custom.css for a couple of hours, in case it needs some time. I had started the question in the thread https://kriesi.at/support/topic/color-link-footer/#post-1036383 and was advised to start a new thread and update the enfold version. I will try to do this as well. but first maybe backup my site to be on the safe side. I will see how I will goThank you for the time beiing.
it seems like I do not have the performance button . my website is https://aimonas.gr/ .
i started a new thread https://kriesi.at/support/topic/colour-text-in-footer-changing-in-some-pages/.Thank you!
- This reply was modified 6 years ago by Vasilis.
Hi Vinay,
Thank you for your reply. Could you please tell me where to find Performance? I am using a child theme.
I do not have any Plugin for caching.
As for css I have tried several but nothing works. On the general layout for footer and socket there is no black color set.
I have tried the website on chrome and internet explorer on 2 laptops and on my mobile with Samsung internet and chrome. The same results on each device.
F5 or control + F5 does not make any difference.
Thank you.Hi there,
I have been looking for hours and cannot find the answer.
I am using Enfold church theme and have an issue that text on the footer is on some pages white (what I want) but on same the text colour is black. I do not know why and even with your css there is no success.
Can you please assist?
Thank you,
VasilisHi everyone,
I have the same issue with the Twitter share button but also another issue with the facebook share button. My apologies as I am not quite sure if this is should be posted here as I could not find the answer: When I use the facebook share button instead of showing the link it shows the the pagename and then – WordPress (the word WordPress). How could this be fixed. My permalinks settings are under …/sample-post/.Thank you!
October 4, 2018 at 11:47 pm in reply to: Masonry gallery:showing images twice and in random order with "load more" button #1018043Thank you Peter,
I added the code but cannot really see a big difference, I might contact the author or will just deactivate the plugin once finished… My website is under construction and not live anyway.September 28, 2018 at 1:35 am in reply to: Masonry gallery:showing images twice and in random order with "load more" button #1015560Hi Basilis,
I did not quite get your answer. the link directs you to contact forms, however the thread is about the double images appearing on Masonry gallery…. is ther any solutuion on the only solution like t3lgroup mentioned is to deactivate “post types order” plugin?Thank you!
September 25, 2018 at 2:41 pm in reply to: Masonry gallery:showing images twice and in random order with "load more" button #1014199Hi Yigit,
i tried to go to the link that you have there http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/ but is redirecting to https://kriesi.at/documentation/enfold/contact-form/#add-on-click-event-to-the-contact-form-submit-button-… Even if i copy and paste it it still directs it to the second link.
Could you please assist. I have the issue and as t3lgroup mentions, just if i deactivate the plugin it works fine. But still need this plugin as I have to create and re arrange many posts.thank you!
Thank you for the tips Mike.
I will have a look and probably will leave it as it is… I have too many categories and probably need title and excerpts to show in front of the preview image….
thank you.Hi there,
Is it possilbe to have the same effect on mobile. Display title and excerpt on mouse hover.
i was also looking on the thread https://kriesi.at/support/topic/full-width-masonry-display-title-mouse-over-iphone-ipad/ but it did not work in the end.
it either shows it or hides it.
As there is no mouse hover I should probably ask if it would be possible to display on click. Maybe 1 click shows title and opens the post on a second click?thank you,
Vasilis- This reply was modified 6 years, 2 months ago by Vasilis. Reason: Re thought what I wrote
Thank you very much Rikard.
Works perfectly fine now.login details below
https://aimonas.gr/uncategorized/photo_template/
i have a template that I am working at on how I will show images.. .the magazine element is on the right. I will send temporary username and password in private messageVery helpful. Was looking for that. I also found out on how to hide the date from another thread.
However what I cannot find is if it is possible to vertically centralize the title without the date as it there is a blank line below and it is not aligned with the image. I am using a mazagine element with thumbnails.Could you maybe assist.
Thank you,
VaslisHi Victoria,
thank you for your reply. I finally thought of something else which works out fine. I gave each post a unique tag and instead of Category I chose Post tag on my Masonry element. So, I selected all desired tags and left the one out which I did not need.
The result is the one that I needed.Thank you!
Hi there,
can i ask if it is possible to have 2 masonry elements on the same page displaying the same post categrory but avoid douple posts.
I know that we can have this option if we use Magazine or Blog post elements (do not allow duplicate posts on the entrire page) but I prefer the layout of the Masonry.Thank you.
April 25, 2018 at 2:11 am in reply to: One-page navigation not working properly when first accessing site. #946337Hello there,
I have a similar issue. on my posthttps://aimonas.gr/wp/%CF%86%CF%89%CF%84%CE%BF%CE%B3%CF%81%CE%B1%CF%86%CE%AF%CE%B5%CF%82/%CE%B1%CE%90%CE%BC%CE%BF%CE%BD%CE%B1%CF%82/%CF%84%CE%BF-%CF%87%CF%89%CF%81%CE%B9%CF%8C/.
I have a masonry gallery with the option display navigation. Below I got another masonry wit post tags. When I click the next page to display next images the second masonry with the post tags does not appear at all.
Could you please assist.Thank you!
Thank you Rikard,
II was using Samsung Internet, but cleared cache and now it working fine. I also tried Google Chrome and it works there fine as well.
What I noticed is that it does not show any feed from the last posts of the facebook page, does it?Thank you!
- This reply was modified 6 years, 10 months ago by Vasilis.
-
AuthorPosts