Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter intownrunner

    (@eskwire)

    Note I removed the apostrophe fron the sub head so that the Easy TOC link does not break.

    The URL w/o the apostrophe is now

    https://probikeplanet.com/why-dont-fixed-gear-bikes-have-brakes/#why-dont-track-bikes-have-brakes

    Thanks!

    Thread Starter intownrunner

    (@eskwire)

    Thanks for the superfast reply and suggestion!

    I had been doing some testing and this seems to work also.

    function cf7dtx_counter(){
    	$val = str_pad(get_option( CF7_COUNTER, 0) + 1,6,"0",STR_PAD_LEFT); //Increment the current count
        return $val;

    I am not a PHP expert but learning as much as I can.

    Is one solution considered better than the other?
    You have single quotes around the zero and I have double. Could I use single quotes?

    Again thanks so much for the solution! — Steven

    Thread Starter intownrunner

    (@eskwire)

    Thanks so much! — Steven

    Thread Starter intownrunner

    (@eskwire)

    To make this a little easier to understand I found this post

    https://brandoncoppernoll.com/how-to-use-pipes-in-contact-form-7/

    and they defined it like

    “<user-visible-field>|<data-value>”

    I would like to display both the <user-visible-field> and the <data-value> in the email.

    Is this possible?

    Thanks!

    Thread Starter intownrunner

    (@eskwire)

    I actually just found a FAQ which I think is about this topic.

    Is this fix still current?
    https://www.dropbox.com/s/gdkumeuilogui6g/wp-sab-fix.zip?dl=0

    Thanks!

    Thanks so much for this question and answer.

    Is the best way to hide the author box on Category Pages, Tag Pages, and Author Pages, the use of CSS?

    I can make the change and it will be easy to do, I am just concerned if a client or another developer in the future makes a change or does not realize this custom css has been added.

    https://stevenjohnson.me/lego/

    An admin setting would be fantastic.
    Is this feature available in the paid solution?

    Thanks for the great plugin! — Steven

    Thread Starter intownrunner

    (@eskwire)

    Fantastic! Thanks!

    That got it solved.

    I really appreciate the help and I learned a little more about WordPress at a lower level.

    Thanks! — Steven

    I have the same issue, cannot delete image sizes from the WP admin.

    Now I have uninstalled the plugin but it seems that my uploaded images are still being cropped at all of the “Simple Image Sizes” plugin dimension.

    Anyone else experiencing all the extra image generation?

    Could something be left over in the database?

    Thanks!

    Thread Starter intownrunner

    (@eskwire)

    Thanks so much for the reply it is very appreciated

    When I tried

    Look at the parameters Relevanssi is getting

    add_filter( 'relevanssi_modify_wp_query', 'rlv_check_parameters' );
    function rlv_check_parameters( $query ) {
        var_dump( $query->query_vars );
        exit();
    }

    This is what I got

    array(65) { ["s"]=> bool(false) ["error"]=> string(0) "" ["m"]=> string(0) "" ["p"]=> int(0) ["post_parent"]=> string(0) "" ["subpost"]=> string(0) "" ["subpost_id"]=> string(0) "" ["attachment"]=> string(0) "" ["attachment_id"]=> int(0) ["name"]=> string(0) "" ["static"]=> string(0) "" ["pagename"]=> string(0) "" ["page_id"]=> int(0) ["second"]=> string(0) "" ["minute"]=> string(0) "" ["hour"]=> string(0) "" ["day"]=> int(0) ["monthnum"]=> int(0) ["year"]=> int(0) ["w"]=> int(0) ["category_name"]=> string(0) "" ["tag"]=> string(0) "" ["cat"]=> string(0) "" ["tag_id"]=> string(0) "" ["author"]=> string(0) "" ["author_name"]=> string(0) "" ["feed"]=> string(0) "" ["tb"]=> string(0) "" ["paged"]=> int(0) ["meta_key"]=> string(0) "" ["meta_value"]=> string(0) "" ["preview"]=> string(0) "" ["sentence"]=> string(0) "" ["title"]=> string(0) "" ["fields"]=> string(0) "" ["menu_order"]=> string(0) "" ["embed"]=> string(0) "" ["category__in"]=> array(0) { } ["category__not_in"]=> array(0) { } ["category__and"]=> array(0) { } ["post__in"]=> array(801) { [0]=> string(1) "2" [1]=> string(2) "12" [2]=> string(3) "285" [3]=> string(3) "334" [4]=> string(3) "353" [5]=> string(3) "441" [6]=> string(3) "491" [7]=> string(3) "511" [8]=> string(3) "516" [9]=> string(3) "701" [10]=> string(3) "713" [11]=> string(3) "718" [12]=> string(3) "723" [13]=> string(3) "730" [14]=> string(3) "812" [15]=> string(4) "1129" [16]=> string(4) "1192" [17]=> string(4) "1286" [18]=> string(4) "1289" [19]=> string(4) "1294" [20]=> string(4) "1298" [21]=> string(4) "1394" [22]=> string(4) "1581" [23]=> string(4) "1588" [24]=> string(4) "1625" [25]=> string(4) "1653" [26]=> string(4) "1657" [27]=> string(4) "1660" [28]=> string(4) "1706" [29]=> string(4) "1723" [30]=> string(4) "1733" [31]=> string(4) "1743" [32]=> string(4) "1747" [33]=> string(4) "1748" [34]=> string(4) "1750" [35]=> string(4) "1755" [36]=> string(4) "1759" [37]=> string(4) "1761" [38]=> string(4) "1763" [39]=> string(4) "1766" [40]=> string(4) "1768" [41]=> string(4) "1770" [42]=> string(4) "1772" [43]=> string(4) "1778" [44]=> string(4) "1793" [45]=> string(4) "1798" [46]=> string(4) "1808" [47]=> string(4) "1838" [48]=> string(4) "1850" [49]=> string(4) "1862" [50]=> string(4) "1873" [51]=> string(4) "1875" [52]=> string(4) "1905" [53]=> string(4) "1937" [54]=> string(4) "1958" [55]=> string(4) "1959" [56]=> string(4) "1960" [57]=> string(4) "1961" [58]=> string(4) "1964" [59]=> string(4) "1965" [60]=> string(4) "2012" [61]=> string(4) "2013" [62]=> string(4) "2017" [63]=> string(4) "2198" [64]=> string(4) "2199" [65]=> string(4) "2200" [66]=> string(4) "2201" [67]=> string(4) "2203" [68]=> string(4) "2207" [69]=> string(4) "2210" [70]=> string(4) "2211" [71]=> string(4) "2214" [72]=> string(4) "2221" [73]=> string(4) "2222" [74]=> string(4) "2223" [75]=> string(4) "2224" [76]=> string(4) "2227" [77]=> string(4) "2228" [78]=> string(4) "2230" [79]=> string(4) "2231" [80]=> string(4) "2234" [81]=> string(4) "2235" [82]=> string(4) "2237" [83]=> string(4) "2238" [84]=> string(4) "2240" [85]=> string(4) "2242" [86]=> string(4) "2244" [87]=> string(4) "2247" [88]=> string(4) "2250" [89]=> string(4) "2252" [90]=> string(4) "2254" [91]=> string(4) "2260" [92]=> string(4) "2263" [93]=> string(4) "2266" [94]=> string(4) "2267" [95]=> string(4) "2792" [96]=> string(4) "2794" [97]=> string(4) "2806" [98]=> string(4) "2862" [99]=> string(4) "2898" [100]=> string(4) "2899" [101]=> string(4) "2900" [102]=> string(4) "2902" [103]=> string(4) "2903" [104]=> string(4) "2904" [105]=> string(4) "2905" [106]=> string(4) "2906" [107]=> string(4) "2907" [108]=> string(4) "2908" [109]=> string(4) "2909" [110]=> string(4) "2910" [111]=> string(4) "2911" [112]=> string(4) "2912" [113]=> string(4) "2913" [114]=> string(4) "2914" [115]=> string(4) "2952" [116]=> string(4) "2953" [117]=> string(4) "2954" [118]=> string(4) "2957" [119]=> string(4) "2958" [120]=> string(4) "2972" [121]=> string(4) "2973" [122]=> string(4) "2974" [123]=> string(4) "2975" [124]=> string(4) "2976" [125]=> string(4) "2977" [126]=> string(4) "2980" [127]=> string(4) "2988" [128]=> string(4) "2990" [129]=> string(4) "2991" [130]=> string(4) "2992" [131]=> string(4) "2993" [132]=> string(4) "2994" [133]=> string(4) "2995" [134]=> string(4) "2996" [135]=> string(4) "3001" [136]=> string(4) "3002" [137]=> string(4) "3003" [138]=> string(4) "3004" [139]=> string(4) "3005" [140]=> string(4) "3006" [141]=> string(4) "3007" [142]=> string(4) "3008" [143]=> string(4) "3009" [144]=> string(4) "3011" [145]=> string(4) "3012" [146]=> string(4) "3013" [147]=> string(4) "3014" [148]=> string(4) "3015" [149]=> string(4) "3016" [150]=> string(4) "3018" [151]=> string(4) "3035" [152]=> string(4) "3036" [153]=> string(4) "3039" [154]=> string(4) "3040" [155]=> string(4) "3041" [156]=> string(4) "3042" [157]=> string(4) "3043" [158]=> string(4) "3044" [159]=> string(4) "3045" [160]=> string(4) "3046" [161]=> string(4) "3047" [162]=> string(4) "3048" [163]=> string(4) "3049" [164]=> string(4) "3051" [165]=> string(4) "3052" [166]=> string(4) "3053" [167]=> string(4)

    It actually goes on from there, I cut it short.

    When I tried Look at the MySQL query

    I got

    string(701) "SELECT DISTINCT(relevanssi.doc), relevanssi.*, relevanssi.title * 5 + relevanssi.content * 1 + relevanssi.comment * 0.75 + relevanssi.tag * 1 + relevanssi.link * 0 + relevanssi.author + relevanssi.category * 1 + relevanssi.excerpt + relevanssi.taxonomy + relevanssi.customfield + relevanssi.mysqlcolumn AS tf FROM ekw_relevanssi AS relevanssi WHERE relevanssi.term = 'wordpresss' AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM ekw_posts AS posts WHERE posts.post_type NOT IN ('revision', 'nav_menu_item', 'custom_css', 'customize_changeset', 'oembed_cache', 'clients', 'testimonials', 'wpcf7_contact_form', 'thirstylink'))) OR (doc = -1)) ORDER BY tf DESC LIMIT 500"

    When I tried Look at the results

    add_filter( 'relevanssi_results', 'rlv_check_results' );
    function rlv_check_results( $results ) {
        var_dump( $results );
        exit();
    }

    I got

    array(0) { }

    Not sure exactly what this means.

    Any suggestions? Thanks Again!

    Thread Starter intownrunner

    (@eskwire)

    Fantastic. Thanks so much, I have made the post in his forum.

    Thanks!

    I am having a similar issue.

    I installed the plugin set up my new custom image size, uploaded the new image but then when I went to add the image to the post, the image html was wrong.
    <img class="alignnone size-1600by900cropped wp-image-572" src="https://stevenjohnson.me/wp-content/uploads/2018/04/series-18-allpeople3-1920x1080-full-1600x900.jpg" alt="" width="1200" height="675" />

    The image should be 1600 by 900 but it is being set to 1200 by 675 (you can see it in the html snippet.

    @jrick what is the size of your images? what is the size that the html or wordpress is saything they should be?

    I really want to use this plugin and make it work but there seems to be something that is not correct with the most recent release.

    Thanks!

    Thanks so much for the reply!

    I submitted it to Yoast and they were able to confirm the issue and have submitted it to their development team.

    The only work around that we know of is to disable one plugin or the other.

    I think I was able to find all of the redirects in the mysql database in a post meta table (something like that)

    Yoast says they will notify me if it is fixed. Which could be anytime if ever. ??

    Thanks again! — Steven

    Hi @sasiddiqui

    We are experiencing the exact same issue as @apfelbiss for a site we are helping with.

    We contacted Yoast and they let us know your plugin was installed.

    1. Is this the URL editing blog on the post when your plugin is enabled?

    2. Is i possible to get a list of all URLs that are being modified by the “Custom Permalinks” structure.

    3. Are there any changes that can be made to your plugin to fix the issue? or will Yoast be the one to modify their plugin?

    Thanks! — Steven

    Did you get this worked out?

    We may have an issue where it is conflicting with Yoast also.

    Thanks!

    Thread Starter intownrunner

    (@eskwire)

    Thanks for the reply.

    I overlooked a second drop down menu in the redirect plugin. One I found the correct dropdown, I was able to fix the redirect issue.

    All worked correctly, I just could not find the place to fix it.

    Thanks! — Steven

Viewing 15 replies - 1 through 15 (of 16 total)