Okay
  Public Ticket #1812635
Can not access Theme Options
Closed

Comments

  • jefcondon started the conversation

    Can not access Theme Options


  •  291
    Paul replied

    Hi there!

    Just wondering what is the version of the theme you are using? If it's not v1.7.0, please update it first and check it again. I haven't found a problem accessing the Theme Option here on my end.

    For more information about how to update the theme, please check out the theme documentation that is included in the purchased package (in the "/Documentation" folder). 

    Regards,
    Paul

  • jefcondon replied

    I checked, I have version 1.7.0 

    I, on Mamp, carried out a new installation, still not "theme option" which allows to access the menu to modify the page "Home" and include an image or a slider. 

    My questions: 

    1--can you tell me, precisely, or find this "theme option" to edit the page Home 

    2--without this theme option, is not possible to change the php code to set up the slider home page?

    3--I try a third installation on another iMac 

    4--Else, can I send you all of my local site so you can see for yourself? 

    Thank you for your reply

  • jefcondon replied

    I summarize my difficulties.

     Kose is a very complicated site to set

  •  291
    Paul replied

    You can create the full-screen slider for each page on the edit screen of that page. After opening the edit screen, please look for the "Fullscreen Slider Settings" meta box (screenshot: https://cl.ly/b0631939f9de ).

    However, please make sure that the "OptionTree" plugin is already installed and activated on your WP site so the Theme Options and meta box functionality is working. If you could not install it from the package, please check out this article: https://uxbarn.ticksy.com/article/13960/

    After the plugin is activated, you will see the Theme Options menu appearing on your admin panel.

    For the other of your questions:

    • You can edit the page title on the page edit screen.
    • You can edit the copyright text and disable all the page comment section on the Theme Options page (as mentioned above, make sure that the OptionTree plugin is already active.)

    I would also suggest that you see the tutorial for how to create a page, full-sceen slider, and portfolio from the provided documentation, in the "How To" section.

  • jefcondon replied

    I downloaded option-tree, how to include it in the theme? 

    As a plugin? Or copy it? 

    Thank you

  • jefcondon replied

    I installed option-tree 

    I ll let you know Thank you

  • jefcondon replied

    Thanks to you I managed 

    Is it not possible to put a background (with CSS) under the text? 

    Thank you

  •  291
    Paul replied

    Unfortunately, there is no option for the caption background out of the box I am afraid. You would need to use custom CSS to adjust that. For example:

    .slide-caption {
        background: rgba(0,0,0,0.6);
        border: 0;
    }
    
  • jefcondon replied

    Thank you Paul. You are a genius. Now, for aesthetics, how to reduce the background to fit the text

  • jefcondon replied

    Excuse me 

    Another thing: 

    The page does not display paragraphs and line breaks 

    Can we do something? 

    THANK YOU

  •  291
    Paul replied

    Regarding the padding of the caption box, you can try this:

    .slide-caption {
        padding: 30px;
    }

    You can apply the code by going to "Appearance > Customize > Additional CSS".

    If you would also like to use custom CSS for other elements, I recommend Developer Tools on Chrome or Firebug on Firefox to inspect the elements on the page. Then you will know which CSS selector to adjust.

    More info: https://uxbarn.com/inspecting-elements-developer-tools/

    ----

    For your question about the paragraph, the caption text is by default designed for a short caption text of an image which does not support paragraph and line breaks. I am afraid there's no option to adjust that out of the box. You would need to manually customize the theme code in order to change its functionality.

  • jefcondon replied

    .slide-caption {
        padding: 30px;
    }

    ----------------

    I tried, no effect. 

    For the layout no more than 

    Thank you


  •  291
    Paul replied

    Could you please send me your website URL?

  • jefcondon replied

    Hello Paul 

    For now, it is only local with Mamp 

    I can not do anything with you 

    Thank you 

    Good evening

  • jefcondon replied

    But I can zipper and send you with we transfer the whole

  •  291
    Paul replied

    Sorry, but if I could not access an online website, I am afraid I could not check the issue. And as I mentioned in my previous reply that you would need to use custom CSS to customize any additional changes on the front-end. You can try using the Developer Tools on Chrome for inspecting the elements you are looking for then you can apply custom CSS for the changes.

  • jefcondon replied

    Thank you for your reply. 

    I could manage in html, but not in PHP.

     In case I send you a link we transfer to download the whole site almost finished

    https://wetransfer.com/downloads/6ca46128102b2eb689b596f200315bf820181220163639/492242d7fc45c0d36ed4fcfed331146b20181220163639/26a236

    Happy Holidays

  •  291
    Paul replied

    Sorry, but I can only help you check if your website is online. You can also use the Developer Tools on Chrome to inspect the elements you want to adjust by yourself with custom CSS as I mentioned in my previous reply.

    More info: https://uxbarn.com/inspecting-elements-developer-tools/

  • jefcondon replied

    Hello 

    Thank you for your answer 

    I do not know how. 

    We ll wait until the website is online so you can see what s going on. 

    Happy Holidays

  •  291
    Paul replied

    Sure! Happy Holidays!smile.png

  • jefcondon replied

    The site is in place at: 

    www.lerivedroite.com 

    1-how to change swipe up more (picture swipe-up-more.jpg) 

    2-Arrange the text on the right as the one on the left (image caption_50 .jpg) 

    3-How to change the text (image caption_50 .jpg) right side 

    Thank you for your answer

  •  291
    Paul replied

    That would require custom modification of the theme code I am afraid.

    For your question about the paragraph, the caption text is by default designed for a short caption text of an image which does not support paragraph and line breaks. So there's no option to adjust that out of the box. You would need to manually customize the theme code in order to change its functionality.

    Regarding the "Swipe up for more" text, you can find it in the "/includes/assets.php" file. I would suggest creating a child theme and override the function in it. For more info about the child theme, please see: https://uxbarn.ticksy.com/article/8649/

  • jefcondon replied

    The file "/includes/assets.php" does not appear on the site

  •  291
    Paul replied

    The screenshot you sent me is the "wp-includes" folder of WordPress, not the theme. To access the theme files and folders, you would have to open the "wp-content/themes/Kose" folder and you will see them there.

    Just in case you are not familiar with WordPress and coding, I would strongly suggest finding a freelancer to help you out. You can find many good services from https://studio.envato.com/

  • jefcondon replied

    With the right path, I found the file, but nowhere "Swipe up for more"

    Can you tell the line s No. or edit the attached file 

    Thank you

    "Swipe up for more" -->"Faites glisser"

  •  291
    Paul replied

    Please see the location of the text from this screenshot: https://cl.ly/8b82d5b0b79e

    But I am not sure if you are currently using the translated PO file of the theme? If this is the case, then you can just open the "/languages/default.po" file and translate that text to something else then save it to get an updated MO file. After that, replace the current MO file with the new one.

  • jefcondon replied

    I modified, it s great. Thank you. Regarding the removal of lines and paragraphs on the home page, you can not do anything?

    by paying you?


  •  291
    Paul replied

    I am sorry, but that would require custom modification of the theme files. I am afraid the customization would be beyond our general support which normally only covers the issues from the default package. In this case, I suggest finding a freelancer to help you out. You can find many services on https://studio.envato.com/.