Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #12451
    ashrafashraf
    Member

    Hi sir,
    Please i need help.
    My blog is : http://www.ashraf-dev.com/dagis/

    How can i delete The colon : from my slider text ?

    Thank you so much.

    Best wishes

    #12481
    Sakin
    Keymaster

    @ashrafashraf: Sorry there is n option to delete that in Free theme. If you want to delete that then you need to build child theme and then edit catchbox_sliders() functions in your child theme functions.php file.

    #12489
    ashrafashraf
    Member

    Thanks,
    How can i build child theme ? please
    And how can i access every static page to change the html tags and php codes ?

    Best wishes

    #12490
    ashrafashraf
    Member

    I want to add to my editor user more roles.
    If i want to give him a control to add widget only not more.
    How can i do that ?please

    #12493
    Sakin
    Keymaster

    @ashrafashraf:
    See this for child theme http://codex.wordpress.org/Child_Themes
    You can directly add HTML code in text mode when writing page and post
    For Php code changes yes, build child theme and edit it
    User role is WordPress function, theme doesn’t control it, if you want extended user role then look for plugin at http://wordpress.org/extend/plugins/

    #12503
    ashrafashraf
    Member

    Thank you very very much.
    You are so helpful.
    please,
    Responsive design:
    How can i make my blog responsive (on mobile template) ?

    Best regards

    #12504
    ashrafashraf
    Member

    Hi Sakin,

    please,
    I did child theme , and i created only one file with name style.css :
    /*
    Theme Name: catch-box-Child
    Theme URI:
    Description:
    Author:
    Author URI:
    Template: catch-box
    Version: 0.1.0
    */
    @import url(“../Syn.Pro/style.css”);

    and then when i want to activate this theme , i had the following wrong:
    Broken Themes

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.

    Name Description
    Syn.Pro Child The “Syn.Pro” theme is not a valid parent theme.

    #12505
    ashrafashraf
    Member

    Please ,
    Thank you for answering.
    You are so helpful.
    I want to disappear my style.css and html tags .
    When anyone click on right mouse and then choose inspect element , so any one can read my css and html codes.
    I want to disappear this section of code.
    How can i do that ?

    Best wishes

    #12523
    Sakin
    Keymaster

    Your child theme sytle.css will be as following

    /*
    Theme Name: Ashraf
    Theme URI: http://catchthemes.com/themes/catchbox
    Author: Catch Themes Team
    Author URI: http://catchthemes.com
    Template: catch-box
    Description: Catch Box Child Theme 
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    */
    @import url('../catch-box/style.css');
    #12554
    ashrafashraf
    Member

    Thank you so much.

    Have a nice day.

    Best regards

    #12559
    ashrafashraf
    Member

    Hi Sakin,
    I used theme: catchbox

    And i don’t want to lose my changes So if i buy catchbox pro what will happened of my old blog informations ?

    My blog now is : http://www.ashraf-dev.com/dagis/.

    Best wishes

    #12561
    Sakin
    Keymaster

    @ashrafashraf: If you are satisfied with the free one then you don’t need to upgrade to pro version. Catch Box Pro version have lot more additional features. If you haven’t change any core theme files then it will work fine.

    #12564
    ashrafashraf
    Member

    I don’t know how can i say thank you.
    You are the best.

    If you have time , can do please see my blog : http://www.ashraf-dev.com/dagis/

    And what do you thing about it ? and what can i do more to be better ?

    Best regards and best wishes

    Thank you so much.

    #12566
    Sakin
    Keymaster

    @ashrafashraf: Your site looks nice. Thanks for using our theme and making such a beautiful and clean site. Have a nice day.

    #12568
    ashrafashraf
    Member

    Thank you very much,
    Have a nice day.

    #12623
    ashrafashraf
    Member

    Hi Sakin,
    Please i have a problem and i don’t know how can i fix it.
    Url : http://www.ashraf-dev.com/dagis/

    on the right side , i have three icons,home,telephone,sms

    when i open this site on the mobile , i have wrong responsive .

    MY code in the header.php is :

    <?php
    $currentUser=wp_get_current_user();
    $userLogin=$currentUser->user_login;
    $userUrl=get_bloginfo(‘wpurl’).’/’.$userLogin;
    ?>

    <div>
    <div id=”home3″>Smiley face</div>
    <div id=”home2″>Smiley face</div>
    <div class=”alignright” id=”Home”>
    <div>“>Smiley face</div></div>

    </div>

    and the css :
    #Home2 {style=”float: right” ;
    position:absolute;top:6.1em;right: 12%;height: 40px;”}

    #Home3 {style=”float: right” ;
    position:absolute;top:6.1em;right: 17%;height: 40px;”}

    #Home {
    float: right;
    position: absolute;
    top: 6.0em;
    right: 4%;
    -webkit-transition-duration: 400ms;
    width:78px;
    text-align:center;}

    Please , can do help me ?

    #12633
    Sakin
    Keymaster

    @ashrafashraf: When you send me the code, please paste your code in pastebin.com and send me the link.

    I don’t understand your code and question much. Can you send me the screenshot of what you want to do it.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘How can i delete the colon from my slider’ is closed to new replies.