Forum Replies Created

Viewing 15 replies - 16 through 30 (of 143 total)
  • Thread Starter lukefive

    (@lukefive)

    My client can’t wait any longer. I installed a free Facebook icon that links to their Facebook page.

    Thread Starter lukefive

    (@lukefive)

    On some sites that use Neve, this would be the area for a navigation menu or a search box.

    Thread Starter lukefive

    (@lukefive)

    OrbitFox will let me insert into the html HEAD and the FOOTER.

    I’m trying to get a piece of new code into a DIV near the top of the page, inside the BODY.

    Thank you anyway for offering!

    • This reply was modified 4 years, 7 months ago by lukefive.
    Thread Starter lukefive

    (@lukefive)

    Yipes; in three different locations. I need only one instance of the shortcode.

    Whatever tinkering I did that made this start working, I need to leave it as it is!

    Thanks for your patience!

    Thread Starter lukefive

    (@lukefive)

    @ajay no luck in Query Monitor.

    This has been installed for a week and still tinkering. Management will eventually pull the plug.

    Thread Starter lukefive

    (@lukefive)

    Of these two, both are disabled …

    Cache posts only
    Cache HTML output

    now looking through Query Monitor stuff for “MATCH” …

    Thread Starter lukefive

    (@lukefive)

    @ajay I went to the “All” window and copied those queries …

    1	SELECT VERSION()	+
    Health_Check_Site_Status->prepare_sql_data()
    Plugin: health-check	1	0.0003
    
    2	SELECT name, val
    FROM hts_wfConfig
    WHERE autoload = 'yes'	+
    wfConfig::loadAllOptions()
    Plugin: wordfence	270	0.0004
    
    3	SELECT <code>name</code>, <code>value</code>
    FROM <code>hts_wfls_settings</code>
    WHERE <code>autoload</code> = 'yes'	+
    WordfenceLS\S\Model_DB->_cached()
    Plugin: wordfence	19	0.0002
    
    4	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'detectProxyRecommendation'	+
    wfConfig::get()
    Plugin: wordfence	1	0.0002
    
    5	SHOW FULL COLUMNS
    FROM <code>hts_wfBlocks7</code>	+
    wfBlock::lockoutForIP()
    Plugin: wordfence	9	0.0046
    
    6		+
    wfBlock::lockoutForIP()
    Plugin: wordfence	0	0.0006
    
    7	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'scansEnabled_geoipSupport'	+
    wfConfig::get()
    Plugin: wordfence	0	0.0001
    
    8	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'wordfenceCentralConnected'	+
    wfConfig::get()
    Plugin: wordfence	0	0.0001
    
    9	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'needsGeoIPSync'	+
    wfConfig::get()
    Plugin: wordfence	0	0.0002
    
    10	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'detectProxyRecommendation'	+
    wfConfig::get()
    Plugin: wordfence	1	0.0036
    
    11	SELECT MAX(attackLogTime)
    FROM hts_wfHits	
    do_action('plugins_loaded')
    Core	1	0.0002
    
    12	SELECT *, CASE
    WHEN <code>type</code> = 3
    THEN 0
    WHEN <code>type</code> = 4
    THEN 1
    WHEN <code>type</code> = 7
    THEN 2
    WHEN <code>type</code> = 6
    THEN 3
    WHEN <code>type</code> = 5
    THEN 4
    WHEN <code>type</code> = 9
    THEN 5
    WHEN <code>type</code> = 8
    THEN 6
    WHEN <code>type</code> = 2
    THEN 7
    WHEN <code>type</code> = 1
    THEN 8
    ELSE 9999
    END AS <code>typeSort</code>, CASE
    WHEN <code>type</code> = 3
    THEN <code>parameters</code>
    WHEN <code>type</code> = 4
    THEN <code>parameters</code>
    WHEN <code>type</code> = 1
    THEN <code>IP</code>
    WHEN <code>type</code> = 9
    THEN <code>IP</code>
    WHEN <code>type</code> = 5
    THEN <code>IP</code>
    WHEN <code>type</code> = 6
    THEN <code>IP</code>
    WHEN <code>type</code> = 7
    THEN <code>IP</code>
    WHEN <code>type</code> = 2
    THEN <code>IP</code>
    WHEN <code>type</code> = 8
    THEN <code>IP</code>
    ELSE 9999
    END AS <code>detailSort</code>
    FROM <code>hts_wfBlocks7</code>
    WHERE <code>type</code> IN (4)
    AND (<code>expiration</code> = 0
    OR <code>expiration</code> > UNIX_TIMESTAMP())
    ORDER BY <code>typeSort</code> ASC, <code>id</code> DESC	+
    wfBlock::allBlocks()
    Plugin: wordfence	0	0.0006
    
    13	SELECT *, CASE
    WHEN <code>type</code> = 3
    THEN 0
    WHEN <code>type</code> = 4
    THEN 1
    WHEN <code>type</code> = 7
    THEN 2
    WHEN <code>type</code> = 6
    THEN 3
    WHEN <code>type</code> = 5
    THEN 4
    WHEN <code>type</code> = 9
    THEN 5
    WHEN <code>type</code> = 8
    THEN 6
    WHEN <code>type</code> = 2
    THEN 7
    WHEN <code>type</code> = 1
    THEN 8
    ELSE 9999
    END AS <code>typeSort</code>, CASE
    WHEN <code>type</code> = 3
    THEN <code>parameters</code>
    WHEN <code>type</code> = 4
    THEN <code>parameters</code>
    WHEN <code>type</code> = 1
    THEN <code>IP</code>
    WHEN <code>type</code> = 9
    THEN <code>IP</code>
    WHEN <code>type</code> = 5
    THEN <code>IP</code>
    WHEN <code>type</code> = 6
    THEN <code>IP</code>
    WHEN <code>type</code> = 7
    THEN <code>IP</code>
    WHEN <code>type</code> = 2
    THEN <code>IP</code>
    WHEN <code>type</code> = 8
    THEN <code>IP</code>
    ELSE 9999
    END AS <code>detailSort</code>
    FROM <code>hts_wfBlocks7</code>
    WHERE <code>type</code> IN (3)
    AND (<code>expiration</code> = 0
    OR <code>expiration</code> > UNIX_TIMESTAMP())
    ORDER BY <code>typeSort</code> ASC, <code>id</code> DESC	+
    wfBlock::allBlocks()
    Plugin: wordfence	0	0.0003
    
    14		+
    wfBlock::findIPBlock()
    Plugin: wordfence	0	0.0003
    
    15	SHOW TABLES LIKE 'hts_yoast_seo_links'	+
    WPSEO_Link_Table_Accessible::check_table()
    Plugin: wordpress-seo	1	0.0005
    
    16	SHOW TABLES LIKE 'hts_yoast_seo_meta'	+
    WPSEO_Meta_Table_Accessible::check_table()
    Plugin: wordpress-seo	1	0.0005
    
    17	SELECT option_value
    FROM hts_options
    WHERE option_name = 'can_compress_scripts'
    LIMIT 1	+
    get_option()
    Core	1	0.0018
    
    18	SELECT option_value
    FROM hts_options
    WHERE option_name = 'can_compress_scripts'
    LIMIT 1	+
    get_option()
    Core	1	0.0002
    
    19	SELECT comment_approved, COUNT( * ) AS total
    FROM hts_comments
    GROUP BY comment_approved	+
    get_comment_count()
    Core	0	0.0001
    
    20	select val from hts_wfConfig where name='wordfence_chunked_adminNoticeQueue_header'	+
    wfDB->querySingle()
    Plugin: wordfence	0	0.0002
    
    21	select val from hts_wfConfig where name='adminNoticeQueue'	+
    wfDB->querySingle()
    Plugin: wordfence	1	0.0001
    
    22	select val from hts_wfConfig where name='wordfence_chunked_adminNoticeQueue_header'	+
    wfDB->querySingle()
    Plugin: wordfence	0	0.0001
    
    23	show variables like 'max_allowed_packet'	+
    wfDB->querySingleRec()
    Plugin: wordfence	1	0.0006
    
    24	select name from hts_wfConfig where name='adminNoticeQueue'	+
    wfDB->querySingle()
    Plugin: wordfence	1	0.0001
    
    25	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'detectProxyRecommendation'	+
    wfConfig::get()
    Plugin: wordfence	1	0.0001
    
    26	SELECT *
    FROM hts_wfNotifications
    WHERE <code>new</code> = 1
    AND <code>ctime</code> > 0
    ORDER BY <code>priority</code> ASC, <code>ctime</code> DESC	+
    wfNotification::notifications()
    Plugin: wordfence	1	0.0001
    
    27	SELECT COUNT(*)
    FROM (
    SELECT 0
    FROM hts_blc_links AS links JOIN hts_blc_instances AS instances
    ON links.link_id = instances.link_id
    WHERE ( instances.parser_type IN ('link', 'image', 'plaintext-url', 'youtube-iframe', 'metadata', 'url_field', 'acf') )
    AND ( instances.container_type IN ('comment', 'post', 'page', 'dummy', 'wp_block', 'wpcf7_contact_form') )
    AND ( ( broken = 1 ) )
    AND ( (dismissed = 0) )
    GROUP BY links.link_id) AS foo	+
    blcLinkQuery->get_links()
    Plugin: broken-link-checker	1	0.0001
    
    28	SELECT <code>name</code>, <code>value</code>, <code>autoload</code>
    FROM <code>hts_wfls_settings</code>
    WHERE <code>name</code> = 'recaptcha-test-mode'	+
    WordfenceLS\S\Model_DB->get()
    Plugin: wordfence	0	0.0001
    
    29	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'onboardingAttempt3'	+
    wfConfig::get()
    Plugin: wordfence	1	0.0001
    
    30	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'onboardingAttempt3'	+
    wfConfig::get()
    Plugin: wordfence	1	0.0000
    
    31	SELECT name, val, autoload
    FROM hts_wfConfig
    WHERE name = 'onboardingAttempt2'	+
    wfConfig::get()
    Plugin: wordfence	1	0.0000
    
    32	SELECT option_value
    FROM hts_options
    WHERE option_name = 'can_compress_scripts'
    LIMIT 1	+
    get_option()

    Our OnePress hero text was broken, until I tried a tip to install plugin “Enable jQuery Migrate Helper”
    Fixed!!

    Just like @whyvijay

    Thread Starter lukefive

    (@lukefive)

    @iguanamom thanks – we had this problem a week before the new version 5.5.
    Glad you fixed yours!

    Thread Starter lukefive

    (@lukefive)

    I’m more than happy to work with that as being somewhat of an experiment. Or, a beginning point for my own tinkering.

    This particular project has pushed all my software tools past the reasonable limit, including the slider tools.

    Thank you!

    Thread Starter lukefive

    (@lukefive)

    I just went into the SmartSlider controls and turned off Limit Slide Width.
    The problem now seems fixed. Plus, more fun than plowing through CSS.

    I will check with the client to be sure. His iPad finds all the flaws.

    Thread Starter lukefive

    (@lukefive)

    So, instead of rare obscure problem it was CSS 101. Yipes.

    The only place I’m still seeing problems is iPad “landscape” orientation.
    Dev tools say .contain_slider is OK, so I’m looking for a bad CSS selector pointing somewhere into the contents.

    Thread Starter lukefive

    (@lukefive)

    I may end up changing from the fixed measurement pixels over to ems, but generally this is what I need.

    Thanks again for helping us nerds.

    Thread Starter lukefive

    (@lukefive)

    Fair enough; I will start tinkering.

    Thread Starter lukefive

    (@lukefive)

    @laszloszalvak I would, except I’m not seeing a way to do that only on phones. I was previously advised to use the inner position when I was working on the desktop view.

    Our client measures everything very carefully, which is why I keep showing up in this forum with the same URL. Now that I have the desktop to his liking. I would like to wrap up the phone view and tablet view.

Viewing 15 replies - 16 through 30 (of 143 total)