Fotis
@markwaregr on WordPress.org, @markware.gr on Slack
- Member Since: December 5th, 2012
Contribution History
Fotis’s badges:- Plugin Developer
-
Posted a reply to Lower case H1 and uppercase menu items, on the site WordPress.org Forums:
Hi, well you will need to add blank URL menu item https://www.cssigniter.com/kb/create-an-empty-link-on-the-menu/ Also you can…25 mins ago
-
Posted a reply to Change size of title & subtitle backgroundbox, on the site WordPress.org Forums:
Hi, 1. I am guessing you can use this .maxslider-slide{ background-repeat:none; background-size:50%; }` in your…40 mins ago
-
Posted a reply to Missing Arrows & Other Icons, on the site WordPress.org Forums:
Hi, cant tell what went wrong. Perhaps the file was removed by a third party…5 days ago
-
Posted a reply to Edit the media & Text block, on the site WordPress.org Forums:
Hi there, These are generic WordPress blocks that provide some basic functionality. There are tons…5 days ago
-
Posted a reply to Lower case H1 and uppercase menu items, on the site WordPress.org Forums:
Hi there, Add this .navigation > li > a { text-transform: uppercase; } in your…5 days ago
-
Posted a reply to Social Sharing Icons At Bottom of Post, on the site WordPress.org Forums:
Hi, If you cannot edit the theme actually since you are on WordPress.com, try this…5 days ago
-
Posted a reply to No way to navigate inside a song on Mobile IPhone, on the site WordPress.org Forums:
Hi, Progression bar works fine in iPhone (and Android) in our demo https://www.cssigniter.com/preview/audioigniter/ on my…6 days ago
-
Posted a reply to Missing Arrows & Other Icons, on the site WordPress.org Forums:
Hi there, I am getting this file http://jessgonzy.com/wp-content/themes/gutenbee/inc/assets/vendor/ci-font-icon/css/ci-font-icon.min.css?ver=1.1.2 as 404 (missing). Can you reinstall the…6 days ago
-
Posted a reply to No way to navigate inside a song on Mobile IPhone, on the site WordPress.org Forums:
Hi, can you explain a bit more? Do you see any of these elements in…6 days ago
-
Posted a reply to Song not played when name have accented characters, on the site WordPress.org Forums:
Hi there, I am afraid this is more depended on the server you are hosting…6 days ago
-
Posted a reply to modify the application field at the end of the post, on the site WordPress.org Forums:
Hi there, in order to have this option you will need to have a featured…1 week ago
-
Posted a reply to Footer and site title, on the site WordPress.org Forums:
You are welcome!1 week ago
-
Posted a reply to Home page carousel does not work, on the site WordPress.org Forums:
@cs075 That’s great. Glad I could help.1 week ago
-
Posted a reply to Transparent image hover effect, on the site WordPress.org Forums:
Hi @dionysios Can you share a URL so I can check it out?1 week ago
-
Posted a reply to Home page carousel does not work, on the site WordPress.org Forums:
Hi there, To actually get the frontpage carousel you will need to set Latest posts…2 weeks ago
-
Posted a reply to Change the color of the scroll bar, on the site WordPress.org Forums:
Hi @sergioaqueri Try this .ai-wrap .ai-scroll-wrap > div:last-child div{ background:blue!important; } in your custom CSS…2 weeks ago
-
Posted a reply to modify the application field at the end of the post, on the site WordPress.org Forums:
Hi @madelinvargas No worries, you might need reinstall the theme, you will not lose any…2 weeks ago
-
Posted a reply to modify the application field at the end of the post, on the site WordPress.org Forums:
Hi, indeed this is the correct one add_filter('comment_form_default_fields', 'website_remove'); function website_remove($fields){ if(isset($fields['url'])){ unset($fields['url']); } return…2 weeks ago
-
Posted a reply to Footer and site title, on the site WordPress.org Forums:
Hi, you can actually use custom selectors to control your fonts. For example you can…2 weeks ago
-
Posted a reply to modify the application field at the end of the post, on the site WordPress.org Forums:
Hi @madelinvargas Try this Navigate to WP Admin -> Appearance -> Editor and select functions.php…2 weeks ago
-
Posted a reply to expand the column, on the site WordPress.org Forums:
@lolonolo That’s great. Glad I could help. If you need additional help with anything, feel…2 weeks ago
-
Posted a reply to Homepage Post Layout, on the site WordPress.org Forums:
Hi, try this @media(max-width:767px){ .home #content .col-sm-6 .entry-featured { max-width: 200px; margin: 0 20px 20px…2 weeks ago
-
Posted a reply to how not to show the entire post on the start page, on the site WordPress.org Forums:
@antoniotessitore That’s great. Glad I could help. If you need additional help with anything, feel…2 weeks ago
-
Posted a reply to Footer and site title, on the site WordPress.org Forums:
Hi @brankaco Try this footer .site-bar .nav { width: 100%; } footer .site-bar .nav {…2 weeks ago
-
Posted a reply to Moved my WP website, Gutenbee not working, on the site WordPress.org Forums:
@leonie121 Thank you for sharing the solution That’s great. Glad I could help. If you…2 weeks ago
-
Posted a reply to Moved my WP website, Gutenbee not working, on the site WordPress.org Forums:
@leonie121 Hi there, You shouldnt have any issues migrating from one host to another (not…2 weeks ago
-
Posted a reply to Footer and site title, on the site WordPress.org Forums:
Hi there, @brankaco can you share a URL so I can see your footer in…2 weeks ago
-
Posted a reply to Homepage Post Layout, on the site WordPress.org Forums:
Hi @danielbeilfuss Try this for mobile @media(max-width:767px){ .home #content .entry-featured { max-width: 200px; margin: 0…3 weeks ago
-
Posted a reply to how not to show the entire post on the start page, on the site WordPress.org Forums:
Hi, you can use the read more tag https://www.wpbeginner.com/beginners-guide/how-to-properly-use-the-more-tag-in-wordpress/ for your articles Let me know…3 weeks ago
-
Posted a reply to Add search bar/box to mobile meanu, on the site WordPress.org Forums:
@barrelleaf you are welcome!4 weeks ago
-
Posted a reply to expand the column, on the site WordPress.org Forums:
Hi @lolonolo 1. Try this @media(min-width:767px){ #secondary{ margin-left: 0; width: 33%; } } 2. You…4 weeks ago
-
Posted a reply to expand the column, on the site WordPress.org Forums:
Hi, can you try this @media (min-width: 1200px){ .container { width: 95%; } } in…4 weeks ago
-
Posted a reply to Header pages, on the site WordPress.org Forums:
Hi @bdchika Add this to hide the footer menu #footer .nav{ display:none; } in your…4 weeks ago
-
Posted a reply to Change font of the mobile menu, on the site WordPress.org Forums:
That’s great. Glad I could help. If you need additional help with anything, feel free…4 weeks ago
-
Posted a reply to Change font of the mobile menu, on the site WordPress.org Forums:
Hi, try this .mm-listview > li > a, .mm-listview > li > span{ font-family:Lato,sans-serif; }…1 month ago
-
Posted a reply to Header pages, on the site WordPress.org Forums:
Hi @bdchika, Change the Page template for the About me page to be the default…1 month ago
-
Posted a reply to Some demos not working?, on the site WordPress.org Forums:
Hi there, They seem to be working fine on my end. Can you explain more…1 month ago
-
Posted a reply to Sidebar layout, on the site WordPress.org Forums:
Hi, Create a new sidebar like described here https://www.cssigniter.com/kb/how-do-i-add-a-new-sidebar-widgetized-area/ then open templates/template-fullwidth-narrow.php and before </div>…1 month ago
-
Posted a reply to Sidebar layout, on the site WordPress.org Forums:
Hi there, which template are you using under Page Attributes?1 month ago
-
Posted a reply to Lightbox behaviour, on the site WordPress.org Forums:
Hi @billinflames Are you using the https://wordpress.org/plugins/gutenbee/ blocks to create image and gallery blocks? Can…1 month ago
-
Posted a reply to Custom font size not showing up after update, on the site WordPress.org Forums:
Hi there @rutu2295 Are you using any Custom CSS to change fonts, or the default…1 month ago
-
Posted a reply to Add search bar/box to mobile meanu, on the site WordPress.org Forums:
Hi @barrelleaf Thank you for your kind feedback! Add this @media (max-width: 767px){ .site-tools .searchform…1 month ago
-
Posted a reply to Link the icon of the box, on the site WordPress.org Forums:
Hi there, I am afraid this is not possible. I will add this as a…2 months ago
-
Posted a reply to Timezone for FlipClock Plus!, on the site WordPress.org Forums:
Hi, I am afraid this is not possible in the current version. I will add…2 months ago
-
Posted a reply to Issues with mobile device, on the site WordPress.org Forums:
Hi, I cannot see AudioIgniter player in the link you provided. Can you recheck?2 months ago
-
Posted a reply to Empty slides in mobile, on the site WordPress.org Forums:
Hi can you contact us directly here https://www.cssigniter.com/support-hub I cannot replicate this so this is…2 months ago
-
Posted a reply to Empty slides in mobile, on the site WordPress.org Forums:
Hi, can you try changing the effect from slide to fade on your MaxSlider options…2 months ago
-
Posted a reply to Not showing in mobile devices, on the site WordPress.org Forums:
Hi, I had no issues in both Android and iPhone devices. Can you provide more…2 months ago
-
Posted a reply to Timezone for FlipClock Plus!, on the site WordPress.org Forums:
Hi, Timezone is the same as your default settings under Settings->General. Do you need a…2 months ago
-
Posted a reply to pro version, on the site WordPress.org Forums:
Hi there @gn20cm, Please have a look here https://www.cssigniter.com/plugins/audioigniter/ the features the PRO version has…2 months ago
Support Rep
-
Aladdin
Active Installs: 200+
-
AudioIgniter MP3 Music Player
Active Installs: 10,000+
-
CSSIgniter Quick View for WooCommerce
Active Installs: 80+
-
CSSIgniter Shortcodes
Active Installs: 5,000+
-
Custom Post Types Relationships (CPTR)
Active Installs: 700+
-
Elements Plus!
Active Installs: 10,000+
-
MaxSlider
Active Installs: 8,000+
-
Socials Ignited
Active Installs: 7,000+
-
The Image Widget
Active Installs: 100+