Forum Replies Created

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

    (@jansal)

    Any news, regarding the issue?
    Regards,
    Janosh

    Thread Starter JanSal

    (@jansal)

    Thank you for all your answers.
    It is encouraging to get support with such an issue.
    I apologize for the code I posted, I was not aware of the forum guidelines.

    @ perezbox

    No, I just copied the part I had never seen before.
    It’s the twenty sixteen theme latest version we are using.

    @ cesarnjos

    Thank you for your analysis. I looked through the database as suggested but could not find any exact match… I wondered where the _transient_dash entries in the wp_options table might come from as they contain URLs to sites we never frequented…

    ex.:

    _transient_dash_1fe1af69fc09222ecd89eff603deacc1
    <div class="rss-widget"><ul><li><a href='https://www.ads-software.com/news/2016/09/wordpress-4-6-1-security-and-maintenance-release/'>WordPress 4.6.1 Security and Maintenance Release</a> <span class="rss-date">07/09/2016</span><div class="rssSummary">WordPress 4.6.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in [&hellip;]</div></li></ul></div><div class="rss-widget"><ul><li><a href='https://heropress.com/essays/rebirth/'>HeroPress: Rebirth</a></li><li><a href='https://poststatus.com/art-self-employed-web-consultant-draft-podcast/'>Post Status: The art of being a self-employed web consultant — Draft podcast</a></li><li><a href='https://heropress.com/essays/growing-up-with-wordpress/'>HeroPress: Growing Up With WordPress</a></li></ul></div><div class="rss-widget"><ul><li class="dashboard-news-plugin"><span>Popular Plugin:</span> UpdraftPlus WordPress Backup Plugin&nbsp;<a href="plugin-install.php?tab=plugin-information&plugin=updraftplus&_wpnonce=1672cesf87b&TB_iframe=true&width=600&height=800">(Install)</a></li></ul></div>
    Thread Starter JanSal

    (@jansal)

    Thank you, I deactivated it temporarily, although I liked the option… was not aware (although the option says explicitly) that the +-button was provided by AddThis. Is there any chance to solve the problem so that I could use the +-button without getting the error in the Google Webmaster console?
    Thank you for your help.
    Janosh

    Hi,
    Have you ever found a solution to your problem?
    My default currencies are not taken into consideration ether… Would be grateful for a workaround.

    Thread Starter JanSal

    (@jansal)

    Hi Chris,
    Thank you for your rapid answer. A video integration would bring the plugin to the next level… I will be patient ??
    Best regards,
    Janosh

    Thread Starter JanSal

    (@jansal)

    I have found a workaround, add the following to your CSS (child theme):

    .datepicker.dropdown-menu {
    	max-width: 300px !important; 
    }

    Cheers.

    Hi melski61,
    Impressed by your pottery I personally would not give the email subscription that much importance, i.e increase the sidebar in detriment of your main column.
    After overwriting the min-width on line 5 of the signup-form.css the sidebar’s content fitted well into the column, you want to do this in your child theme:

    .ctct-custom-form {
        min-width: none;
    }

    What do you think?
    Regards,
    Janosh

    Hi Design Locker,
    to me your menu looks fine. I could not reproduce your problem.
    May I ask you how you managed to
    1. insert a logo that exceeds WP default size 240×150,
    2. make it responsive on all devices.
    I am desperately trying to achieve the same on my site.
    Sorry for posting my question in your topic.

    Try from the admin area Appearance\Customize\Header Image to add your image.

    Thread Starter JanSal

    (@jansal)

    Sorry, posted in the wrong sub-forum.
    Please delete this post, thank you.

    Thank you David.
    I have got it done.
    In order to display an enlarged logo on Twenty Sixteen 1.3, go to themes\twentysixteen\inc\customizer.php. Change the ‘width’ and ‘height’ values on line 54/55. Update the value in ‘style.css’ on line 2767.
    God luck with further theme customization ??

    Hi,
    I am struggling with the same problem at the moment. I am desperately trying to increase the logo size by modifying the theme’s child style.css or functions.php with no luck.
    I have undertaken the following so far:

    • 1. Increased pixel width, line 2771 and line 3415:
      .custom-logo {
      max-width: 210px;
      }
    • 2. Added code to the functions.php file that I found on the forum:
      add_action( 'after_setup_theme', 'child_custom_logo_setup', 11 );
      
      function child_custom_logo_setup() {
          $args = array(
          	'height' => 250,
          	'width' => 600,
          );
          add_theme_support( 'custom-logo', $args );
      }

    @dave
    I could see on your site that you managed to upload a bigger logo than predefined by WordPress.
    Would you mind to explain to me how you did it?

    Best regards to all of you,
    Janosh.

    Thread Starter JanSal

    (@jansal)

    Hi, once again ??
    I didn’t expect such a fast integration of my suggestions – never encoutered a plugin support like that.
    So, if I give you a feedback concerning the changes you made, it’s not in the aim of getting my ‘wishes’ implemented in a version 4.3.13 !
    #1 Mhm, the recommended syntax would work… but would make impossible to sort by last name, that’s what I asked for originally.
    #2 the ‘X’ clears the search input, however it doesn’t reset the list and it is permanently visble, even if the input field is empty.
    #3 working as expected.

    Thread Starter JanSal

    (@jansal)

    Wow, Mr Winkler, it’s working like a charm ! Thank you so much !
    With a glance at your website I discovered that your working on the plugins further version… I’m already curious ??
    If you could need some suggestions to make your plugin even better:
    #1 Filter improvement: In the actual version of [tpsearch] filter is not working fine, that is to say, if you search by typing the authors “name surname” you’ll get no results. By typing “surname, name” the publications are listed.

    #2 Add “reset” button to clean search_input: When submitting a query, it would be nice to have button that shows up afterwards to clean the search input field.

    #3 Assign CSS class/id to ‘<h3>’ “Results for…” to make it stylable.

    Looking forward to the upcoming release !!!
    Thank you again for a plugin, that makes life much easier.

    Thread Starter JanSal

    (@jansal)

    Good morning
    Thank you for your quick answer.
    In the meantime I got in contact with the Revolution Slider team. Someone worte me back that they will think about to fix the problem in one of the next updates (maybe :-)…
    Because the ‘enhanced search box’ is showing up correctly I thought to filder my images via the search – ad interim.
    Is there a way to search after ‘att. categories’?
    Thank you again for your interested and detailed answer!
    Best Regards, Janosh

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