alphamike2
Forum Replies Created
-
Hi Zafer,
I can’t do that as the content is private – however I can provide you with any additionnal information that you may need
- This reply was modified 1 year, 6 months ago by alphamike2.
After hours of debbuging here’s the issue : some of the fields appear has Field1,Field2 and some are “Field3″,”Field4″ therefore it’s making it like this : Field1,Field2″Field3″,”Field4”
it’s therefore mission impossible to configure numbers or excel to read the file properly without having columns shifting to the left or right…
If anyone could find me the magical solution I’d be forever grateful !
Thanks for your quick answer ! I see where the issue is now : the csv file is formatted as follows “field1″,”field2” etc…
and some of my columns gets shifted because some of fields contains special characters such as ‘ … how do you recommend me to solve that ?
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Issue with ACF fieldsTwo asides notes : the issue appears on the backend and therefore there’s an empty value in the frontend as the field is empty. Also this get worse if I add another field into any other group and I therefore get 1, 2 or sometimes three incorrect fields…
Forum: Plugins
In reply to: [Simple Job Board] Custom themeHi @arsalanahmed901 ,
Thanks for your answer.
I cannot share any picture as it’s on my localhost instance. However it’s just basic test coming in in a raw format. No tables, colors or whatever…
Forum: Fixing WordPress
In reply to: Advises needed : LanguagesThanks but I’m fine regarding the translation, I just want to know what’s the best approach regarding the file, pages management for the three different languages…
Forum: Fixing WordPress
In reply to: Advises needed : LanguagesThanks for your answer. However that seems a bit far from my tech abilities…
Forum: Fixing WordPress
In reply to: Maintenance/Coming Soon ModeI’m the developper of the custom theme, it’s really a “regular” HTML, CSS, JS, PHP website,
I’ve tried for instance the : WP Maintenance Mode plugin, doesn’t work at all.
Is there anything that I should consider on my side ?
Forum: Fixing WordPress
In reply to: Maintenance/Coming Soon ModeCorrect, but most of these plugins are made to be used with WP themes only, they do not work with custom themes. I’m stil trying to find one that could work…
Forum: Fixing WordPress
In reply to: Maintenance/Coming Soon Mode@t-p Thanks for your answer. Unfortunately I tried but no success…
Forum: Plugins
In reply to: [Meta Box] Filter with a metabox fieldThanks for your answer but where should I add the following parameters please :
post_type'=>'post', 'post_status'=>'publish', 'posts_per_page'=>-1
Forum: Fixing WordPress
In reply to: Limit the use of the WYSWIG editorThanks for your help !
- This reply was modified 2 years, 10 months ago by alphamike2.
Forum: Fixing WordPress
In reply to: Limit the use of the WYSWIG editor<?php
function my_theme_add_editor_styles() {
add_editor_style( ‘editor/tinymce_custom_editor.css’ );
}
add_action( ‘after_setup_theme’, ‘my_theme_add_editor_styles’ );
?>on my function.php
And then I created a tinymce_custom_editor.css page with my desired font. But it’s okay now I’ve went another way. Thanks for your help !!
Forum: Fixing WordPress
In reply to: Limit the use of the WYSWIG editorDear all,
Would you be able to tell me how to keep only one font and one text size within that limited WYSWIG editor (Open Sans – size 1px) ?
I’ve managed to change my editor text style to the one that I was looking for. However, the display on my website is incorrect and shows the default text which doesn’t look good…
Forum: Fixing WordPress
In reply to: Limit the use of the WYSWIG editorDear @psykro ! Many thanks for your answer which is really helpful !
Would you be able to tell me how to keep only one font and one text size within that limited WYSWIG editor (Open Sans – size 1px) ?
Also are you a aware of a process in which I may be able to customise the bullet points in a specific format (an image) ?
Many thanks !
- This reply was modified 2 years, 10 months ago by alphamike2.