I wanted more info about this but i can’t comment here because i don’t have enough reputation, i may have a solution for you.
First, your font flexslider-icon
works, but your media queries hide it on screen with more than 860px.
On screens more than 860px arrows become transparent and move out of slider. Here it’s a simple solution.
Make always visible:
On flexslider.css
Replace:
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flex-direction-nav .flex-prev {
left: -50px;
}
with this:
.flex-direction-nav .flex-next {
right: 10px;
text-align: right;
opacity: 1;
}
.flex-direction-nav .flex-prev {
left: 10px;
opacity: 1;
}
Related Posts:
- The proper way to include/require PHP files in WordPress
- How to store widget fields data as an array?
- Get ‘page’ number with infinite scroll
- How to wrap the widget content with a div or get the widget title outside?
- Customizer Active Callback not working
- Run shortcode before filters
- Where i should not use if (!defined(‘ABSPATH’)) { exit; }?
- Hide 2022 Parent Theme Templates / Parts
- What flex-width/height does?
- Should we localize custom-made themes / plugins?
- Installing WordPress Theme Unit Data
- How can I remove the Static Front Page option from the Customizer
- How can i customize the comment list
- Fatal error: Maximum execution time of 60 seconds exceeded in H:\wamp\www\custom\wp-includes\class-wp-http-curl.php
- How to allow admins to create a sidebar from the admin
- Setting a Default ‘Theme Location’ When Creating a Menu
- How to keep my custom theme changes after updating genesis child theme
- Custom php page in WordPress theme?
- How do I highlight the menu for a child page?
- Can I specify that custom.css gets loaded at Appearance > Editor instead of style.css?
- Can’t access WordPress functions in file called via Ajax?
- WordPress 5.8 update problem custom theme styles are overridden by core styles common.min.css
- How to correctly add JQuery in a WP theme?
- Check if password protected post is visible
- Second menu not showing
- Custom Template for more than 1 Tag
- Same theme name issue with wordpress repository theme
- How can i add edit shortcut icon in wordpress customizer without using selective refresh?
- Meta tag viewport
- Change the template of multiple multisite pages at the same time
- Show video as part of the post?
- Switching theme only changes style sheet being used
- Is function_exists() considered a good practice when using 3.0+ functions?
- Parse error: syntax error, unexpected T_ENDWHILE in
- Multiple Page Templates & CSS
- How to add Bootstrap Tour JavaScript to WordPress Admin Panel Dashboard Widget
- Divi Child Theme not appearing in “Themes” [closed]
- Where can i design and modify a new mail template for sending emails to users when commenting?
- WordPress theme switcher
- How can I wrap html around the output of the_time function?
- Problem with empty class attributes when running a filter on nav_menu_css_class
- Limitations when modifying wp_title with a filter
- Pass variable to hook. Its possible?
- WP_bootstrap_Navwalker_issue [closed]
- Adding custom class to get_avatar() image doesn&https://wordpress.stackexchange.com/https://wordpress.stackexchange.com/#39;t work
- Font Awesome 5 Free – far working but fas is not? [closed]
- Q: How to pull data from custom table to populate zustomizer setting/control select options
- The ‘default’ attribute from $wp_customize->add_setting() method not in db?
- Inserting images in multiple posts native gallery
- correct tags for validating input types
- How to remove header image in Twenty Eleven theme?
- How to create a fixed header and scrolling content area
- How to query the latest 5 posts and sort them by title?
- Is there any tool to find lines of codes responsible to generate front-end HTML elements?
- Template Tag “template_directory” pulling wrong path
- wordpress 404 not found after rewrtie the author link
- Will my site get messed up when the wordpress theme updates if I edited the html code in the editor to change footer?
- Have the homepage look different to index.php without a static page
- the_post_thumbnail() get the URL to the “medium” sized image
- Can I make a Customizer dropdown-pages list include private pages?
- Do I need to escape get_the_post_thumbnail function?
- Why is switching between themes breaking my child theme?
- How to style bootstrap container in wordpress theme?
- Wamp Server error on running wordpress theme on localhost. How do I fix this error? [closed]
- How to disable WordPress to put P tags?
- Shortcodes do not work in own template
- CSS preprocessor file messed up after compiled
- $_POSTing to and modifying the WP search results page
- Confused by the behaviour of “front page” / “home” templates
- How to Grab first Image from some Chosen Categories
- Get themes’s images path in WordPress Multisite
- Get video from the post on homepage
- WordPress Themes Directory: Template which hits the standards?
- How to change a local wordpress installation xml export file urls? and change them to what if you don’t have a live website?
- How to get URL of category of a custom post?
- Is there a plugin for versioning files in the theme (style , .js and .php files)?
- get_avatar() is not working in my custom theme
- Getting post URL within custom content template
- When I save changes for css and js in my WP localhost env windows 10 the changes don’t take effects immediately!
- Updatable theme developing
- Getting unexpected warnings from theme options code
- Block validation failed for `core/pullquote` after adding theme support for editor-color-palette
- makeing a terms of use page that is part of the theme
- How to make menus, footer, sidebars multi language
- Different templates for each category level
- Child theme in separate WordPress Install
- Display problems in admin dashboard when creating a new theme from scratch
- Missing hashtag with theme customizer header color
- Customizer_register theme options not saving
- Fail to install theme on development copy of WordPress on Webmatrix
- Category page with posts from 2 different childcategories
- Tags interfering with next_post_link();
- Getting all months in one year WordPress Archive
- How to save the Additional CSS in a CSS file and enqueue it
- Elementor Pro and Astra have different breakpoints – how to salvage?
- How to split the site’s layout without damaging this layout? [closed]
- themeforce (happytables framework) implementation
- How to automatically set a Template Page Name next to a page in menu screen such as WooCommerce pages, front page, or posts page in wordpress?
- Remove nonindex meta tag
- Return the_content() with custom div class for a subset of posts