Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Please how were you able to correct this?

    Having similar issues and don’t know where to start the correction from.

    Forum: Reviews
    In reply to: [iApp] theme does not work

    Customization of this theme is as easy as any WordPress template file you can think of.

    Just point out the area that is not working for you. I will put you through.

    I discovered it this morning, tried out few thing in the front page, save as HTML, head on to Phone-Gap, compile to android. I never see awful gift like this on WordPress.

    Thread Starter igalapedia

    (@igalapedia)

    Thanks for your response. I followed instructions @ Support Forums, upgrade my wordpress from 3.5.1 to 3.6.1 & all seemed to have been solved. I love the theme FASTFOOD and wants to continued building the Igalapedia Project and all other network of the sites on it.
    Reply to my mail if you handle consultancy job for web design so as to request a quote for further requirements.

    I have similar problem. I just discovered the explanations in the link below. May be it will work but I never try it.
    https://www.ads-software.com/support/topic/publishing-records-from-external-database#post-2610624

    Hi maasbeeld
    Please can you dump the section of the code you changed to this forum. I had problem when last I tried changing the lib.php according felixzhang’s method.

    igalapedia

    (@igalapedia)

    I am new to WordPress and web design, This plugin solved lots of problem I never imagine I could have done within the period I discovered it. I am not left out of the pagination problem, navigating to the next page as shown by the link would still load the same page.
    I tried this hacking,

    open lib.php,
    
    1. find: function scu_query() {
    insert line:
    global $paged;
    
    update:
    //$scu_p = $_GET['paged']; //old line
    $scu_p = $paged; //new line
    
    2. find: function scu_paged($maxpages) {
    update similiar code:
    
    global $paged;
    
    //'current' => max(1, $_GET['paged']),
    'current' => max(1, $paged),

    something wrong happened;

    • no positive effect and the page was no longer showing the pagination links,
    • I restored the plugin by removing the changes and returned it back to normal, the pagination links still not showing for a reason I don’t understand.

    I solved my own problem forgetting pagination then try to show all what I have on the post list category of my interest.
    Option 1 (This method failed me, is only for your reading)

    • navigated to the code below @ [https://mysite.com/wp-admin/plugin-editor.php?file=site-creator-ultimate%2Flib.php&plugin=site-creator-ultimate%2Flib.php]
    • //TOP OPTIONS ---
      function scu_s_posts() {
          $sel = array(
              '1' => '1',
              '2' => '2',
              '3' => '3',
              '4' => '4',
              '5' => '5',
              '6' => '6',
              '7' => '7',
              '8' => '8',
              '9' => '9',
              '10' => '10',
              '12' => '12',
              '15' => '15',
              '20' => '20',
              '25' => '25',
              '30' => '30'
          );
          scu_sel('posts', '', '', $sel);
    • I populated the code in similar sequence from 30 to 70 as needed the
      '20' => '20',
              '25' => '25',
              '30' => '30'
                   to
              '65' => '65',
              '70' => '70'</li>

      Updating the plugin, my website hanged, Immediately I got a security message from WordPress firewall [plugin] alerting me of a threat and sent the entire codes to my mail.
      Option 2 (worked for me)
      The struggle continued, I have upto 270 posts in one of the categories I needed to apply these plugin. what next, I edited the above code like this

      <li>
      //TOP OPTIONS ---
      function scu_s_posts() {
              $sel = array(
              '1' => '1',
              '2' => '2',
              '3' => '3',
              '4' => '4',
              '5' => '5',
              '6' => '6',
              '7' => '7',
              '8' => '8',
              '9' => '9',
              '10' => '10',
              '12' => '12',
              '15' => '15',
              '20' => '20',
              '30' => '30', // changed from 25 to 30
              '300' => '300' // changed from 30 straight to 300
          );
          scu_sel('posts', '', '', $sel);

    • In my own case, I did not face the issue of page size because I was only listing the post titles.

    • No excerpt
    • No image
    • Then the matter closed

    I am still watching out for this problem getting solution one day

    igalapedia

    (@igalapedia)

    I had problems with my sidebar jumping to bottom when I tried using Site Layout Customizer and it remained unresolved until I discovered Site Creator Ultimate and every things are working normal now. I never actually tried to know why was that problem because I am new to WordPress and .php or .css coding.

    Thread Starter igalapedia

    (@igalapedia)

    I withdrew using this theme after notices few problems I don,t have the time to fix

    • The sub-menu drop down was narrow(115px) and causing text over lapping, I increased to 200px and solved the problem with over lapping text
    • I have all in one calendar as available at the footer of my site now, with istudio theme, all text for dates and event for aioc were squeezy and overlapping at the sidebar
    • I really want to use this theme for my site (www.igalapedia.com), may be I will fix the problem on wamp before reinstalling it online. And if you can fix this problem for us, I will appreciate your kind gesture.

    Thread Starter igalapedia

    (@igalapedia)

    The problem was solved after I installed another plugging titled Site Creator Ultimate from the same author.

    Searching for a solution to the problem @ https://www.ads-software.com/support , I came across another sweet plugin from the same author, when it solved the problem, I just uninstalled the Site Layout Customizer
    The result is available @ https://www.igalapedia.com

Viewing 9 replies - 1 through 9 (of 9 total)