badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Search Results for 'user'

Viewing 15 results - 31 through 45 (of 685 total)
  • Author
    Search Results
  • #93480

    Hi Kate Martin,

    We are sorry for the late response. Our Support Team has missed your query.
    How do you feel that your mobile view is not working well. The same widgets and section will be shown on mobile as in the Desktop view. Since Every users won’t upload the similar images size so the images are in a covered way so that it gets cropped to fit to have the design and layout look good. We find the mobile view have lots of ads that light also affect to look off layout and design.
    To increase the font size of Site Title on mobile, Please go to “Appearance > Customize > Additional CSS” and Paste the below Custom CSS code.

    @media (max-width: 767px)
    .site-title {
        font-size: 26px;
    }

    Thanks

    ad.3x4you
    Participant

    Hello !
    When I create a post and go the the homepage, it shows the feature image, title, body text of the post. I want the user the only see the feature image, title. After clicking on feature image, the user goes the the normal post page. I don’t want show body text of post on homepage? And on category and archives pages. Only see the feature image, title.
    Please help !
    Thank you !

    #91214
    promanageitsolution
    Participant

    Infinite scrolling has been dropped by WordPress in its latest version 5.8. It has been replaced by a button called Load More powered by Ajax. The company says it has been done to enhance the experience of the end user. With infinite scrolling, browser history often broke down. Also, the footprint of the WordPress developer in terms of memory used increases with infinite scrolling. Introduction of Ajax powered Load More button is expected to make life easier for a WordPress developer.

    #91036
    ahavalife
    Participant

    Hey everyone,
    I have a few problems so reaching out for your help.

    1. I’m having problems setting up 3 coloums of widgets (side by side) on my website. It used to be side by side until I tried to change a few things (long story) but now the three widgets are under each other.

    2. I want to change the background colour of the Footer 1 (Widgets) section to #638B54, then will need to change the word and link colours. I cannot find anywhere how to do this.

    3. I have the AMP plugin so my website is better set up for mobile phone users. Everything but the main menu is not working.

    Can anyone please help with all or any of these things?

    #90493

    Topic: about slider

    in forum NewsCard (Free)
    harun
    Participant

    Can I hide the largest area in the slider from mobile users? and the content count is now 5. is it possible to change it to 3? this area consumes a lot of resources. loading late.

    #89265

    Hi javedjournalist,

    The Block Posts are already clickable with featured images as well as with the Title. please check our demo you can find the block posts title and featured image are clickable.
    May be some Customized code or external Plugins might have affected the Theme. Or please install the fresh copy of theme again by downloading from the user account.

    Please let us know if the issue still persist.

    Thanks

    #89126
    javedjournalist
    Participant

    There is inherent problem in News Card theme. It has skipped to make Block Post clickable. There should have been option with the users to make Block Style Post HTML clickable from the Title. I request News card management to make it clickable with a new update entailing new plug-in

    calvinadams091
    Participant

    Hello Everyone,
    I want to know that is WP-portfolio theme allows recurring donations plugin? I am running an NGO and for that, I want to implement the simplest donation method for users on my website that is installed with WP-portfolio theme.
    Please advise me as it is for a good deed.

    #88574

    Hi there,

    Please update the theme to the latest version we have already fixed those issue.
    Login to your account with the same username while you have purchase the theme and download the latest version of the theme and update into your site.

    Thank you!

    #88551

    In reply to: iframe

    pepepedrota
    Participant

    Hola, necesito saber si en la versión Pro puedo poner un i-frame en el Header – Menú de navegación fijo.
    Necesito que el reproductor de radio este fijo mientras el usuario hace scroll.

    Hello, I need to know if in the Pro version I can put an i-frame in the Header – Fixed navigation menu.
    I need the radio player to be fixed while the user scrolls.

    #88114

    Hi ritiklahori27,

    Since our Theme is Free so it is not possible to check every plugins to support. But the Theme support most of the common plugins. As we noticed that some of our user have already used AMP on our Theme. So we can say our Theme supports AMP. Anyways you can even check by yourself.

    Thanks

    #86645
    amitagarwal7021
    Participant

    I want to add some instruction note for all my visitors. want to display this on homepage/frontpage. could u plz help me how do I do this.

    #86365
    the5krunner.com
    Participant

    on the home page i want to

    1. allow the user to click to see the next page of older posts
    but
    2. i want to stop them from choosing a specific page

    ie they can only click to see the next page (newer or later)
    ie to get to the first ever page would take a LONG time!

    thank you

    #85220
    nobeel
    Blocked

    Your themes are good, But no AJAX load more button, which is the need of a lot of users, Themes need “LOAD MORE BUTTON” Option
    I will order Pro if you add such functions.

    #84791

    Hello there,

    We do understand your problem but the Youtube embed code have certain fixed height and width to which we have to control to fit our theme layout responsively. If there would have some wrapper element before the embed code provided by the Youtube then we could have easily control the height and width through the simple Custom CSS code. So the users are always recommended to use the Block features of embed code on page/post editor.
    But in your case we have noticed that you have used a wrapper with class ’embed-youtube’ before the embed code by youtube. If you have used the same wrapper class before on all of your embed video then we can control the embed video to the responsive through that wrapper class.
    So please go to Appearance > Customize > Additional CSS and the paste the below Custom CSS code.

    .embed-youtube {
    	position: relative;
    	display: block;
    	width: 100%;
    	padding: 0;
    	overflow: hidden;
    }
    .embed-youtube:before {
    	display: block;
    	content: "";
    	padding-top: 56.25%;
    }
    .embed-youtube iframe {
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	border: 0;
    }

    Thanks

Viewing 15 results - 31 through 45 (of 685 total)