Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1395882

    abolian
    Participant

    i share the access information , you are free to disable what you want ,
    i have SEO plugin and other plugins ,

    i did disable the plugins – only remain SEO plugins – and itheme security plugin

    waiting your response (i share the access login above , you’re free to check )

    thanks for support

    #1396657

    abolian
    Participant

    update the topic urgent (sorry for that) but waiting the response ,

    regarding the author box – it worked with me.

    but the name of author is not linked to his profile – and i want to add a link to his posts on the blog.

    thanks

    #1396800

    abolian
    Participant
    This reply has been marked as private.
    #1397175

    Lely
    Moderator

    Hi There,

    We’re sorry you’re having this issue. I tried to login using FTP credentials to check functions.php file of your child theme. Unfortunately, I cannot go through. I am getting attached error. For the meantime, try switching from child theme to main X theme and check again.

    #1397258

    abolian
    Participant

    please, select the type of connection unsecure

    waiting

    #1397330

    abolian
    Participant

    please, if you check earlier replies , i disabled the plugins as per request of support,

    i have attached also, login information to check,

    please be quick in replay , i appreciate your quick support , it’s being three days my website stopped to be checked and get started,

    when you replay, please replay for all my inquires in this topic

    thanks

    #1397331

    abolian
    Participant
    This reply has been marked as private.
    #1397333

    abolian
    Participant
    This reply has been marked as private.
    #1397337

    abolian
    Participant
    This reply has been marked as private.
    #1397856

    Lely
    Moderator

    Hi There,

    Please note to open different thread for different topic to avoid confusion.

    First, let’s deal with your homepage:https://shabakat-noor.com/, I will use your reply #1395728 attached screenshot as basis. Upon checking, you have selected a static page for homepage(it is not a blog index page like ethos). You have edited this page in Cornerstone and added a Slider element. Then this slider slide doesn’t have content. That’s the reason you’re seeing just an arrow.

    Based on your note on the screenshot that you have added one post to display on the slider on homepage, this means that you expect your homepage to be your blog index page? Is that correct? If yes, then go to Settings > Reading > Front Page displays : Choose your latest post.

    Controlling the display of post carousel using TAG is only possible with customization that is beyond the scope of our support. It is best to use FEATURED display.

    Then, let’s move on to your carousel. I can see you have selected Featured and then remove all those 3 post from display, this means it is cache. I know you gave us access to disable but since your site is not on a language we understand, it is best if we will just recommend what to do. Try clearing cache both on wordpress and if your hosting has caching service, delete cache too.

    Unfortunately, I am confuse regarding the issue on author box. Can you give us the exact link and screenshot too with details of the issue and what you want to achieve?

    #1398646

    abolian
    Participant

    Hi there,

    I figured out – what the problem with cursol. the reason that two post are sicked from edit post
    I unchecked the option then it’s work fine,

    I am sorry that many questions have been posted here; I hope this last topic to open.

    Regarding the Author Box, to post it under every post. I place it inside child theme,

    but when click and “Update” button or Preview a post, give the above error on browser. [1]

    [2] regarding the Filter by Topic – when click it – name of categories or section appear, but how I control the font size and color.

    [3] if my post has a video from youtube and want that to be appear on slider post (above filter by topic) and want to be played ?

    [4] slider corsel when chose 4 post to appear to a screen with 1400 px , and only 3 is selected as featured. how to force it to be fet by these 3 post and prevent empty “last post” appear.

    [5] translation:
    there are button like “Submit” , how to locate them and translate it, regarding filter by topic,
    i found a topic helped me by adding JAVA Script code which appear on all pages,

    [6] JAVA Script, is this an option to add google adsense code ? or need the codes to sperated by something .

    [7] Jetpack has an option to post SHARE POST VIA SOCIAL MEDIA when activated, it give “failed”

    till now, even my blog in Arabic – going well with the X Theme

    Thanks and sorry again for writing without order

    thanks

    #1398941

    Lely
    Moderator

    Hi There,

    1.)Did you add exactly like this:

    add_filter('the_content', 'display_author_box', 999999);
    
    function display_author_box ( $content ) {
    
    return is_singular('post') ? $content.do_shortcode('[author title="About the Author"]') : $content;
    
    }

    With that, child theme’s functions.php file will be like attached screenshot.

    2.) and 3.) Please also understand that your site is not on a language we really understand. It would be best to share URL and screenshot per issue.

    4.) You have to set 3 if you only have 3 posts. The carousel columns width are calculated depending on the settings on the customizer and not on the available post selected for carousel.

    5.) Please check this:https://community.theme.co/kb/translation/ or we can add the following code on your child theme’s functions.php file:

    add_filter('gettext', 'translate_text' );
    function translate_text($translated) { 
      $translated = str_ireplace('Submit', 'Add Submit Translaion here', $translated);
      return $translated; 
    }
    

    6.) Please check following links for the adsense code:

    https://support.google.com/adsense/answer/3380627?hl=en
    http://www.wpbeginner.com/beginners-guide/how-to-add-google-adsense-to-your-wordpress-site/

    7.) Jetpack is a third party plugin. It would be best to direct this question to the plugin developer.

    Hope this helps.

    #1399419

    abolian
    Participant
    This reply has been marked as private.
    #1399987

    Rad
    Moderator

    Hi there,

    What translation do you wish to add, should it be static or by using __() ? If you have issues with encoding then further customization will be affected too, use proper FTP transfer encoding and correct code editor.

    I went ahead and edited the text from “about the author” to “عن المؤلف”

    And again, please disable your cache plugin during development and it’s for you and not for us, so you could easily see the changes.

    Thanks!

    #1400253

    abolian
    Participant
    This reply has been marked as private.