Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #521385

    Hello,

    I am making this new thread because the last one was closed by you without having my problem solved (I don’t know why though)
    This is the previous thread https://kriesi.at/support/topic/excerpt-and-read-more-link/

    Let me tell you about my knowledge of websites…I know NOTHING about codes. I don’t know how they are written. I never studied web design or development. And I don’t know how it works. All I know is that even a dot mistake brings down my site.

    I bought this theme so I could make my own site without learning coding. You ask me to enter codes and I do. Twice my website had disappeared due to coding (because I dont know this stuff).

    I made blog page with excerpts and read more for my posts on it and after all the codes and stuff, it disappeared. I requested to have it back and was told to put check on excerpt and more tags in screen options. It didn’t work.

    I don’t know, in the first place, that why it was messed up. When in blog element, I have chosen the title and read more option, it should show like it did before.

    Then some member writes on the thread that he made a code and it worked and the thread was closed. (I dont know why). I started that thread and I did not even say my issue was resolved and I was thrown out. I don’t want to insert some random code this time to have further issues. He is not an expert, you are. I need support team to solve my issue because one of their codes removed my option on the blog page.

    I am requesting again to have a look at the previous threads (both) and read all the codes sent to me and figure out which one is the culprit. I have been very appreciative of your support all along and I want to remain in that state.

    Please help.

    All hopes and wishes,
    XN
    xandrianoir.com

    #522115

    Hi xandria,

    Sorry for closing your thread, it looks like an honest mistake from Yigit since the last poster had his problems fixed and I think Yigit assumed that he also opened the thread. Did you try out the my last suggestions and did you have any luck with them?

    Best regards,
    Rikard

    #522123

    Thank you Rikard for your reply.

    More Tag does work. For new posts, I can always do it easily but there are several old posts and doing all of them manually now will take time. Can you please tell me why it was removed? As I said the read more and excerpts were there to all the posts when I made the blog.
    Isn’t there anything I can do to bring ‘read more’ on all the posts in one go?

    regards,
    XN

    #522712

    Hi,

    I’m not sure what could have gone wrong there, but nothing has been removed in the theme itself though. Did you use the Avia Layout Builder to create some of your posts? If so the behaviour is expected, when using the builder you have to manually add the excerpt to the post. Not sure how many posts you have but I think your safest bet is to go back and edit them manually.

    Regards,
    Rikard

    #525336

    Thank you Rikard for your reply.

    Enfold is a WP theme and I suggest it should have those bits of customization that I did through your codes entered in functions.php or Quick CSS. It is very difficult for people like me who do not have php knowledge to handle the changes like this. I wish you all in support team (who are genius in web and theme development) should make the theme more elaborate. It should have more options like the ones I had requested so no one needs to ask for codes.

    As for now my issue, I need to know if I have to manually insert more tags then why in the Avia Builder’s blog element there is an option to select ‘read more and excerpt’ ? I don’t understand. It will be so inconvenient to set all the posts and news manually now. I swear when I made this blog on Enfold through blog element of yours, all the posts were automatically having read more link because of the option in settings I selected. (that’s the point of settings.)

    I still have a strong feeling that one of the codes sent to me to insert in functions.php messed it up. It is because my ‘read more link’ wasn’t opening after all the codes. Also, when I gave my site credentials to allow you guys to go on my dashboard, something was done (I am not aware of) and BAM… So, read more link disappeared and all the posts opened in full. You have to trust me on this. (I am not trying to be pushy but it’s my gut feeling that it can be fixed.) Ismael even said “Something was missing in the code” on
    #516771

    Ok, today, I will start adding more tag manually BUT I request you humbly (expecting you guys are geniuses) to please fix it.

    I am pasting the list of all codes that were sent to me. Just read them here so you don’t have to go through the thread, and see if you find something. Otherwise I am destined to inconvenience of manual insertion.

    YOU CAN DO IT. You guys can do anything. It is a small issue.

    Here they are: (from this thread: https://kriesi.at/support/topic/blog-categories-6/ )

    function change_blog_archive_style() {
    global $avia_config;
    if(!is_single()){ $avia_config[‘blog_content’] = “excerpt_read_more”; }
    }
    add_action(‘get_header’, ‘change_blog_archive_style’);

    function change_blog_archive_style() {
    global $avia_config;
    $avia_config[‘blog_content’] = “excerpt_read_more”;
    }
    add_action(‘get_header’, ‘change_blog_archive_style’);

    (If it’s still not working then add this on line 39 in the /enfold/includes/loop-index.php file.)

    function change_blog_archive_style() {
    global $avia_config;
    $avia_config[‘blog_content’] = “excerpt_read_more”;
    }
    add_action(‘get_header’, ‘change_blog_archive_style’);

    if(AviaHelper::builder_status($current_post[‘the_id’]) && !is_singular($current_post[‘the_id’]) && $current_post[‘post_type’] == ‘post’)
    {
    $current_post[‘post_format’] = ‘standard’;
    $blog_content = “excerpt_read_more”;
    }

    add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == ‘archive’) $layout = ‘single-small’;
    return $layout;
    }

    add_filter(‘avia_layout_filter’, ‘avia_change_post_layout’, 10, 2);
    function avia_change_post_layout($layout, $post_id){
    if(is_tax(‘portfolio_entries’)) {
    $layout[‘current’] = $layout[“fullsize”];
    $layout[‘current’][‘main’] = “fullsize”;
    }

    return $layout;
    }

    add_filter(‘avia_layout_filter’, ‘avia_change_post_layout’, 10, 2);
    function avia_change_post_layout($layout, $post_id){
    if(is_tax(‘portfolio_entries’) || is_tag()) {
    $layout[‘current’] = $layout[“fullsize”];
    $layout[‘current’][‘main’] = “fullsize”;
    }

    return $layout;
    }

    (I think above two are culprits)

    If nothing can be done then sure I will start manual tags.Thanks a lot for your support.

    Regards,
    XN

    #526557

    Hi!

    Please provide the login details, we’ll clean up the codes for you. I tried to login using the previous credentials but they are not working:

    https://kriesi.at/support/topic/blog-categories-6/page/2/#post-516153

    As previously suggested, you need to use the read more tag or the excerpt box option. Or use the plugin mentioned here: https://kriesi.at/support/topic/excerpt-and-read-more-link/#post-519093

    Cheers!
    Ismael

    #530528

    Thank you Ismael for your reply.

    I have installed the plugin you recommended. The excerpts and read more links is there now. Thank you. I guess login credentials are not required now.

    Only one more thing…all posts categories are showing on blog even those that are the news category and are not suppose to be on the blog. That category is not checked in the blog element. Also pagination is showing.

    It looks like the blog element from page builder that I have used to make blog page, is no more effective because none of its settings are applied anymore. Do I have to install another plugin for that? Please inform so I can.

    Regards,
    XN

    #531231

    Hi!

    we need a link showing the elements in question to be able to inspect it. Admin access would be useful as well. Post login details here as private reply.

    Regards,
    Andy

    #531845

    Hi Andy,
    Thank you so much for your support.

    I have attached the site credentials below. Please before you change anything, keep the following in mind. I have had them done through your codes previously, which led to the current problem. These all exist perfect now. Only problem is that pagination is not required and blog element settings not working. Please leave them intact. I appreciate all your help. Also can you please check why blog element settings don’t work.

    Here are the points:
    1. blog to have a sidebar with blog categories and archives and combo widget
    2. blog categories and tags open with same blog sidebar
    3. portfolio categories not have blog sidebar or any sidebar
    4. featured image on blog main page to be small thumbnail on the left as single author
    5. featured image on categories or tags page to be small too
    6. read more link and excerpt on all pages (blog, categories, tags)
    7. no pagination

    Thank you so much.

    Regards,
    XN

    #533509

    Hey!

    1. I can see the sidebar in question on your blog page.

    2. blog categories and tags are opening fine for me.

    3. Can you provide us a link showing your portfolio category?

    4. This is already shown on your blog page. Could you fix it?

    5. Seems you have already achieved that too.

    6. I see read more links everywhere.

    7. Use this code in Quick CSS field:

    nav.pagination {
    display: none;
    }
    
    

    Best regards,
    Andy

    #533841

    Hello Andy,

    I think I wasn’t clear in explaining. I did not write those points to have corrected. I wrote them to tell you that they are now fine AFTER all the codes were inserted. Ismael asked me for site password to clean the codes so I thought I should mention the things that are working now. And they should work the same after whatever you do.

    The reason site password was required was to see why the Blog Element’s (which we drag from Avia builder on a page) settings don’t work anymore after all the codes were inserted.

    My question was that what is the point of blog element when one has to contact you to have the codes to make things work?

    On blog element settings , I chose ‘no pagination’ and yet the pagination was there. I chose ‘ read more and excerpt’ and yet it did not show UNTIL I installed a plugin.

    Both the things were there before but after the codes insertion, they disappeared and then further codes were put to have them.

    I hope I am making sense here.

    I just found out that this Kriesi Support is valid for only 6 month from purchase. That’s sad because there are things that are not user friendly in the theme and I needed you guys to help me with them. Once my 6 month support is over, I am either stuck or I pay 17 dollars for further support, which is costly.

    I wish the theme was developed with all those points already.

    I hope I am not confusing you.

    Regards,
    XN

    #534585

    Also, why is my news section showing on blog? the category is set to ‘news’ and it is not included in blog element settings in Avia layout builder. I am really annoyed that the settings of blog element is not working anymore.

    Please see into. http://xandrianoir.com/blog-and-reviews/
    http://xandrianoir.com/2015/08/16/exhibition-by-renowned-painter-xandria-noir-april-2015/
    It is ‘news’ not blog post. Showing on both.

    Regards,
    XN

    #536407

    Please check my blog page. The text box does not show live and settings in blog post (content element) does not work.
    http://xandrianoir.com/wp-admin/post.php?post=3729&action=edit
    (site log in given below.)

    Rgd,
    XN

    #538255

    Hi!

    that’s happening because you have defined this site as your standard WordPress blog page in Enfold->”And where do you want to display the Blog?”. Choose another blog page, so your page built with ALB can show up instead.

    Regards,
    Andy

    #538523

    Hey Andy, I didn’t understand what does ‘defining as standard wordpress blog page in Enfold mean’. Can I change it?

    #538529

    Oh, got it. But if I change it to HOME, the site doesn’t load.

    #540921

    Hey!

    link in private content is working fine for me. Can you confirm please?
    If not tell us precisely what’s going on.

    Best regards,
    Andy

    #541376

    Hello Andy,
    First, thank you for all the help you have been providing.

    This thread has gone so long that I am sure you have lost the track of what the original problem was and where more problems started.

    Well, after all the codes and stuff and all the things that went right and wrong, the only way I had to make it work was to remake blog and news pages because they were not editing anymore. Even the post on news page had to be made again. It upset me a lot because it is waste of time to work on something which was already done .

    And it all started when I entered the codes that were sent to me :(

    Anyway, thanks for all the help.

    Regards,
    XN

    #542109

    Hi,

    I’m not sure if you got your problems solved or not? Please let us know if you should need any further help.

    Best regards,
    Rikard

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.