Forum Replies Created

Viewing 15 replies - 31 through 45 (of 45 total)
  • Thread Starter Project Cylo

    (@josherons)

    Awww, this is #topnotch.Your timeless delivery,every bit and pieces of it solves my issues,bugs & questions…Really getting to wonder how will I repay an epic effort especially to someone like you who consistently helps a community of yet unskilled folks learn and master their supposed acts…Sigh,what a big relief.
    For the past one week or so,have taken my time in reading all of your supportive response in and outside the context of this commmunity. All I can/will say is,am blessed to have come across you.#Epic

    Really appreciate,
    Kind regards..

    Josh #Newbie+++ winks,and hugs..Sir

    Thread Starter Project Cylo

    (@josherons)

    Relative to this Sir, I kindly want to ask a question or two more:

    on my official first project as a *newbie+++* at https://www.utlebe.com, on the entire menu structure should one *mouse-over*, a dropdown menu surfaces. Now that’s cool haven watched a youtube video about that. But I searched on all other sites most especially the: demo.themesandco.com/two-columns-left-sidebar/,www.thenakedlifecoach.com..And I noticed the same menu and dropdown list applied respectively. But the issue I have in my own case is every other menu after the home menu, once *moused-overed* should you click the say for instance *AboutUs* menu it takes you to a page. Which I don’t want it to,although I created an *AboutUs*page. But my main goal is to create a menu that once clicked upon it doesn’t take you to another page or any rather.. I want something as perfect as that on the respective Url sighted above…How do I attain that Sir?

    The second question is: haven enjoyed the same privilege of your wealth and well nourished experience sequel to getting all of my*Bug & Questions* answered.. I kindly want you to enlightening me on what say for exmaple:course,topics,contents,C_language as it respective deem fit. To learn/master. So that I a newbiee+++ can also clear the airway for the upcoming. In as much as I have graduated from that phase a little. *Smile*….Thank you Sir Dave

    Thread Starter Project Cylo

    (@josherons)

    Omg, it super duper worked…*Virtually jumping*…What a relief!!!!.Thank you very much Sir, really appreciate every bit of your approach in seeing to *my_bugs* been fixed. From my heart of heart, am really saying a big thank you.. See no reason why I won’t develop with a gem like you who’s virtually available….#hugs

    Thread Starter Project Cylo

    (@josherons)

    Morning by my time Sir,really appreciate your time/epic effort in shedding the light that drives me to do more.*Winks*.
    Read all about the bootstrap—-fluid & grid—–
    Tried the following codes in the html tab but nothing seems to change even as the map is still at the awkward position,below is the code.

    <div class=”row-fluid”>
    <div class=”span6″>…</div>
    <div class=”span6 offset6″>…</div>
    </div>

    <iframe src=”https://docs.google.com/forms/d/1uIlZ_Wqx15SE5qiguSptHDGYnPGw_lZGZGgO2lisvFQ/viewform?embedded=true&#8221; width=”526″ height=”526″ frameborder=”0″ marginwidth=”0″ marginheight=”0″>Loading…</iframe>

    [mappress mapid=”1″]

    With your instruction on the need to code the HTML with 2 x Span6 divs which I did, the alignment doesn’t seems to position well. How do I go from here Sir?…Hope I got this right,spent my night time changing the digits in the span and .offset with several similar numbers hoping it will align….

    Thanks,looking forward to you enlightening me…#Newbie+++

    Thread Starter Project Cylo

    (@josherons)

    Fixed it,had to uninstall WP and re-install . Then started all over,”wheeep”..Newbie+++ learning the Newbie way..Thanks, for the support.

    Thread Starter Project Cylo

    (@josherons)

    Now I think I have messed up,can’t access my site anymore….changed a . in the function.php file. Here is the entire file

    Original content

    add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
    $credits = ”;
    $newline_credits = ”;
    return ‘
    <div class=”span4 credits”>
    <p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Powered by WeichWebICT Ltd‘).’ ·’.($newline_credits ? ‘
    · ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;
    }

    Changed content
    add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
    $credits = ”;
    $newline_credits = ”;
    return ‘
    <div class=”span4 credits”>
    <p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Powered by WeichWebICT Ltd‘)’ ·’.($newline_credits ? ‘
    · ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;
    }

    Changed the . in line 11 just wanted to see what happens
    And my entire site vanished… #Almost_sobbing….please enlighten me on what to do..

    Thread Starter Project Cylo

    (@josherons)

    #Newbie++,*trending*.Don’t want to appear to demanding Sir. With your vast and well nourished experience, I was wondering if you could show me how to add a sitemap to the footer of this theme + a multilingual drop down button that once moused over a language drop down come listing downward and once clicked translate every page contents….

    ??????????????????Didnt mean to bother you Sir,just excitedly wanting to try new things…#Your_adopted_newbie++….

    Smile….

    Thread Starter Project Cylo

    (@josherons)

    Good morning Sir, am the happiest #Newbie on the block, used the following code above as previously schooled on into the function.php beneath it…Ooooppppss been doing it in between the php write_up…re-adjusted everything to sooth what I preferably needed…#Epic,#Appreciative…Thanks Sir, God bless yah…Made this newbie excited.shhhhhh

    Thread Starter Project Cylo

    (@josherons)

    Thanks for your immerse effort Sir, sequel to noticing the folder/files in my child theme. Here is what is written in the footer.php file:

    <?php
    /**
    * This is where you can copy and paste your functions !
    */

    And in the styles. CSS

    /*
    Theme Name: Customizr Child
    Theme URI: https://themesandco.com/customizr
    Description: A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr’s core code. In order to keep your code as clean and flexible as possible, try to use Customizr’s hooks API for your customizations. Do something awesome and have fun !
    Author: Nicolas Guillaume (nikeo)
    Author URI: https://themesandco.com
    Template: customizr
    Version: 1.0.0
    */

    /* Your awesome customizations start right here !
    ————————————————————– */

    With your help and advice Sir,how do I go free here?

    Thread Starter Project Cylo

    (@josherons)

    ??,www.Utlebe.com,inserted the codes into the functions.php file using the customizr child theme.Still the same,will be the happiest #rookie should the fire bugging work and should you school me for futureristic occurrence Sir…Thanks for your relentless effort,*the world will be a better place,if we had more people like you*…..????????????

    Thread Starter Project Cylo

    (@josherons)

    Thread Starter Project Cylo

    (@josherons)

    Hope Sir_rdConsulting replies??

    Thread Starter Project Cylo

    (@josherons)

    Afternoon by my time Sir,I did a copy paste of the following code into themes function subsect functions.php.

    add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
    $credits = ‘Powered by Softcomimagio Ltd’;
    $newline_credits = ”;
    return ‘
    <div class=”span4 credits”>
    <p> · ? ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Powered by Softcomimagio.com ; Ltd’).’ ·’.($newline_credits ? ‘
    · ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;
    }
    Nothing worked!????,sad face. Kindly school me on this Sir….thanks,regards.

    Thread Starter Project Cylo

    (@josherons)

    Afternoon by my time Sir,I did a copy paste of the following code into themes function subsect functions.php.

    add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
    $credits = ‘Powered by Softcomimagio Ltd’;
    $newline_credits = ”;
    return ‘
    <div class=”span4 credits”>
    <p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Designed by ; Ltd‘).’ ·’.($newline_credits ? ‘
    · ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;
    }
    Nothing worked!????,sad face. Kindly school me on this Sir….thanks,regards.

    Thread Starter Project Cylo

    (@josherons)

    Sorry that was a mistake, an using the updated version already, customizr 3.1.24. Shhhhhh,getting scared of that child theme section. Does it require to be a real time code?,cos I have been lazy about this aspect. Just recently working my thought process in being consistent with the geek dream??….Thanks, anticipating your reply Sir?

Viewing 15 replies - 31 through 45 (of 45 total)