- This topic has 16 replies, 2 voices, and was last updated 11 years, 3 months ago by Sakin.
-
AuthorPosts
-
July 28, 2013 at 12:50 pm #12451ashrafashrafMember
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
July 28, 2013 at 10:56 pm #12481SakinKeymaster@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.
July 29, 2013 at 4:04 am #12489ashrafashrafMemberThanks,
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
July 29, 2013 at 4:06 am #12490ashrafashrafMemberI 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 ?pleaseJuly 29, 2013 at 6:57 am #12493SakinKeymaster@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/July 29, 2013 at 11:50 am #12503ashrafashrafMemberThank you very very much.
You are so helpful.
please,
Responsive design:
How can i make my blog responsive (on mobile template) ?Best regards
July 29, 2013 at 2:13 pm #12504ashrafashrafMemberHi 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 ThemesThe 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.July 29, 2013 at 2:59 pm #12505ashrafashrafMemberPlease ,
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
July 29, 2013 at 10:53 pm #12523SakinKeymasterYour 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');
July 30, 2013 at 4:46 am #12554ashrafashrafMemberThank you so much.
Have a nice day.
Best regards
July 30, 2013 at 2:28 pm #12559ashrafashrafMemberHi Sakin,
I used theme: catchboxAnd 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
July 30, 2013 at 3:02 pm #12561SakinKeymaster@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.
July 30, 2013 at 4:33 pm #12564ashrafashrafMemberI 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.
July 30, 2013 at 4:44 pm #12566SakinKeymaster@ashrafashraf: Your site looks nice. Thanks for using our theme and making such a beautiful and clean site. Have a nice day.
July 30, 2013 at 4:58 pm #12568ashrafashrafMemberThank you very much,
Have a nice day.July 31, 2013 at 8:30 pm #12623ashrafashrafMemberHi 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″></div>
<div id=”home2″></div>
<div class=”alignright” id=”Home”>
<div>“></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 ?
August 1, 2013 at 1:25 am #12633SakinKeymaster@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.
-
AuthorPosts
- The topic ‘How can i delete the colon from my slider’ is closed to new replies.